summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 16:04:49 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 16:04:49 +0000
commite9eed4a56ac14f9f796d02fe74c32acbc4adb3fc (patch)
treed58d6e6cedef28536be9dc9f924b1b86f3eefea6 /desktop/source/deployment/gui/makefile.mk
parentc4a71857106ba2d74827f2052058e0ef26dd2426 (diff)
INTEGRATION: CWS jsc7 (1.6.8); FILE MERGED
2006/07/06 11:57:14 jl 1.6.8.2: #i66211# 2006/07/03 14:14:48 sb 1.6.8.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.
Diffstat (limited to 'desktop/source/deployment/gui/makefile.mk')
-rw-r--r--desktop/source/deployment/gui/makefile.mk15
1 files changed, 10 insertions, 5 deletions
diff --git a/desktop/source/deployment/gui/makefile.mk b/desktop/source/deployment/gui/makefile.mk
index 6a6f858769..81e8959241 100644
--- a/desktop/source/deployment/gui/makefile.mk
+++ b/desktop/source/deployment/gui/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: vg $ $Date: 2006-04-07 14:45:37 $
+# last change: $Author: obo $ $Date: 2006-07-13 17:04:49 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,9 @@ SLOFILES = \
$(SLO)$/dp_gui_service.obj \
$(SLO)$/dp_gui_dialog.obj \
$(SLO)$/dp_gui_treelb.obj \
- $(SLO)$/dp_gui_cmdenv.obj
+ $(SLO)$/dp_gui_cmdenv.obj \
+ $(SLO)$/license_dialog.obj \
+ $(SLO)$/dp_gui_dependencydialog.obj
SHL1OBJS = \
$(SLO)$/dp_misc.obj
@@ -68,7 +70,8 @@ SHL1STDLIBS = \
$(I18NISOLANGLIB) \
$(TKLIB) \
$(VCLLIB) \
- $(SVTOOLLIB)
+ $(SVTOOLLIB) \
+ $(SVLLIB)
SHL1DEPN =
SHL1IMPLIB = i$(TARGET)
@@ -82,10 +85,12 @@ DEF1NAME = $(SHL1TARGET)
SRS1NAME = $(TARGET)
SRC1FILES = \
dp_gui_dialog.src \
- dp_gui_backend.src
+ dp_gui_backend.src \
+ dp_gui_dependencydialog.src
RESLIB1NAME = $(TARGET)
RESLIB1SRSFILES = $(SRS)$/$(TARGET).srs
+RESLIB1IMAGES= $(PRJ)$/res
.INCLUDE : target.mk