adding jtools to the include path

This commit is contained in:
sar 1998-05-13 17:53:28 +00:00
parent 68b9679002
commit 9efe1963d7
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