Tiny bit of reorganizing done to WinCSX

This commit is contained in:
Scott Ehlert
2007-03-13 21:10:28 +00:00
parent 1e8d0e10e6
commit ce88004900
10 changed files with 24 additions and 20 deletions

View File

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