add jtools to the include paths

This commit is contained in:
sar 1998-05-13 17:33:42 +00:00
parent 2269c1d962
commit 82f96bdfb7
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -83,7 +83,8 @@ LINCS= \
-I$(XPDIST)\public\js \
-I$(XPDIST)\public\java \
-I$(XPDIST)\public\fileurl \
-I$(XPDIST)\public\security
-I$(XPDIST)\public\security \
-I$(XPDIST)\public\jtools
#!endif
include <$(DEPTH)\config\rules.mak>