New binary name checkscp
This commit is contained in:
parent
0404da00f3
commit
0a298b7ba3
2 changed files with 7 additions and 10 deletions
|
@ -3,8 +3,8 @@
|
|||
#* $Workfile: tg_scp.mk $
|
||||
#*
|
||||
#* Ersterstellung XX TT.MM.JJ
|
||||
#* Letzte Aenderung $Author: hjs $ $Date: 2001-04-06 11:40:46 $
|
||||
#* $Revision: 1.3 $
|
||||
#* Letzte Aenderung $Author: obo $ $Date: 2001-04-06 14:27:08 $
|
||||
#* $Revision: 1.4 $
|
||||
#*
|
||||
#* $Logfile: T:/solar/inc/tg_scp.mkv $
|
||||
#*
|
||||
|
@ -32,12 +32,6 @@ $(SCP8TARGETN) .NULL : SCP8
|
|||
$(SCP9TARGETN) .NULL : SCP9
|
||||
.ENDIF
|
||||
|
||||
.IF "$(GUI)"=="UNX"
|
||||
SCP_CHECK_TOOL = check_ins
|
||||
.ELSE
|
||||
SCP_CHECK_TOOL = check_inf.exe
|
||||
.ENDIF
|
||||
|
||||
.IF "$(MULTI_SCP_FLAG)"==""
|
||||
SCP1 SCP2 SCP3 SCP4 SCP5 SCP6 SCP7 SCP8 SCP9:
|
||||
.IF "$(GUI)" != "MAC"
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: unitools.mk,v $
|
||||
#
|
||||
# $Revision: 1.6 $
|
||||
# $Revision: 1.7 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2000-12-14 13:29:32 $
|
||||
# last change: $Author: obo $ $Date: 2001-04-06 14:27:08 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -84,6 +84,8 @@ GNUCOPY*=$(BUILD_TOOLS)$/cp.exe
|
|||
MKDIR=+$(SOLARENV)$/bin$/mkdir.btm
|
||||
TOUCH*=$(BUILD_TOOLS)$/touch.exe
|
||||
PERL*=$(ENV_TOOLS)$/perl5.btm
|
||||
SCP_CHECK_TOOL=checkscp.exe
|
||||
|
||||
#signing for win32 only
|
||||
SIGNCODE=$(BUILD_TOOLS)$/PackSign$/signcode
|
||||
CABARC=$(BUILD_TOOLS)$/PackSign$/cabarc
|
||||
|
@ -136,6 +138,7 @@ ECHON=echo -n
|
|||
RM+=$(RMFLAGS)
|
||||
|
||||
.IF "$(GUI)"=="UNX"
|
||||
SCP_CHECK_TOOL=checkscp
|
||||
NULLDEV=/dev/null
|
||||
.ELIF "$(GUI)"=="MAC"
|
||||
NULLDEV=/dev/null
|
||||
|
|
Loading…
Reference in a new issue