Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.

Bug #186241 r=dougt


git-svn-id: svn://10.0.0.236/trunk@135661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-12-28 01:15:07 +00:00
parent 6fa69e00be
commit f8f86e7f05
145 changed files with 269 additions and 23 deletions

View File

@@ -28,6 +28,8 @@ include $(DEPTH)/config/autoconf.mk
#MODULE = plugin
LIBRARY_NAME = nullplugin
GRE_MODULE = 1
REQUIRES = java \
plugin \
$(NULL)

View File

@@ -30,6 +30,8 @@ MODULE = plugin
LIBRARY_NAME = npnul32
RESFILE = npnul32.res
DEFFILE = $(srcdir)/npnul32.def
GRE_MODULE = 1
REQUIRES = java \
xpcom \
pref \