summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-09 00:40:23 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-09 00:40:46 +0300
commitf6d8dfb5c49d7c844e43a37be76034835afbe54d (patch)
tree11b4cc9b63ef1ce1489780317fdbe2aa9cacbf1c /binaryurp
parentb555c3353ecc84d34d8d2a9f02518e23dc23842b (diff)
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.
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/qa/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/binaryurp/qa/makefile.mk b/binaryurp/qa/makefile.mk
index d811d63a00bf..8b3d86990678 100644
--- a/binaryurp/qa/makefile.mk
+++ b/binaryurp/qa/makefile.mk
@@ -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