]> granicus.if.org Git - curl/commit
winbuild: Allow changing C compiler via environment variable CC (#952)
authorSimon Warta <simon@kullo.net>
Tue, 9 Aug 2016 19:27:36 +0000 (21:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Aug 2016 19:27:36 +0000 (21:27 +0200)
commitdec93464603aba0b28e6a1ee91d795e9cdc5acd3
tree732f69f32efebad1a5336ec77df8c3cde2f20cd6
parent50cb384fd9967b0d658baf92db29ab4b8b7bab63
winbuild: Allow changing C compiler via environment variable CC (#952)

This makes it possible to use specific compilers or a cache.

Sample use for clcache:
set CC=clcache.bat
nmake /f Makefile.vc DEBUG=no MODE=static VC=14 GEN_PDB=no
winbuild/MakefileBuild.vc