Update autobuild report

This commit is contained in:
David Brown 2016-12-22 16:36:05 +00:00
parent b66d7bf2ef
commit 37fc052d95
3 changed files with 27 additions and 10 deletions

View file

@ -148,7 +148,7 @@ void determineCCompiler() {
cc = "gcc -fPIC -g" optimize;
}
#elif defined(_MSC_VER)
compiler = "MSC";
compiler = "msc";
cc = "cl /nologo";
objext = ".obj";
objflag = " -Fe";