]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
New makefile, for Windows cross-builds with clang-cl.
authorSimon Tatham <anakin@pobox.com>
Sun, 5 Feb 2017 10:59:08 +0000 (10:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 5 Feb 2017 11:53:58 +0000 (11:53 +0000)
commit2e229cb179ccb35d97160e92b6987b3073496b5f
tree5b400dbf10e9c901854c5f3682cbef7699007b28
parentbff4b6a2d578c48f3ed5122e4be13d0c6d9543ae
New makefile, for Windows cross-builds with clang-cl.

This was very strange to write, because it's a bizarre combination of
the GNU-make-isms and rc commands of Makefile.mgw with the cl and link
commands of Makefile.vc (but also the latter thankfully doesn't need
those horrible response files).

I've added a big comment in mkfiles.pl about what the build
requirements for this makefile actually are, which _hopefully_ will be
usable by people other than me.
.gitignore
Recipe
mkfiles.pl