Changeset 1030 for trunk/scripts

Show
Ignore:
Timestamp:
11/16/08 10:58:53 (2 months ago)
Author:
takkaria
Message:

(#647) Stop compressing Angband using UPX.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/pkg_win

    r809 r1030  
    44        echo "Simple packaging file for the Windows port.  Only really useful when" 
    55        echo "cross-compiling, or using Cygwin.  Originally by Robert Ruehlmann." 
    6         echo "" 
    7         echo "Requires you have UPX (http://upx.sf.net/) installed." 
    86        echo "" 
    97        echo "Use in the root directory of the game, like so:" 
     
    8078cp ../lib/xtra/sound/*.wav lib/xtra/sound 
    8179 
    82 upx -9 angband.exe 
    83  
    8480cd .. 
    8581zip -9 -r $OUT $DIR