diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 11:23:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 11:23:39 +0000 |
commit | ff621d6776584f902eea8cef2e54fc865d1b6eac (patch) | |
tree | 13bce3b6f46eaeea6c10b78257fed4260ed5b0fb /desktop | |
parent | 8b041a8a2bf3ff807c9db91fb19fd2bf32fdbc00 (diff) |
INTEGRATION: CWS unopkg2 (1.39.22); FILE MERGED
2004/05/27 10:10:40 dbo 1.39.22.4: #i20304# help ids
2004/05/24 17:04:54 dbo 1.39.22.3: #i20304# lock file, misc
2004/05/18 18:38:45 dbo 1.39.22.2: RESYNC: (1.39-1.40); FILE MERGED
2004/05/18 18:15:29 dbo 1.39.22.1: #115885# icons, minor fixes
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 8c2db0357a60..a16fdc9ea00a 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.44 $ +# $Revision: 1.45 $ # -# last change: $Author: kz $ $Date: 2004-06-10 16:48:20 $ +# last change: $Author: kz $ $Date: 2004-06-11 12:23:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,6 +66,7 @@ PRJNAME=desktop TARGET=soffice TARGETTYPE=GUI GEN_HID=TRUE +GEN_HID_OTHER=TRUE # --- Settings ----------------------------------------------------------- @@ -75,6 +76,7 @@ VERINFONAME=verinfo TARGETOBJS= $(OBJ)$/app.obj \ $(OBJ)$/lockfile.obj \ + $(OBJ)$/lockfile2.obj \ $(OBJ)$/intro.obj \ $(OBJ)$/officeipcthread.obj \ $(OBJ)$/appinit.obj \ |