]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Introduce a BUILDDIR parameter in Makefile.vc.
authorSimon Tatham <anakin@pobox.com>
Wed, 16 Dec 2015 18:20:30 +0000 (18:20 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 16 Dec 2015 18:52:15 +0000 (18:52 +0000)
commitd3db17f3e182eb2f898e32a410afba1683afd1f4
treed749169c0b42d6e1c52c0030624ced21ba276572
parentbf3621f247937b51e983f364377bb408b4cb609b
Introduce a BUILDDIR parameter in Makefile.vc.

Now you can run a command like "nmake /f Makefile.vc BUILDDIR=foo\",
which will cause all the generated files to appear in a subdirectory
of putty\windows. This is immediately useful for testing multiple
build configurations against each other by hand; later on I hope it
will also be a convenient way to run multiple build configurations in
the proper bob build.
Recipe
mkfiles.pl