mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Convert Buildscr to use the new "do/win" mechanism.
This commit is contained in:
parent
3e811b3dff
commit
470337d0f2
6
Buildscr
6
Buildscr
@ -150,12 +150,12 @@ in putty do perl -i~ -pe 'y/\015//d;s/$$/\015/' LICENCE
|
|||||||
|
|
||||||
delegate windows
|
delegate windows
|
||||||
# FIXME: Cygwin alternative?
|
# FIXME: Cygwin alternative?
|
||||||
in putty/windows do cmd /c vcvars32 \& nmake -f Makefile.vc $(Makeargs)
|
in putty/windows do/win vcvars32 && nmake -f Makefile.vc $(Makeargs)
|
||||||
# Ignore exit code from hhc, in favour of seeing whether the .chm
|
# Ignore exit code from hhc, in favour of seeing whether the .chm
|
||||||
# file was created. (Yuck; but hhc appears to return non-zero
|
# file was created. (Yuck; but hhc appears to return non-zero
|
||||||
# exit codes on whim.)
|
# exit codes on whim.)
|
||||||
in putty/doc do hhc putty.hhp; test -f putty.chm
|
in putty/doc do/win hhc putty.hhp & type putty.chm >nul
|
||||||
in putty/windows do iscc putty.iss
|
in putty/windows do/win iscc putty.iss
|
||||||
return putty/windows/*.exe
|
return putty/windows/*.exe
|
||||||
return putty/windows/*.map
|
return putty/windows/*.map
|
||||||
return putty/doc/putty.chm
|
return putty/doc/putty.chm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user