Bug #245430 --> more static build work for OS X

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-06-09 00:17:51 +00:00
parent 7b25c07800
commit a7c8f77795

View File

@@ -75,12 +75,13 @@ TK_LIBS := -framework Cocoa $(TK_LIBS)
endif
LIBS = \
$(STATIC_COMPONENTS_LINKER_PATH) \
$(STATIC_COMPONENTS_LINKER_PATH) \
$(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \
$(MOZ_JS_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(TK_LIBS) \
$(EXTRA_DSO_LIBS) \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
# Add explicit X11 dependency when building against X11 toolkits