From 7ff697bc1352d55bb26ca59b6345b7da5ad16152 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 1 Aug 2011 18:18:33 +0300 Subject: Add statically linked cpphelper unit test for iOS --- cppuhelper/qa/unourl/makefile.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cppuhelper/qa/unourl') diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk index f48b724ee24b..4e46dd088b93 100644 --- a/cppuhelper/qa/unourl/makefile.mk +++ b/cppuhelper/qa/unourl/makefile.mk @@ -35,11 +35,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -.IF "$(CROSS_COMPILING)"=="YES" -all: - @echo Nothing done when cross-compiling -.ENDIF - CFLAGSCXX += $(CPPUNIT_CFLAGS) # BEGIN ---------------------------------------------------------------- -- cgit