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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations)
Sun Jun 4 10:12:47 2006 UTC (18 years, 11 months ago) by twoaday
File MIME type: application/x-sh
File size: 403 byte(s)
Prepare new release.


1 twoaday 14 #!/bin/sh
2    
3 twoaday 19 VER="0.9.0"
4 twoaday 14
5     mkdir gpgoe 2> /dev/null
6     cp init/gpgoeinit.exe gpgoe/
7     cp src/gpgoe.dll gpgoe/
8     cp po/de.gmo gpgoe/de.mo
9     cp po/it.gmo gpgoe/it.mo
10     i586-mingw32msvc-strip gpgoe/gpgoe.dll
11     i586-mingw32msvc-strip gpgoe/gpgoeinit.exe
12 twoaday 15 if [ -e doc/GPGOE ]; then
13     cp doc/GPGOE gpgoe/README.txt
14     else
15     cp README gpgoe/README.txt
16     fi
17 twoaday 14 rm -f gpgoe-$VER-exe.zip
18     zip -Dr9 gpgoe-$VER-exe.zip gpgoe/
19     rm -fr gpgoe/

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26