diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-07 13:54:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-07 13:54:20 +0000 |
commit | b19680a8a2253d5ec89a30daeb10f98e977279d5 (patch) | |
tree | 68baa5dda142a49a21e75745d878f4d65a164b4c /desktop/util | |
parent | 70edbfa7cbc2fb44598d969ed325e25a8f6e7e31 (diff) |
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
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 11 |
1 files changed, 8 insertions, 3 deletions
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) \ |