From 10005f91eb76990fdff0a501b970c04c76ec9df2 Mon Sep 17 00:00:00 2001 From: "erik%netscape.com" Date: Mon, 14 Jun 1999 21:25:04 +0000 Subject: [PATCH] Removed the ifdef by making the BeOS-specific stuff common to both Unix and BeOS. git-svn-id: svn://10.0.0.236/trunk@35187 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/strres/tests/Makefile.in | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/mozilla/intl/strres/tests/Makefile.in b/mozilla/intl/strres/tests/Makefile.in index 75adb30a090..f4905a5b471 100644 --- a/mozilla/intl/strres/tests/Makefile.in +++ b/mozilla/intl/strres/tests/Makefile.in @@ -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=)