diff options
-rw-r--r-- | test/source/cpp/makefile.mk | 3 | ||||
-rw-r--r-- | test/source/cpp/unoexceptionprotector/makefile.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk index 2073f1500c07..cae88e039574 100644 --- a/test/source/cpp/makefile.mk +++ b/test/source/cpp/makefile.mk @@ -35,9 +35,6 @@ VISIBILITY_HIDDEN = TRUE CDEFS += -DOOO_DLLIMPLEMENTATION_TEST CFLAGSCXX += $(CPPUNIT_CFLAGS) -.IF "$(USE_SYSTEM_STL)" != "YES" && "$(SYSTEM_CPPUNIT)" == "YES" -CFLAGSCXX += -DADAPT_EXT_STL -.END SLOFILES = \ $(SLO)/getargument.obj \ diff --git a/test/source/cpp/unoexceptionprotector/makefile.mk b/test/source/cpp/unoexceptionprotector/makefile.mk index 7f62199f46dc..86c8bc6fb49e 100644 --- a/test/source/cpp/unoexceptionprotector/makefile.mk +++ b/test/source/cpp/unoexceptionprotector/makefile.mk @@ -35,9 +35,6 @@ VISIBILITY_HIDDEN = TRUE DLLPRE = CFLAGSCXX += $(CPPUNIT_CFLAGS) -.IF "$(USE_SYSTEM_STL)" != "YES" && "$(SYSTEM_CPPUNIT)" == "YES" -CFLAGSCXX += -DADAPT_EXT_STL -.END SLOFILES = $(SLO)/unoexceptionprotector.obj |