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 /sal/qa/osl/condition | |
parent | 30a8393e50fa6bee7ba30d2b181d93072142ffc8 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'sal/qa/osl/condition')
-rw-r--r-- | sal/qa/osl/condition/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/qa/osl/condition/makefile.mk b/sal/qa/osl/condition/makefile.mk index ff922e069996..99c9b5dff2c4 100644 --- a/sal/qa/osl/condition/makefile.mk +++ b/sal/qa/osl/condition/makefile.mk @@ -36,13 +36,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 - CFLAGS+= $(LFS_CFLAGS) CXXFLAGS+= $(LFS_CFLAGS) |