diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:34:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:34:00 +0000 |
commit | b1f3e9e4845595bb4c2d6306ad4edc1fdec18e64 (patch) | |
tree | 825e0b543c656b0eefc32b2c01ae739648b4cc56 /basic | |
parent | 57d76b307ad9d9ccc8ba7d49573659b185588a20 (diff) |
INTEGRATION: CWS residcleanup (1.19.12); FILE MERGED
2007/04/20 14:42:44 pl 1.19.12.3: RESYNC: (1.20-1.21); FILE MERGED
2007/03/20 15:22:57 pl 1.19.12.2: RESYNC: (1.19-1.20); FILE MERGED
2007/03/12 12:22:28 pl 1.19.12.1: #i75311# separate stt and sb resources
Diffstat (limited to 'basic')
-rw-r--r-- | basic/util/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 36e16869112d..c3d9e0b795bb 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:34:50 $ +# last change: $Author: rt $ $Date: 2007-04-26 08:34:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -112,7 +112,11 @@ SRS1FILES= \ RESLIB1NAME=stt RESLIB1IMAGES=$(PRJ)$/res RESLIB1SRSFILES= \ - $(SRS)$/app.srs \ + $(SRS)$/app.srs + +RESLIB2NAME=sb +RESLIB2IMAGES=$(PRJ)$/res +RESLIB2SRSFILES= \ $(SRS)$/classes.srs \ $(SRS)$/sbx.srs ########## remove sbx.srx (and this line) when issue i53795 is fixed |