Fix standalone xpcom builds for OSX

This commit is contained in:
seawood%netscape.com 2002-08-14 23:04:49 +00:00
Родитель aab844b223
Коммит b49badabe7
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -66,8 +66,8 @@ BM_CVS_NS_xpidl = xpcom/typelib xpcom/typelib/xpidl
# xpcom
#
BM_DIRS_xpcom = $(NSPRPUB_DIR) modules/libreg string xpcom
BM_CVS_xpcom = $(NSPRPUB_DIR) modules/libreg string xpcom
BM_DIRS_xpcom = $(NSPRPUB_DIR) lib/mac/MoreFiles modules/libreg string xpcom
BM_CVS_xpcom = $(NSPRPUB_DIR) lib/mac/MoreFiles modules/libreg string xpcom
#
# xpconnect

Просмотреть файл

@ -24,6 +24,10 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# ifeq for standalone builds
ifeq ($(OS_ARCH),Darwin)
MODULE = macmorefiles
LIBRARY_NAME = macmorefiles_s
@ -60,4 +64,6 @@ EXPORTS += \
# static lib.
FORCE_STATIC_LIB=1
endif
include $(topsrcdir)/config/rules.mk