enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/etc mingw32-dist.sh.in,1.1.2.1,1.1.2.2


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/etc mingw32-dist.sh.in,1.1.2.1,1.1.2.2
Date: Wed, 08 Oct 2003 22:12:31 +0000

Update of /cvsroot/enigma/enigma/etc
In directory subversions:/tmp/cvs-serv26843/etc

Modified Files:
      Tag: enigma0_80_rc
        mingw32-dist.sh.in 
Log Message:
Final fixed for Enigma 0.80 :-)


Index: mingw32-dist.sh.in
===================================================================
RCS file: /cvsroot/enigma/enigma/etc/Attic/mingw32-dist.sh.in,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** mingw32-dist.sh.in  22 Sep 2003 02:37:16 -0000      1.1.2.1
--- mingw32-dist.sh.in  8 Oct 2003 22:12:28 -0000       1.1.2.2
***************
*** 8,11 ****
--- 8,21 ----
  SDIR=../
  
+ function cptext
+ {
+     perl ./nlcvt.pl unix2dos $SDIR/$1 >$DDIR/$2
+ }
+ 
+ function cpfile
+ {
+       cp $SDIR/$1 $DDIR/$2
+ }
+ 
  #
  # Copy levels
***************
*** 31,56 ****
      cp -p $SDIR/data/fonts/*.{bmf,png,txt} $DDIR/data/fonts
      mkdir $DDIR/data/sound 
!     cp -p $SDIR/data/sound/*.{wav,s3m,xm} $DDIR/data/sound
  }
  #
! # documentation files
  #
  function copy_doc
  {
!     perl ./nlcvt.pl unix2dos $SDIR/COPYING >$DDIR/COPYING.txt
!     perl ./nlcvt.pl unix2dos $SDIR/CHANGES >$DDIR/CHANGES.txt
!     perl ./nlcvt.pl unix2dos $SDIR/README >$DDIR/README.txt
!     perl ./nlcvt.pl unix2dos ./README-SDL.txt >$DDIR/README-SDL.txt
!     perl ./nlcvt.pl unix2dos $SDIR/NEWS >$DDIR/NEWS.txt
  }
  
  #
! # user manual
  #
  function copy_manual
  {
      mkdir $DDIR/manual $DDIR/manual/images
!     cp $SDIR/doc/manual/images/*.png $DDIR/manual/images
!     cp $SDIR/doc/manual/*.html $DDIR/manual
  }
  
--- 41,72 ----
      cp -p $SDIR/data/fonts/*.{bmf,png,txt} $DDIR/data/fonts
      mkdir $DDIR/data/sound 
!     cp -p $SDIR/data/sound/*.{wav,s3m} $DDIR/data/sound
  }
+ 
  #
! # Copy documentation files
  #
  function copy_doc
  {
!     mkdir $DDIR/doc
!     cptext README             README.txt
!     cptext NEWS               NEWS.txt
!     cptext COPYING            doc/COPYING.txt
!     cptext CHANGES            doc/CHANGES.txt
!     cptext etc/README-SDL.txt         doc/README-SDL.txt
!     cptext doc/ant_lua.txt    doc/ant_lua.txt
!     cpfile doc/refman/enigma-ref.html doc/
!     cpfile doc/functions.html doc/
!     cpfile doc/functions.css  doc/
  }
  
  #
! # Copy user manual
  #
  function copy_manual
  {
      mkdir $DDIR/manual $DDIR/manual/images
!     cpfile doc/manual/images/*.png manual/images
!     cpfile doc/manual/*.html manual
  }
  
***************
*** 73,76 ****
--- 89,93 ----
  cp *.dll $DDIR/
  $STRIP "$DDIR/enigma.exe"
+ upx $DDIR/enigma.exe
  
  rm -f Enigma-w32-$VERSION.zip





reply via email to

[Prev in Thread] Current Thread [Next in Thread]