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

@@ -27,6 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = htmlparser
GRE_MODULE = 1
XPIDLSRCS = \
nsIExpatSink.idl \

View File

@@ -32,6 +32,8 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsParserModule
SHORT_LIBNAME = gkparser
GRE_MODULE = 1
REQUIRES = xpcom \
string \
necko \