diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 16:10:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 16:10:40 +0000 |
commit | 36bb21be6a00b88828d05c423c0b8aaea65028c9 (patch) | |
tree | 21ac6b14861f3492ce8f8a10bb79dd1c6a2fbbff /sfx2 | |
parent | 05dc9d076bcc5db15a519c0acde349a41d42af7d (diff) |
INTEGRATION: CWS sfxcleanup (1.39.156); FILE MERGED
2006/04/28 13:38:47 mba 1.39.156.3: RESYNC: (1.39-1.40); FILE MERGED
2006/03/29 18:50:32 mba 1.39.156.2: #132394#: remove superfluous code
2006/02/26 17:10:18 mba 1.39.156.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/util/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index fff8150ab176..9a17c5fd39ff 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.40 $ +# $Revision: 1.41 $ # -# last change: $Author: vg $ $Date: 2006-04-07 16:42:03 $ +# last change: $Author: rt $ $Date: 2006-05-02 17:10:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -132,18 +132,14 @@ DEFLIB1NAME =sfx DEF1DES =Sfx SFXSRSLIST=\ - $(SRS)$/accel.srs \ $(SRS)$/appl.srs \ $(SRS)$/sfx.srs \ $(SRS)$/doc.srs \ $(SRS)$/view.srs \ $(SRS)$/config.srs \ $(SRS)$/menu.srs \ - $(SRS)$/statbar.srs \ - $(SRS)$/toolbox.srs \ $(SRS)$/dialog.srs \ - $(SRS)$/bastyp.srs \ - $(SRS)$/explorer.srs + $(SRS)$/bastyp.srs RESLIB1NAME=$(TARGET) RESLIB1IMAGES=$(PRJ)$/res |