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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show 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 #!/bin/sh
2
3 VER="0.9.0"
4
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 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
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