Fix mozcomps meta-component build on non-win32 platforms (bug 205711). Patch by ccarlen, r=pavlov, sr=me, a=sspitzer.

git-svn-id: svn://10.0.0.236/trunk@142539 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-05-16 06:07:37 +00:00
parent 93e765df92
commit 6ba2f47b7b
2 changed files with 19 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ EXTRA_DSO_LDOPTS += \
$(call EXPAND_MOZLIBNAME,xpcom_compat gkgfx rdfutil_s) \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(TK_LIBS) \
$(NULL)
endif # meta_mail
@@ -144,13 +145,22 @@ endif
EXTRA_DSO_LDOPTS += \
$(LIBS_DIR) \
$(STATIC_EXTRA_DSO_LIBS) \
$(EXTRA_DSO_LIBS) \
$(STATIC_EXTRA_LIBS) \
$(MOZ_JS_LIBS) \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(TK_LIBS) \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
OS_LIBS += -framework QuickTime
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
OS_LIBS += -framework Cocoa
endif
endif # meta_mozcomps
endif # MOZ_META_COMPONENTS