summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 09:07:49 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 09:07:49 +0000
commit430438e6cb6c67431dd4bc5fc3264e43b1fce1e3 (patch)
tree225c10527bbdb1cc2a07d2554600026b81a2e234 /vcl
parentINTEGRATION: CWS impresshydra (1.14.46); FILE MERGED (diff)
downloadcore-430438e6cb6c67431dd4bc5fc3264e43b1fce1e3.tar.gz
core-430438e6cb6c67431dd4bc5fc3264e43b1fce1e3.zip
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')
-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 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"