diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:32 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:58:43 +0100 |
commit | 81ef04be69673faa49ada8f7f95da8d1aae0f98b (patch) | |
tree | 445fbbe1cccf1e88cbd33fcaf95064d11242fe14 /cppu | |
parent | 30a8393e50fa6bee7ba30d2b181d93072142ffc8 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/qa/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cppu/qa/makefile.mk b/cppu/qa/makefile.mk index 5e51c46b892b..096c994029f4 100644 --- a/cppu/qa/makefile.mk +++ b/cppu/qa/makefile.mk @@ -33,13 +33,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 |