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:
parent
2e4c224e8c
commit
102408f458
19 changed files with 3153 additions and 135 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
distfiles
|
||||
cipher.dsp
|
||||
cipher.vcproj
|
||||
|
|
|
@ -15,4 +15,3 @@ getopt.h
|
|||
readme.txt
|
||||
rijndael2.c
|
||||
unistd.h
|
||||
distfiles
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
distfiles
|
||||
gnupg.dsp
|
||||
gnupg.vcproj
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
distfiles
|
||||
ks_hkp.dsp
|
||||
ks_hkp.vcproj
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
distfiles
|
||||
ks_ldap.dsp
|
||||
ks_ldap.vcproj
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
mpi.vcproj
|
||||
mpi.dsp
|
||||
distfiles
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
distfiles
|
||||
mpih-add1.asm
|
||||
mpih-lshift.asm
|
||||
mpih-mul1.asm
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
distfiles
|
||||
util.dsp
|
||||
util.vcproj
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
distfiles
|
||||
zlib.dsp
|
||||
zlib.vcproj
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue