summaryrefslogtreecommitdiff
path: root/salhelper/test
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-24 06:34:52 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-24 06:34:52 +0000
commit73da12f23b69726c4a1e30d56c70f867604150a6 (patch)
tree30deb6d3ccea5134073c5242bd97ea602a16cbd5 /salhelper/test
parent1c12935e7c65c441ca2b8f10f1a9ac6ee466c8e4 (diff)
*** empty log message ***
Diffstat (limited to 'salhelper/test')
-rw-r--r--salhelper/test/dynamicloader/makefile.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/salhelper/test/dynamicloader/makefile.mk b/salhelper/test/dynamicloader/makefile.mk
index ca564df59fd7..cb80e9872821 100644
--- a/salhelper/test/dynamicloader/makefile.mk
+++ b/salhelper/test/dynamicloader/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jl $ $Date: 2001-04-23 09:11:08 $
+# last change: $Author: jl $ $Date: 2001-04-24 07:34:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -132,7 +132,13 @@ APP1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB)
-APP1LIBS= $(LB)$/isalhelper.lib
+#APP1LIBS= $(LB)$/isalhelper.lib
+
+.IF "$(OS)" == "WNT"
+APP1STDLIBS+= $(LB)$/isalhelper.lib
+.ELSE
+APP1STDLIBS+= -lsalhelper2C52
+.ENDIF