summaryrefslogtreecommitdiff
path: root/slideshow/test
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:10 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:57:04 +0100
commit66daafdad2a7790a8f21e8a8eba91118c4d5943e (patch)
treee7cf04aa7e28e3b5f145712e64dc899b711d2cfc /slideshow/test
parente0e3be5e67d972688f983df631b069996095e553 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'slideshow/test')
-rw-r--r--slideshow/test/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/slideshow/test/makefile.mk b/slideshow/test/makefile.mk
index c7f63bb14e7d..d5a70898eade 100644
--- a/slideshow/test/makefile.mk
+++ b/slideshow/test/makefile.mk
@@ -39,13 +39,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
-#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)
# --- Common ----------------------------------------------------------