adding jtools to the include path

git-svn-id: svn://10.0.0.236/trunk@1518 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sar 1998-05-13 17:53:28 +00:00
parent bf8234dd48
commit 58e8c8d316
4 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ CSRCS = \
EXPORTS= abouturl.h
REQUIRES = netcache network nspr2 dbm util pref js java fileurl \
security layer img httpurl
security layer img httpurl jtools
include $(DEPTH)/config/rules.mk

View File

@ -72,6 +72,7 @@ LINCS= \
-I$(XPDIST)\public\security \
-I$(XPDIST)\public\netcache \
-I$(XPDIST)\public\httpurl \
-I$(XPDIST)\public\jtools \
-I$(XPDIST)\public\network
#!endif

View File

@ -27,7 +27,7 @@ CSRCS = \
EXPORTS= fileurl.h
REQUIRES = network nspr2 dbm util pref js java fileurl \
security layer img httpurl
security layer img httpurl jtools
include $(DEPTH)/config/rules.mk

View File

@ -69,6 +69,7 @@ LINCS= \
-I$(XPDIST)\public\java \
-I$(XPDIST)\public\pref \
-I$(XPDIST)\public\js \
-I$(XPDIST)\public\jtools \
-I$(XPDIST)\public\network
#!endif