From ffe3af2c3d7ff51a05806a65a43f83acb7ca685f Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Sun, 28 Mar 1999 21:07:25 +0000 Subject: [PATCH] Added -DXPIDL_JS_STUBS where needed. git-svn-id: svn://10.0.0.236/branches/RDF_19990326_BRANCH@25403 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/rdf/base/src/Makefile.in | 4 ++++ mozilla/rdf/content/src/Makefile.in | 2 ++ 2 files changed, 6 insertions(+) diff --git a/mozilla/rdf/base/src/Makefile.in b/mozilla/rdf/base/src/Makefile.in index cdcdd833bf3..5a87033b476 100644 --- a/mozilla/rdf/base/src/Makefile.in +++ b/mozilla/rdf/base/src/Makefile.in @@ -54,8 +54,12 @@ REQUIRES = netlib rdf rdfutil raptor xpcom MKSHLIB := +DEFINES += -DXPIDL_JS_STUBS + # 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= include $(topsrcdir)/config/rules.mk + + diff --git a/mozilla/rdf/content/src/Makefile.in b/mozilla/rdf/content/src/Makefile.in index 096e3cacf9e..7bc8c6775f2 100644 --- a/mozilla/rdf/content/src/Makefile.in +++ b/mozilla/rdf/content/src/Makefile.in @@ -67,6 +67,8 @@ INCLUDES += -I$(srcdir)/../../../layout/html/base/src MKSHLIB := +DEFINES += -DXPIDL_JS_STUBS + # 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=