diff options
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 \ |