diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:26 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:26 +0100 |
commit | f918d8477bb448c532c3e2daa792e575443f17aa (patch) | |
tree | 74202c4801e213ddcf5bfe4630e2fea81ba82f03 /smoketestoo_native | |
parent | de8f4610a85f49f31023c920864f6d11853970b9 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'smoketestoo_native')
-rw-r--r-- | smoketestoo_native/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 75ebd95cc2cc..fa017304707b 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -33,13 +33,6 @@ ENABLE_EXCEPTIONS = TRUE CFLAGSCXX += $(CPPUNIT_CFLAGS) -#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 - SLOFILES = $(SHL1OBJS) SHL1TARGET = smoketest |