Nah, we cannot build binaryurp_cppunittester_all (for iOS) here

It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB
which hasn't been built yet.
This commit is contained in:
Tor Lillqvist 2011-08-09 00:40:23 +03:00
parent b555c3353e
commit f6d8dfb5c4

View File

@ -77,12 +77,5 @@ SHL2TARGET = test-unmarshal
SHL2VERSIONMAP = version.map
DEF2NAME = $(SHL2TARGET)
.IF "$(OS)" == "IOS"
APP3OBJS = $(OBJ)/binaryurp_cppunittester_all.obj $(SHL1OBJS) $(SHL2OBJS)
APP3RPATH = NONE
APP3STDLIBS = $(SHL1STDLIBS) $(SHL2STDLIBS)
APP3TARGET = binaryurp_cppunittester_all
.ENDIF
.INCLUDE: target.mk
.INCLUDE: _cppunit.mk