From 137476cbfb2d1f7e905fb631be1533a594034e5f Mon Sep 17 00:00:00 2001 From: "tague%netscape.com" Date: Mon, 14 Jun 1999 20:06:57 +0000 Subject: [PATCH] Portability fix for BeOS. Thanks to duncan@be.com. git-svn-id: svn://10.0.0.236/trunk@35151 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/strres/tests/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mozilla/intl/strres/tests/Makefile.in b/mozilla/intl/strres/tests/Makefile.in index 6ccdb28101c..756412cbcfa 100644 --- a/mozilla/intl/strres/tests/Makefile.in +++ b/mozilla/intl/strres/tests/Makefile.in @@ -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=)