Removed the ifdef by making the BeOS-specific stuff common to both Unix

and BeOS.
This commit is contained in:
erik%netscape.com 1999-06-14 21:25:04 +00:00
Родитель 137f5a895e
Коммит e630a11f69
1 изменённых файлов: 0 добавлений и 33 удалений

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

@ -21,46 +21,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
CPPSRCS = StringBundleTest.cpp
ifeq ($(OS_ARCH),BEOS)
LIBS =\
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
else
LIBS = \
-lraptorgfx \
-lgfx$(MOZ_TOOLKIT) \
-lgfxps \
-lnetlib \
-labouturl \
-lfileurl \
-lremoturl \
-lgophurl \
-lnetcnvts \
-lsockstuburl \
-lftpurl \
-lmimetype \
-lpwcac \
-lhttpurl \
-lnetwork \
-lnetcache \
$(TK_LIBS) \
-lpref \
-lsecfree \
-l$(MOZ_LIB_JS_PREFIX)js \
-limg \
-l$(MOZ_LIB_UTIL_PREFIX)util \
-lxp \
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
endif
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)