summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:04:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:04:27 +0000
commitfb9372d190c3e80318991c2a07344b36d6f7afa3 (patch)
tree66a5224ebe66d943f5f148fefaced3b92de29244 /sfx2/util
parent601b7de1afc8371897d4e1102565ef3a02db8d59 (diff)
INTEGRATION: CWS mingwport03 (1.43.72); FILE MERGED
2007/01/09 01:55:36 vg 1.43.72.3: RESYNC: (1.44-1.45); FILE MERGED 2006/11/09 01:05:57 vg 1.43.72.2: RESYNC: (1.43-1.44); FILE MERGED 2006/09/13 14:27:28 vg 1.43.72.1: #i53572# MinGW port
Diffstat (limited to 'sfx2/util')
-rw-r--r--sfx2/util/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk
index 088126eb72..4f63010232 100644
--- a/sfx2/util/makefile.mk
+++ b/sfx2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.45 $
+# $Revision: 1.46 $
#
-# last change: $Author: kz $ $Date: 2006-11-07 15:32:15 $
+# last change: $Author: vg $ $Date: 2007-03-26 15:04:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -102,12 +102,12 @@ SHL1STDLIBS+=\
.IF "$(GUI)"=="WNT"
SHL1STDLIBS+=\
- uwinapi.lib \
- advapi32.lib \
- shell32.lib \
- gdi32.lib \
- ole32.lib \
- uuid.lib
+ $(UWINAPILIB) \
+ $(ADVAPI32LIB) \
+ $(SHELL32LIB) \
+ $(GDI32LIB) \
+ $(OLE32LIB) \
+ $(UUIDLIB)
.ENDIF # WNT