summaryrefslogtreecommitdiff
path: root/salhelper/test
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 08:15:14 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 08:15:14 +0000
commite91f382fea3d657f9825d2f36230388c08d920c3 (patch)
tree97edbe8b97f6a32d51a76a0d8fbd20a937f099c2 /salhelper/test
parente15b79b07660330772a6cd3071be8c8de253ead8 (diff)
INTEGRATION: CWS ause076 (1.5.14); FILE MERGED
2007/02/23 12:32:58 hjs 1.5.14.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'salhelper/test')
-rw-r--r--salhelper/test/rtti/makefile.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/salhelper/test/rtti/makefile.mk b/salhelper/test/rtti/makefile.mk
index 49935c62dee3..0b88e98431ed 100644
--- a/salhelper/test/rtti/makefile.mk
+++ b/salhelper/test/rtti/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:44:33 $
+# last change: $Author: obo $ $Date: 2007-03-09 09:15:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -103,19 +103,12 @@ APP1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB)
-#LIBCIMT=msvcrtd.lib
-
.IF "$(OS)" == "WNT"
APP1STDLIBS+= $(LB)$/isamplelibrtti.lib
.ELSE
APP1STDLIBS+= -lsamplelibrtti
.ENDIF
-
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS += $(LIBCIMT)
-.ENDIF
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk