fixing hpux 11.00 build and autobahn's commercial build

I mentioned this to Axel but he was going to bed...
r= jgaunt@netscape.com


git-svn-id: svn://10.0.0.236/trunk@69321 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com 2000-05-12 02:42:54 +00:00
parent 0800a8cf0d
commit aac87d5706
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,10 @@ CPPSRCS = \
nsXMLDocument.cpp \
$(NULL)
EXPORTS = \
nsXMLContentSink.h \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=

View File

@ -36,6 +36,10 @@ CPPSRCS = \
nsXMLDocument.cpp \
$(NULL)
EXPORTS = \
nsXMLContentSink.h \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=