actually enable the STL adaptation

This commit is contained in:
David Tardon 2011-02-07 17:51:34 +01:00
parent 6f0722eddf
commit aafce6aa43

View File

@ -33,6 +33,13 @@ 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