/[enigma]/enigma/etc/mingw32-dist.sh
ViewVC logotype

Diff of /enigma/etc/mingw32-dist.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dheck, Thu Aug 15 09:14:58 2002 UTC revision 1.3 by dheck, Sat Oct 26 23:47:10 2002 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  #  #
3  # This file creates a w32 binary  # This file creates a w32 binary release
4  #  #
5  STRIP=i586-mingw32msvc-strip  STRIP=i586-mingw32msvc-strip
6  # ./mingw32-configure.sh  ./mingw32-configure.sh
7  (cd .. ; make all)  (cd .. ; make all)
8  VERSION=0.50  VERSION=0.60
9  DDIR="`pwd`/Enigma-$VERSION"  DDIR="`pwd`/Enigma-$VERSION"
10  SDIR=../  SDIR=../
11  rm -rf $DDIR  rm -rf $DDIR
# Line 13  rm -rf $DDIR Line 13  rm -rf $DDIR
13    
14  mkdir $DDIR $DDIR/gfx $DDIR/levels $DDIR/sound $DDIR/fonts  mkdir $DDIR $DDIR/gfx $DDIR/levels $DDIR/sound $DDIR/fonts
15  cp -rp $SDIR/gfx/*.png $DDIR/gfx  cp -rp $SDIR/gfx/*.png $DDIR/gfx
16    cp -rp $SDIR/gfx/enigma.pal $DDIR/gfx
17  cp -rp $SDIR/levels/*.png $SDIR/levels/*.lua $DDIR/levels  cp -rp $SDIR/levels/*.png $SDIR/levels/*.lua $DDIR/levels
18  cp -rp $SDIR/fonts/*.png $SDIR/fonts/*.{bmf,txt} $DDIR/fonts  cp -rp $SDIR/fonts/*.png $SDIR/fonts/*.{bmf,txt} $DDIR/fonts
19  cp -rp $SDIR/sound/*.{wav,s3m} $DDIR/sound  cp -rp $SDIR/sound/*.{wav,s3m} $DDIR/sound
# Line 29  $STRIP "$DDIR/enigma.exe" Line 30  $STRIP "$DDIR/enigma.exe"
30  rm -f enigma-w32-$VERSION.zip  rm -f enigma-w32-$VERSION.zip
31  zip -r enigma-w32-$VERSION.zip "Enigma-$VERSION"  zip -r enigma-w32-$VERSION.zip "Enigma-$VERSION"
32  rm -rf $DDIR  rm -rf $DDIR
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26