Update Visual C make.cmd, use separate compilation for LOLA conf test.

This commit is contained in:
David Brown 2016-12-21 13:01:14 +00:00
parent 305781e000
commit 3ba0d7ae2c
5 changed files with 135 additions and 104 deletions

View file

@ -413,6 +413,7 @@ void writeConfigurationMod() {
fprintf(fd, " linkflags* = '%s';\n", linkflags);
fprintf(fd, " libspec* = '%s';\n", libspec);
fprintf(fd, " libext* = '%s';\n", libext);
fprintf(fd, " compiler* = '%s';\n", compiler);
fprintf(fd, " compile* = '%s';\n", cc);
fprintf(fd, " installdir* = '%s';\n", installdir);
fprintf(fd, " staticLink* = '%s';\n", staticlink);