summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:11:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:11:22 +0000
commitf83886ed146730dacac42fc62921b93143a09ad9 (patch)
tree12b8fe399d4c2a32e88c1a0708f8baa7f664f1de /extensions/test/ole
parentINTEGRATION: CWS mingwport03 (1.7.188); FILE MERGED (diff)
downloadcore-f83886ed146730dacac42fc62921b93143a09ad9.tar.gz
core-f83886ed146730dacac42fc62921b93143a09ad9.zip
INTEGRATION: CWS mingwport03 (1.6.48); FILE MERGED
2006/11/07 18:23:05 vg 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 14:08:48 vg 1.6.48.1: #i53572# MinGW port
Diffstat (limited to 'extensions/test/ole')
-rw-r--r--extensions/test/ole/cppToUno/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/test/ole/cppToUno/makefile.mk b/extensions/test/ole/cppToUno/makefile.mk
index d477acd841f4..e144a378f2e2 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.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 08:41:22 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:11:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -59,13 +59,13 @@ APP1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
- user32.lib \
- kernel32.lib \
- ole32.lib \
- oleaut32.lib \
- uuid.lib \
- comdlg32.lib \
- gdi32.lib
+ $(USER32LIB) \
+ $(KERNEL32LIB) \
+ $(OLE32LIB) \
+ $(OLEAUT32LIB) \
+ $(UUIDLIB) \
+ $(COMDLG32LIB) \
+ $(GDI32LIB)
APP1DEF= $(MISC)$/$(APP1TARGET).def