diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-08-03 10:01:07 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-08-03 10:01:07 +0100 |
commit | fab0859824dfdf60de2c5f0d9c7c41efe3364c31 (patch) | |
tree | 71ed2f87d5fff40779767bd2b3b2ed34be8a2137 /smoketestoo_native/makefile.mk | |
parent | d57ac99460bae6dd3b85e803367fa82073819770 (diff) |
cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rw-r--r-- | smoketestoo_native/makefile.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 0337c748d914..3dccb111c24b 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -33,6 +33,13 @@ 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 |