]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - mkfiles.pl
Use nmake's inline file creation to automate .rsp files.
authorSimon Tatham <anakin@pobox.com>
Sun, 29 Nov 2015 08:39:50 +0000 (08:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 16 Dec 2015 18:46:38 +0000 (18:46 +0000)
commit7f95ebc0bf2bda1d7d71421fd1a7c3669a0e5c7a
treec795c95439675c1bbdddda01f286c74326d15932
parenta9f591eaa86d8b73602ca25d219223aa94d11618
Use nmake's inline file creation to automate .rsp files.

This is noticeably faster than a sequence of 'echo' commands, because
the file gets created all in one go. The most natural approach to this
job would also hide the file's contents, but doing it this way with a
'type' command lets me see the file on nmake's standard output, so
that the build log should still contain everything useful for
debugging build problems.
mkfiles.pl