summaryrefslogtreecommitdiff
path: root/toolkit/util
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-03-18 17:04:33 +0000
committerThomas Benisch <tbe@openoffice.org>2002-03-18 17:04:33 +0000
commite526e3af15014405bdb95f0169504cbc049b665e (patch)
tree4f15e91a805d2e7c796869ba0f2dd06463074567 /toolkit/util
parent5747346f97ffe80699b9d39b342da93cf5642501 (diff)
#97222# added awt.srs
Diffstat (limited to 'toolkit/util')
-rw-r--r--toolkit/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk
index e72ddfb7d335..d4d3ae46256b 100644
--- a/toolkit/util/makefile.mk
+++ b/toolkit/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: mt $ $Date: 2001-11-29 17:14:23 $
+# last change: $Author: tbe $ $Date: 2002-03-18 18:04:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -112,6 +112,10 @@ SHL1STDLIBS +=\
-lX11
.ENDIF
+RES1FILELIST=$(SRS)$/awt.srs
+RESLIB1NAME=$(TARGET)
+RESLIB1SRSFILES=$(RES1FILELIST)
+
.INCLUDE : target.mk
# --- Targets ------------------------------------------------------------