diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 13:26:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 13:26:37 +0000 |
commit | 3f7ad669ed6067b26e82255d613038534c69abe9 (patch) | |
tree | d854936387ae6d77f1c01897a15426399a0416fa /desktop/util | |
parent | e0bf0a9f1210096ec1d37a2ee2131ddf0c9b7c54 (diff) |
INTEGRATION: CWS bmpres01 (1.39.32); FILE MERGED
2004/05/04 14:20:55 ka 1.39.32.1: new resource structure for images
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index e87c1a1f8c9a..780e65f901e5 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.40 $ +# $Revision: 1.41 $ # -# last change: $Author: hr $ $Date: 2004-05-10 13:01:41 $ +# last change: $Author: rt $ $Date: 2004-05-21 14:26:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,9 +122,11 @@ APP1_STDPOST= .ENDIF RESLIB1NAME= dkt +RESLIB1IMAGES= $(PRJ)$/res RESLIB1SRSFILES= $(SRS)$/desktop.srs RESLIB2NAME= langselect +RESLIB2IMAGES= $(PRJ)$/res RESLIB2SRSFILES= $(SRS)$/langselect.srs APP1TARGET=so$/$(TARGET) |