Migrated to Visual Studio 2008 for default builds (bug 3257).

This commit is contained in:
David Anderson
2008-09-27 14:59:09 -07:00
parent 02e31bb576
commit 88a71ddad4
26 changed files with 4933 additions and 156 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ if ($^O eq "linux")
}
else
{
Build::Command('"' . $ENV{'MSVC7'} . '" /Rebuild Release builder.csproj');
Build::Command('"' . $ENV{'MSVC9'} . '" /Rebuild Release builder.csproj');
Build::Command('move ' . Build::PathFormat('bin/Release/builder.exe') . ' .');
}
@@ -44,7 +44,7 @@ if ($^O eq "linux")
}
else
{
print CONF "BuilderPath = " . $ENV{'MSVC8'} . "\n";
print CONF "BuilderPath = " . $ENV{'MSVC9'} . "\n";
print CONF "PDBLog = $root\\OUTPUT\\pdblog.txt\n";
}
close(CONF);