Bug 378627 - Allow firefox --enable-libxul to be packaged like a static build, r=luser

git-svn-id: svn://10.0.0.236/trunk@224979 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2007-04-25 01:17:44 +00:00
parent 41d4d556ef
commit 503136b46c
3 changed files with 4 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ include $(topsrcdir)/config/rules.mk
MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
ifdef BUILD_STATIC_LIBS
ifneq (,$(BUILD_STATIC_LIBS)$(MOZ_ENABLE_LIBXUL))
ifeq (WINNT,$(OS_ARCH))
MOZ_PKG_MANIFEST_P = $(srcdir)/windows/packages-static
else
@@ -67,7 +67,7 @@ MOZ_PKG_MANIFEST_P = $(srcdir)/unix/packages-static
endif
endif
else
$(error you need a "--enable-static --disable-shared" build to create an installer)
$(error you need a "--enable-static or --enable-libxul" build to create an installer)
endif
MOZ_NONLOCALIZED_PKG_LIST = \

View File

@@ -35,6 +35,7 @@ bin/libxpcom.so
bin/libxpcom_core.so
bin/libxpistub.so
bin/libnspr4.so
bin/libxul.so
bin/components/libxpinstall.so
bin/components/libjar50.so

View File

@@ -35,6 +35,7 @@ bin\xpcom.dll
bin\xpcom_core.dll
bin\xpistub.dll
bin\nspr4.dll
bin\xul.dll
bin\components\xpinstal.dll
bin\components\jar50.dll
bin\Microsoft.VC80.CRT.manifest