diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 14:47:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 14:47:18 +0000 |
commit | 85c6ddeeb2c6d16af3444e4720d8715d1f400fc2 (patch) | |
tree | b84ebefb0252723d56f54057ff61f68d970fd517 /automation/packimages/makefile.mk | |
parent | e048fa27276fb6f0a6f73c3da263e16918c38a98 (diff) |
INTEGRATION: CWS gh10 (1.3.4); FILE MERGED
2004/12/20 15:48:56 gh 1.3.4.1: last fix for new image locations
Diffstat (limited to 'automation/packimages/makefile.mk')
-rw-r--r-- | automation/packimages/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/automation/packimages/makefile.mk b/automation/packimages/makefile.mk index c1bf0e834..bc3b668f9 100644 --- a/automation/packimages/makefile.mk +++ b/automation/packimages/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-01-28 16:04:42 $ +# last change: $Author: vg $ $Date: 2005-03-23 15:47:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,6 +68,10 @@ RSCCUSTOMIMG*=$(PRJ)$/util # to a "find" that looks for "*.png" RSCCUSTOMIMG*=$(PRJNAME)$/util +# point to an existing directory as default that poses no threat +# to a "find" that looks for "*.png" +RSCCUSTOMIMG*=$(PRJNAME)$/util + .INCLUDE: settings.mk .INCLUDE: target.mk |