summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smoketestoo_native/makefile.mk7
-rw-r--r--test/source/cpp/makefile.mk7
2 files changed, 0 insertions, 14 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
diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk
index 04eedea3c670..8494bd4aaa05 100644
--- a/test/source/cpp/makefile.mk
+++ b/test/source/cpp/makefile.mk
@@ -35,13 +35,6 @@ VISIBILITY_HIDDEN = TRUE
CDEFS += -DOOO_DLLIMPLEMENTATION_TEST
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 = \
$(SLO)/getargument.obj \
$(SLO)/officeconnection.obj \