Hopefully fixed Windows build.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -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.
Reference in New Issue
Block a user