Changeset 143
- Timestamp:
- 08/31/10 20:21:09 (17 months ago)
- Location:
- tools
- Files:
-
- 1 added
- 1 modified
-
MakePackage.pl (modified) (2 diffs)
-
export_zip.py (added)
Legend:
- Unmodified
- Added
- Removed
-
tools/MakePackage.pl
r50 r143 200 200 if ($os eq "win32") 201 201 { 202 my $win32Build="build/win32/vc8/ release";202 my $win32Build="build/win32/vc8/x86/release"; 203 203 204 204 # Copy the engine itself (plus dedicated server versions etc., *.exe and *.exe.manifest files). … … 358 358 if ($os eq "win32") 359 359 { 360 # Intentionally add a "_" to the zip file name, so that we can upload in parallel to the old file, then rename. 361 system("d:\\System\\Tools\\InfoZip\\zip", "-r", "-q", "-9", "$Dest"."-win32_.zip", "$Dest\\*.*"); 360 system("d:\\System\\Tools\\InfoZip\\zip", "-r", "-q", "-9", "$Dest"."-win32.zip", "$Dest\\*.*"); 362 361 363 362 # system("rd", "/s", "/q", "$Dest");
