diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-10-15 13:43:52 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-10-15 13:43:52 +0000 |
commit | 0d448ec7b3a84624eda78279addeda49a533f86f (patch) | |
tree | c863c184c6ad6543b60844c3813d1409238ee104 /wizards | |
parent | 92d75cb3cc1b950ebb0b1d84026a81bf7d98d365 (diff) |
#95411# resource file for common resource strings added
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/tools/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/wizards/source/tools/makefile.mk b/wizards/source/tools/makefile.mk index 2a64d2ee5c66..2972e9a3e2d3 100644 --- a/wizards/source/tools/makefile.mk +++ b/wizards/source/tools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: tv $ $Date: 2001-11-09 14:05:36 $ +# last change: $Author: bc $ $Date: 2002-10-15 14:43:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,6 +72,10 @@ TARGET=tools .INCLUDE : $(PRJ)$/util$/target.pmk # --- Files -------------------------------------------------------- +SRS2NAME = common +SRC2FILES= common.src +RESLIB2SRSFILES= $(SRS)$/common.srs +RESLIB2NAME= com ZIP1TARGET = $(TOOLS_ALL_TARGET) ZIP1LIST = *.xdl *.xba *.xlb |