remove ADAPT_EXT_STL
This commit is contained in:
parent
2d1c21259e
commit
3721dd9318
1 changed files with 0 additions and 7 deletions
|
@ -35,13 +35,6 @@ ABORT_ON_ASSERTION = TRUE
|
|||
|
||||
CFLAGSCXX += $(CPPUNIT_CFLAGS)
|
||||
|
||||
#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
|
||||
|
||||
SLOFILES = $(SHL1OBJS)
|
||||
|
||||
SHL1TARGET = smoketest
|
||||
|
|
Loading…
Reference in a new issue