diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:07:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:07:49 +0000 |
commit | 430438e6cb6c67431dd4bc5fc3264e43b1fce1e3 (patch) | |
tree | 225c10527bbdb1cc2a07d2554600026b81a2e234 /vcl/util | |
parent | 71dac80cc8a7652617832f06dbc2fac383b3d6b4 (diff) |
INTEGRATION: CWS impresshydra (1.80.26); FILE MERGED
2006/08/28 13:13:11 cl 1.80.26.2: RESYNC: (1.80-1.81); FILE MERGED
2006/07/19 16:03:49 cl 1.80.26.1: #i12719# added support for multi monitor
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 51e9d0ef54c3..d368cb6f74c5 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.81 $ +# $Revision: 1.82 $ # -# last change: $Author: ihi $ $Date: 2006-08-01 09:30:37 $ +# last change: $Author: kz $ $Date: 2006-10-06 10:07:49 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -147,7 +147,8 @@ LIB1FILES= $(SLB)$/app.lib \ $(SLB)$/gdi.lib \ $(SLB)$/win.lib \ $(SLB)$/ctrl.lib \ - $(SLB)$/helper.lib + $(SLB)$/helper.lib \ + $(SLB)$/components.lib .IF "$(GUI)" == "UNX" |