summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 07:41:46 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 07:41:46 +0000
commit3fb6bbb772166c12749c8f53e7e01f7afadc7b98 (patch)
tree17ab0cfa027959c8da25ab0aae6c743a0a365fd4 /extensions/test/ole
parentINTEGRATION: CWS ause076 (1.8.104); FILE MERGED (diff)
downloadcore-3fb6bbb772166c12749c8f53e7e01f7afadc7b98.tar.gz
core-3fb6bbb772166c12749c8f53e7e01f7afadc7b98.zip
INTEGRATION: CWS ause076 (1.7.104); FILE MERGED
2007/03/05 14:49:18 hjs 1.7.104.1: #i74721#, #i74812# and more
Diffstat (limited to 'extensions/test/ole')
-rw-r--r--extensions/test/ole/cppToUno/makefile.mk11
-rw-r--r--extensions/test/ole/cpptest/makefile.mk10
2 files changed, 4 insertions, 17 deletions
diff --git a/extensions/test/ole/cppToUno/makefile.mk b/extensions/test/ole/cppToUno/makefile.mk
index 13317ebc23dc..d477acd841f4 100644
--- a/extensions/test/ole/cppToUno/makefile.mk
+++ b/extensions/test/ole/cppToUno/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2006-09-25 12:46:27 $
+# last change: $Author: obo $ $Date: 2007-03-09 08:41:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -55,9 +55,6 @@ INCPRE+=-I$(ATL_INCLUDE)
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/testcppuno.obj
-LIBCMT=msvcrtd.lib
-
-
APP1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
@@ -70,10 +67,6 @@ APP1STDLIBS= \
comdlg32.lib \
gdi32.lib
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS += $(LIBCIMT)
-.ENDIF
-
APP1DEF= $(MISC)$/$(APP1TARGET).def
# --- Targets ---
diff --git a/extensions/test/ole/cpptest/makefile.mk b/extensions/test/ole/cpptest/makefile.mk
index ddf86eb3b141..f64443861d2b 100644
--- a/extensions/test/ole/cpptest/makefile.mk
+++ b/extensions/test/ole/cpptest/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2006-09-25 12:46:40 $
+# last change: $Author: obo $ $Date: 2007-03-09 08:41:46 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,8 +53,6 @@ INCPRE+=-I$(ATL_INCLUDE)
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/cppTest.obj
-LIBCMT=msvcrt.lib
-
APP1STDLIBS= \
$(SALLIB) \
@@ -68,10 +66,6 @@ APP1STDLIBS= \
comdlg32.lib \
comsupp.lib
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS += $(LIBCIMT)
-.ENDIF
-
APP1DEF= $(MISC)\$(APP1TARGET).def
# --- Targets ---