adding dist/public/dom to INC path so nsIPluginInstancePeer.cpp can find nsIScript*.h

git-svn-id: svn://10.0.0.236/trunk@24980 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com 1999-03-24 07:08:52 +00:00
parent fb1dadb0e5
commit 30f54af078
2 changed files with 8 additions and 2 deletions

View File

@ -74,9 +74,12 @@ OURLIBS = \
$(DIST)\lib\dbm32.lib \
$(LIBNSPR)
INCS = $(INCS) \
-I$(PUBLIC)\dom
LLIBS = \
$(OURLIBS) \
version.lib \
version.lib
include <$(DEPTH)\config\rules.mak>

View File

@ -74,9 +74,12 @@ OURLIBS = \
$(DIST)\lib\dbm32.lib \
$(LIBNSPR)
INCS = $(INCS) \
-I$(PUBLIC)\dom
LLIBS = \
$(OURLIBS) \
version.lib \
version.lib
include <$(DEPTH)\config\rules.mak>