/[gpgoe]/trunk/mk-w32-dist.sh
ViewVC logotype

Diff of /trunk/mk-w32-dist.sh

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

revision 14 by twoaday, Sat Apr 8 15:49:13 2006 UTC revision 15 by twoaday, Mon Apr 10 05:39:33 2006 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  VER="0.7.1"  VER="0.8.0"
4    
5  mkdir gpgoe 2> /dev/null  mkdir gpgoe 2> /dev/null
6  cp init/gpgoeinit.exe gpgoe/  cp init/gpgoeinit.exe gpgoe/
7  cp src/gpgoe.dll gpgoe/  cp src/gpgoe.dll gpgoe/
8  cp po/de.gmo gpgoe/de.mo  cp po/de.gmo gpgoe/de.mo
9  cp po/it.gmo gpgoe/it.mo  cp po/it.gmo gpgoe/it.mo
 cp README gpgoe/README.txt  
10  i586-mingw32msvc-strip gpgoe/gpgoe.dll  i586-mingw32msvc-strip gpgoe/gpgoe.dll
11  i586-mingw32msvc-strip gpgoe/gpgoeinit.exe  i586-mingw32msvc-strip gpgoe/gpgoeinit.exe
12    if [ -e doc/GPGOE ]; then
13      cp doc/GPGOE gpgoe/README.txt
14    else
15      cp README gpgoe/README.txt
16    fi
17  rm -f gpgoe-$VER-exe.zip  rm -f gpgoe-$VER-exe.zip
18  zip -Dr9 gpgoe-$VER-exe.zip gpgoe/  zip -Dr9 gpgoe-$VER-exe.zip gpgoe/
19  rm -fr gpgoe/  rm -fr gpgoe/

Legend:
Removed from v.14  
changed lines
  Added in v.15

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26