Changeset 143

Show
Ignore:
Timestamp:
08/31/10 20:21:09 (17 months ago)
Author:
Carsten
Message:
  • Added new Python script that automatically checks out the latest Cafu trunk and creates zip and tar.gz source code archives.
  • Minor updates to MakePackage.pl script.
Location:
tools
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • tools/MakePackage.pl

    r50 r143  
    200200if ($os eq "win32") 
    201201{ 
    202     my $win32Build="build/win32/vc8/release"; 
     202    my $win32Build="build/win32/vc8/x86/release"; 
    203203 
    204204    # Copy the engine itself (plus dedicated server versions etc., *.exe and *.exe.manifest files). 
     
    358358if ($os eq "win32") 
    359359{ 
    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\\*.*"); 
    362361 
    363362    # system("rd", "/s", "/q", "$Dest");