]> git.kaiwu.me - nginx.git/commit
Win32: added a variable to specify compiler.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 24 Dec 2016 15:01:14 +0000 (18:01 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 24 Dec 2016 15:01:14 +0000 (18:01 +0300)
commita4c7e7b1dba97f130df5053d77fa64e8ae88e1b1
tree9b0b3ac4a6e784332fc9b6993e221f73bdd20f70
parentc2d3d82ccbea18f0504fbaceeee6efb62da8d1d8
Win32: added a variable to specify compiler.

This allows to set a different one from command line when needed.
For example, to configure nginx with gcc as a compiler one could
use "make -f misc/GNUmakefile win32 CC=gcc".
misc/GNUmakefile