mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
adding jtools to the include path
This commit is contained in:
parent
68b9679002
commit
9efe1963d7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user