diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-01 22:10:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-01 22:10:28 +0300 |
commit | e881b51dc6c29c6a16ff5aa3bf2b38d1c56fa17a (patch) | |
tree | 1990a0f712854c6cf94c271b836890d4617f59ae /cppuhelper/qa/unourl | |
parent | b349c5f4f6340ca20c212e8d53baad5844b33964 (diff) |
Use separate unit testers for subsequent and normal tests for iOS
Diffstat (limited to 'cppuhelper/qa/unourl')
-rw-r--r-- | cppuhelper/qa/unourl/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk index 4e46dd088b93..35d6e0bdf112 100644 --- a/cppuhelper/qa/unourl/makefile.mk +++ b/cppuhelper/qa/unourl/makefile.mk @@ -37,8 +37,10 @@ ENABLE_EXCEPTIONS=TRUE CFLAGSCXX += $(CPPUNIT_CFLAGS) -# BEGIN ---------------------------------------------------------------- -# auto generated Target:joblist by codegen.pl +.IF "$(OS)" == "IOS" +CFLAGSCXX += -DCPPUNIT_PLUGIN_EXPORTED_NAME=cppunitTest_$(TARGET) +.ENDIF + SHL1OBJS= \ $(SLO)$/cppu_unourl.obj SHL1TARGET= cppu_unourl @@ -50,8 +52,8 @@ SHL1STDLIBS=\ SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) SHL1VERSIONMAP= export.map -# auto generated Target:joblist -# END ------------------------------------------------------------------ + +SLOFILES = $(SHL1OBJS) # --- Targets ------------------------------------------------------ |