summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2002-08-27 10:27:17 +0000
committerHerbert Duerr <hdu@openoffice.org>2002-08-27 10:27:17 +0000
commit32bb370501247ece6d18023247982e3e5b9c7631 (patch)
treefd4c76dbb4aafeef0dfc2589e000cb87c3937e39 /vcl/util
parentcd570e40ab3ed2842a75fd23eb0295d639f6559a (diff)
#100850# use uwinapi.lib for better compatibility with old win platforms
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk
index a1322b4e7f80..4e17bee4f581 100644
--- a/vcl/util/makefile.mk
+++ b/vcl/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.37 $
+# $Revision: 1.38 $
#
-# last change: $Author: sb $ $Date: 2002-08-13 13:08:43 $
+# last change: $Author: hdu $ $Date: 2002-08-27 11:27:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -249,7 +249,8 @@ DEFLIB1NAME =vcl
.IF "$(GUI)" == "WNT"
-SHL1STDLIBS += gdi32.lib \
+SHL1STDLIBS += uwinapi.lib \
+ gdi32.lib \
winspool.lib \
ole32.lib \
shell32.lib \