diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 02:25:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 02:25:11 +0000 |
commit | 0c0067984ed64fada0d6f2cffe98eee53f6fd8e3 (patch) | |
tree | edb8b194d1584ef95ec2500e7db681e905186cb8 /sc/util | |
parent | bb437cd14d6e7427566de94034b826f464f44efe (diff) |
INTEGRATION: CWS bmpres01 (1.22.26); FILE MERGED
2004/04/27 14:32:05 ka 1.22.26.1: using new resource structure for images
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index e674abe8ee9e..17e383404f83 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: hr $ $Date: 2004-05-10 16:09:46 $ +# last change: $Author: kz $ $Date: 2004-05-19 03:25:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,6 +96,13 @@ RESLIB1LIST=\ $(SOLARVERSION)$/$(INPATH)$/res$(EXT_UPDMINOR)$/sfx.srs RESLIB1NAME=sc +RESLIB1IMAGES=\ + $(PRJ)$/res \ + $(PRJ)$/res/imglst/apptbx \ + $(PRJ)$/res/imglst/dbgui \ + $(PRJ)$/res/imglst/navipi + + RESLIB1SRSFILES=\ $(RESLIB1LIST) |