From b19680a8a2253d5ec89a30daeb10f98e977279d5 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 7 Nov 2003 13:54:20 +0000
Subject: INTEGRATION: CWS networker (1.33.8); FILE MERGED 2003/09/12 15:20:20
lo 1.33.8.2: #i19273# user installation code 2003/07/24 14:26:46 lo 1.33.8.1:
language selection
---
desktop/util/makefile.mk | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
(limited to 'desktop/util')
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index db874df74c8c..8f5d7e889a12 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.33 $
+# $Revision: 1.34 $
#
-# last change: $Author: vg $ $Date: 2003-06-12 10:46:48 $
+# last change: $Author: hr $ $Date: 2003-11-07 14:54:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,7 +90,9 @@ TARGETOBJS= $(OBJ)$/app.obj \
$(OBJ)$/javainteractionhandler.obj \
$(OBJ)$/testtool.obj \
$(OBJ)$/checkinstall.obj \
- $(OBJ)$/cmdlinehelp.obj
+ $(OBJ)$/cmdlinehelp.obj \
+ $(OBJ)$/langselect.obj \
+ $(OBJ)$/userinstall.obj
# --- Resourcen ----------------------------------------------------
@@ -116,6 +118,9 @@ APP1_STDPOST=
RESLIB1NAME= dkt
RESLIB1SRSFILES= $(SRS)$/desktop.srs
+RESLIB2NAME= langselect
+RESLIB2SRSFILES= $(SRS)$/langselect.srs
+
APP1TARGET=so$/$(TARGET)
APP1STDLIBS= \
$(VCLLIB) \
--
cgit