Portability fix for BeOS. Thanks to duncan@be.com.

git-svn-id: svn://10.0.0.236/trunk@35151 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tague%netscape.com
1999-06-14 20:06:57 +00:00
parent e03cefd7c7
commit 137476cbfb

View File

@@ -21,8 +21,17 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(DEPTH)/config/config.mk
CPPSRCS = StringBundleTest.cpp
ifeq ($(OS_ARCH),BEOS)
LIBS =\
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
else
LIBS = \
-lraptorgfx \
-lgfx$(MOZ_TOOLKIT) \
@@ -51,6 +60,7 @@ LIBS = \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
endif
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)