summaryrefslogtreecommitdiffstats
path: root/basebmp
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:22 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:57:52 +0100
commite30c7d6b9938e129c4e0d7577f3132fc01b9e581 (patch)
treedad69e4654a0052aebf253567cad5cb47f75dcb1 /basebmp
parentRemoving the ext_std masterpiece (diff)
downloadcore-e30c7d6b9938e129c4e0d7577f3132fc01b9e581.tar.gz
core-e30c7d6b9938e129c4e0d7577f3132fc01b9e581.zip
Trying to remove the stlport mention from the code
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/test/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index 4fdc39bb6fd4..cdb4ccef5d52 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -60,13 +60,6 @@ CDEFS+=-xalias_level=compatible
.ENDIF
.ENDIF
-#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)
# --- Common ----------------------------------------------------------