Hopefully fixed Windows build.

This commit is contained in:
Scott Ehlert
2011-07-01 21:51:27 -05:00
parent 088f109a64
commit da2eb8ea66
5 changed files with 12 additions and 6 deletions

View File

@ -37,7 +37,7 @@ namespace AMXXRelease
if (System.Environment.OSVersion.Platform == System.PlatformID.Unix)
{
} else {
File.Copy(source + "\\dlls\\cstrike\\csx\\WinCSX\\msvc10\\Release\\WinCSX.exe",
File.Copy(source + "\\dlls\\cstrike\\csx\\msvc10\\Release\\WinCSX.exe",
basedir + "\\data\\WinCSX.exe",
true);
}

View File

@ -74,11 +74,11 @@ namespace AMXXRelease
else
{
info.Arguments = "";
}
info.WorkingDirectory = PropSlashes(dir);
}
info.WorkingDirectory = PropSlashes(dir);
info.FileName = m_Cfg.DevenvPath();
info.Arguments += module.vcproj + ".vcxproj" + " /p:Configuration=" + module.build + " /t:Rebuild";
info.Arguments += module.vcproj + ".sln" + " /p:Configuration=" + module.build + " /t:Rebuild";
info.UseShellExecute = false;
info.RedirectStandardOutput = true;
info.RedirectStandardError = true;

Binary file not shown.