diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:26:46 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:26:46 +0000 |
commit | 2f948c9a85b4ba733b398d2751269e0dd93fa54a (patch) | |
tree | aa5aea8ae5c89aece54a6a21d2af02d7323479cd /vcl/util | |
parent | cd6c49193a74008a4456a8593e85302ed3c82b77 (diff) |
INTEGRATION: CWS aw024 (1.80.10); FILE MERGED
2006/11/10 05:49:54 aw 1.80.10.3: RESYNC: (1.81-1.82); FILE MERGED
2006/08/03 17:29:13 aw 1.80.10.2: RESYNC: (1.80-1.81); FILE MERGED
2006/07/20 16:09:24 thb 1.80.10.1: #i66849# Windows VCL now needs to link against msimg32.dll (for AlphaBlend()). Availability: Win2000/Win98 onwards
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index d368cb6f74c5..6569c3132a91 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.82 $ +# $Revision: 1.83 $ # -# last change: $Author: kz $ $Date: 2006-10-06 10:07:49 $ +# last change: $Author: ihi $ $Date: 2006-11-14 15:26:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -210,6 +210,7 @@ DEFLIB1NAME =vcl SHL1STDLIBS += uwinapi.lib \ gdi32.lib \ + msimg32.lib \ winspool.lib \ ole32.lib \ shell32.lib \ |