Switch to vcbuilder.exe since devenv.com is not available in express editions.

This commit is contained in:
David Anderson
2008-09-27 16:19:56 -07:00
parent 88a71ddad4
commit 8f555543cc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ namespace builder
info.Arguments = cfg.build_options + " ";
}
info.Arguments += "/rebuild \"" + config_name + "\" " + project_file;
info.Arguments += "/rebuild \"" + project_file + "\" \"" + config_name + "\"";
Process p = Process.Start(info);
Console.WriteLine(p.StandardOutput.ReadToEnd());