summaryrefslogtreecommitdiff
path: root/smoketestoo_native/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rwxr-xr-xsmoketestoo_native/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 799fe9c221ca..999d209c2a85 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -28,6 +28,7 @@ PRJNAME = smoketestoo_native
TARGET = smoketest
ENABLE_EXCEPTIONS = TRUE
+VISIBILITY_HIDDEN = TRUE
ABORT_ON_ASSERTION = TRUE
@@ -37,11 +38,12 @@ CFLAGSCXX += $(CPPUNIT_CFLAGS)
SLOFILES = $(SHL1OBJS)
+SHL1IMPLIB = i$(SHL1TARGET)
SHL1TARGET = smoketest
SHL1OBJS = $(SLO)/smoketest.obj
SHL1RPATH = NONE
SHL1STDLIBS = $(CPPUHELPERLIB) $(CPPULIB) $(CPPUNITLIB) $(SALLIB) $(TESTLIB)
-SHL1VERSIONMAP = version.map
+SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)
.INCLUDE: target.mk