add jtools to the include paths

This commit is contained in:
sar 1998-05-13 17:33:42 +00:00
Родитель 2269c1d962
Коммит 82f96bdfb7
2 изменённых файлов: 3 добавлений и 2 удалений

2
network/cache/Makefile поставляемый
Просмотреть файл

@ -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

3
network/cache/makefile.win поставляемый
Просмотреть файл

@ -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>