summaryrefslogtreecommitdiff
path: root/cppuhelper/qa/unourl/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/qa/unourl/makefile.mk')
-rw-r--r--cppuhelper/qa/unourl/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk
index 4e46dd088..35d6e0bdf 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 ------------------------------------------------------