diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 11:54:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 11:54:17 +0100 |
commit | 4ad128bc4445ebd1006eb4f0fe86f659d1f312b2 (patch) | |
tree | 373f7c09685b1fdbed66eda9343f5d7754802643 /test | |
parent | 3721dd9318278f455f31ab2c10b6ec00eac868f9 (diff) |
remove ADAPT_EXT_STL
Diffstat (limited to 'test')
-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 |