summaryrefslogtreecommitdiff
path: root/salhelper/test
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 08:15:03 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 08:15:03 +0000
commite15b79b07660330772a6cd3071be8c8de253ead8 (patch)
tree9c3574754eecdb33443146c1d253d5ea64807621 /salhelper/test
parentc5994341370696d20ad1876ca288dca2dfbfa911 (diff)
INTEGRATION: CWS ause076 (1.6.40); FILE MERGED
2007/02/23 12:32:58 hjs 1.6.40.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'salhelper/test')
-rw-r--r--salhelper/test/dynamicloader/makefile.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/salhelper/test/dynamicloader/makefile.mk b/salhelper/test/dynamicloader/makefile.mk
index 07c2baae0015..bd8f83150ebe 100644
--- a/salhelper/test/dynamicloader/makefile.mk
+++ b/salhelper/test/dynamicloader/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 17:02:30 $
+# last change: $Author: obo $ $Date: 2007-03-09 09:15:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -97,9 +97,6 @@ APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/loader.obj
-#LIBCIMT=msvcrtd.lib
-
-
APP1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
@@ -113,12 +110,6 @@ APP1STDLIBS+= $(LB)$/isalhelper.lib
APP1STDLIBS+= -lsalhelper$(UDK_MAJOR)$(COM)
.ENDIF
-
-
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS += $(LIBCIMT)
-.ENDIF
-
APP1DEF= $(MISC)\$(APP1TARGET).def
# --- Targets ---