summaryrefslogtreecommitdiff
path: root/basic/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basic/util/makefile.mk')
-rw-r--r--basic/util/makefile.mk10
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