diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:18 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:57:20 +0100 |
commit | 553aed7b518599742189ffce50cd947dbf39a2e7 (patch) | |
tree | cd8d0ae2e88760bb99b9318a71903d8ff535d862 /sfx2/qa | |
parent | c824a1f69c093f38b82ead0f413c75b492a1f994 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/cppunit/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/qa/cppunit/makefile.mk b/sfx2/qa/cppunit/makefile.mk index 56195fdbf4b1..10e0eaa3d979 100644 --- a/sfx2/qa/cppunit/makefile.mk +++ b/sfx2/qa/cppunit/makefile.mk @@ -35,13 +35,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -#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) DLLPRE = # no leading "lib" on .so files |