INTEGRATION: CWS gh12a (1.5.34); FILE MERGED
2006/05/03 13:52:22 gh 1.5.34.1: #i63675# add testtool.ini/rc to installation
This commit is contained in:
parent
7b7166a29e
commit
5c88ccfd50
1 changed files with 16 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-07 19:31:53 $
|
||||
# last change: $Author: rt $ $Date: 2006-05-05 08:06:10 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -101,3 +101,17 @@ $(MISC)$/xfilter.pl : filter.pl
|
|||
+attrib -r $(MISC)$/xfilter.pl
|
||||
.ENDIF
|
||||
|
||||
|
||||
|
||||
.IF "$(GUI)"=="UNX"
|
||||
INIFILE=$(BIN)$/.testtoolrc
|
||||
.ELIF "$(GUI)"=="WNT"
|
||||
INIFILE=$(BIN)$/testtool.ini
|
||||
.END
|
||||
|
||||
$(INIFILE): testtool.ini
|
||||
+-$(COPY) $< $@
|
||||
|
||||
ALLTAR: \
|
||||
$(INIFILE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue