Windows: Support building with SHELL=cmd.exe
authorSimon Richter <Simon.Richter@hogyros.de>
Mon, 11 Feb 2019 15:51:35 +0000 (16:51 +0100)
committerMatt Turner <mattst88@gmail.com>
Wed, 27 Mar 2019 22:12:52 +0000 (15:12 -0700)
commitef4fb03248ae7748090ec52f02261c331590579c
tree0539f0828948b8cb4b61f2230900a566d446c9e4
parent55d8f956c2da14ea2235c066dbc6e431b973e042
Windows: Support building with SHELL=cmd.exe

When GNU Make is not from msys, the startup cost for sh.exe is massive
compared to cmd.exe.

Signed-off-by: Matt Turner <mattst88@gmail.com>
Makefile.win32.common