diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:10 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:57:04 +0100 |
commit | 66daafdad2a7790a8f21e8a8eba91118c4d5943e (patch) | |
tree | e7cf04aa7e28e3b5f145712e64dc899b711d2cfc /sd/qa | |
parent | e0e3be5e67d972688f983df631b069996095e553 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/qa/unit/makefile.mk b/sd/qa/unit/makefile.mk index 0814a354797f..cf0c35f42e8c 100644 --- a/sd/qa/unit/makefile.mk +++ b/sd/qa/unit/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) SHL1TARGET = $(TARGET) |