1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

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.
This commit is contained in:
Simon Tatham
2015-12-16 18:20:30 +00:00
parent bf3621f247
commit d3db17f3e1
2 changed files with 23 additions and 23 deletions

2
Recipe
View File

@ -332,5 +332,5 @@ testbn : [C] testbn sshbn misc conf tree234 winmisc LIBS
# in the first place, so that we find out about build breakage early.)
!begin vc
cleantestprogs:
-del testbn.exe
-del $(BUILDDIR)testbn.exe
!end