From 81ef04be69673faa49ada8f7f95da8d1aae0f98b Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 9 Feb 2011 16:20:32 +0100 Subject: Trying to remove the stlport mention from the code --- sal/cppunittester/makefile.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sal/cppunittester') diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk index 61fe7868c9f3..938b63d90ae9 100644 --- a/sal/cppunittester/makefile.mk +++ b/sal/cppunittester/makefile.mk @@ -33,13 +33,6 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk -#building with stlport, but cppunit was not built with stlport -.IF "$(USE_SYSTEM_STL)"!="YES" -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGSCXX+=-DADAPT_EXT_STL -.ENDIF -.ENDIF - CFLAGSCXX += $(CPPUNIT_CFLAGS) OBJFILES = $(APP1OBJS) -- cgit