summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:15:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:15:21 +0000
commitae9e3be4c6597fb629b4d7d9e77e90177b59b2da (patch)
tree7fd7ed78c5bb5c9e67e6cf5ce1863bf1cfe6d7d9
parent86754f8fde0c58b1932e7b5e19be2a0302feb44f (diff)
INTEGRATION: CWS mingwport03 (1.9.188); FILE MERGED
2006/11/07 18:22:22 vg 1.9.188.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/06 14:08:47 vg 1.9.188.1: #i53572# MinGW port
-rw-r--r--extensions/test/ole/OleClient/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/test/ole/OleClient/makefile.mk b/extensions/test/ole/OleClient/makefile.mk
index 54f6592f8b9e..e39384c833e2 100644
--- a/extensions/test/ole/OleClient/makefile.mk
+++ b/extensions/test/ole/OleClient/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 08:40:59 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:15:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -62,14 +62,14 @@ APP1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
- user32.lib \
+ $(USER32LIB) \
$(COMPATH)$/atlmfc$/lib$/atls.lib \
- kernel32.lib \
- ole32.lib \
- oleaut32.lib \
- uuid.lib \
- gdi32.lib \
- advapi32.lib
+ $(KERNEL32LIB) \
+ $(OLE32LIB) \
+ $(OLEAUT32LIB) \
+ $(UUIDLIB) \
+ $(GDI32LIB) \
+ $(ADVAPI32LIB)
APP1DEF= $(MISC)\$(APP1TARGET).def