summaryrefslogtreecommitdiff
path: root/extensions/test/ole/cpptest
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:17:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:17:55 +0000
commitbf8b1bd7b14bcda779e051f0c235d177ad76283b (patch)
tree033530ddff1faa53255ab2a6cfe9c6c5d6625169 /extensions/test/ole/cpptest
parentae9e3be4c6597fb629b4d7d9e77e90177b59b2da (diff)
INTEGRATION: CWS mingwport03 (1.6.188); FILE MERGED
2006/11/07 18:23:32 vg 1.6.188.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 14:08:48 vg 1.6.188.1: #i53572# MinGW port
Diffstat (limited to 'extensions/test/ole/cpptest')
-rw-r--r--extensions/test/ole/cpptest/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/test/ole/cpptest/makefile.mk b/extensions/test/ole/cpptest/makefile.mk
index f64443861d2b..f1380c9f3eba 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.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 08:41:46 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:17:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -58,12 +58,12 @@ APP1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
- user32.lib \
- kernel32.lib \
- ole32.lib \
- oleaut32.lib \
- uuid.lib \
- comdlg32.lib \
+ $(USER32LIB) \
+ $(KERNEL32LIB) \
+ $(OLE32LIB) \
+ $(OLEAUT32LIB) \
+ $(UUIDLIB) \
+ $(COMDLG32LIB) \
comsupp.lib
APP1DEF= $(MISC)\$(APP1TARGET).def