[Libreoffice-commits] .: binaryurp/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Aug 8 14:42:37 PDT 2011
binaryurp/qa/makefile.mk | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit f6d8dfb5c49d7c844e43a37be76034835afbe54d
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Aug 9 00:40:23 2011 +0300
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.
diff --git a/binaryurp/qa/makefile.mk b/binaryurp/qa/makefile.mk
index d811d63..8b3d869 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
More information about the Libreoffice-commits
mailing list