1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Minor fixes for W32 packaging and building.

This commit is contained in:
Werner Koch 2004-07-20 17:21:28 +00:00
parent 2e4c224e8c
commit 102408f458
19 changed files with 3153 additions and 135 deletions

View file

@ -1,3 +1,7 @@
2004-07-20 Werner Koch <wk@gnupg.org>
* mk-w32-dist: Do not convert zh_CN.
2003-12-23 Werner Koch <wk@gnupg.org>
* mk-w32-dist: Convert hu.po to CP852 as suggested by Nagy Ferenc

View file

@ -1,3 +1,2 @@
distfiles
cipher.dsp
cipher.vcproj

View file

@ -15,4 +15,3 @@ getopt.h
readme.txt
rijndael2.c
unistd.h
distfiles

View file

@ -1,3 +1,2 @@
distfiles
gnupg.dsp
gnupg.vcproj

View file

@ -1,3 +1,2 @@
distfiles
ks_hkp.dsp
ks_hkp.vcproj

View file

@ -1,3 +1,2 @@
distfiles
ks_ldap.dsp
ks_ldap.vcproj

View file

@ -1,3 +1,2 @@
mpi.vcproj
mpi.dsp
distfiles

View file

@ -1,4 +1,3 @@
distfiles
mpih-add1.asm
mpih-lshift.asm
mpih-mul1.asm

View file

@ -1,3 +1,2 @@
distfiles
util.dsp
util.vcproj

View file

@ -1,3 +1,2 @@
distfiles
zlib.dsp
zlib.vcproj

View file

@ -74,7 +74,7 @@ for i in ${srcdir}/po/*.po; do
tr) toset="CP1254" ;; # DOS: CP857
el) toset="CP1253" ;; # same as latin-7?
ru|be) toset="CP1251" ;; # same as latin-7?
el|eo|et|ja|pl|sk|zh_TW) toset="" ;;
el|eo|et|ja|pl|sk|zh_TW|zh_CN) toset="" ;;
*) toset="CP850" ;;
esac
if [ -n "$toset" ]; then