mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
about to release 1.4.3rc1
This commit is contained in:
parent
966cd80d88
commit
b121d029b5
38 changed files with 21106 additions and 19313 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-02-14 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* autogen.sh (DIE): Add lost exit for --build-w32.
|
||||
|
||||
2005-10-02 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* autogen.sh (DIE): Remove ugly hack for po dir suppression.
|
||||
|
|
|
@ -99,6 +99,7 @@ if test "$1" = "--build-w32"; then
|
|||
|
||||
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
|
||||
${disable_foo_tests} $*
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ cp ${bindir}/g10/gpg.exe gpg.exe
|
|||
$STRIP gpg.exe
|
||||
cp ${bindir}/g10/gpgv.exe gpgv.exe
|
||||
$STRIP gpgv.exe
|
||||
for name in hkp http ldap finger; do
|
||||
for name in hkp curl ldap finger; do
|
||||
cp ${bindir}/keyserver/gpgkeys_$name.exe gpgkeys_$name.exe
|
||||
$STRIP gpgkeys_$name.exe
|
||||
done
|
||||
|
|
|
@ -370,7 +370,7 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\gpg.exe"
|
||||
Delete "$INSTDIR\gpgkeys_finger.exe"
|
||||
Delete "$INSTDIR\gpgkeys_hkp.exe"
|
||||
Delete "$INSTDIR\gpgkeys_http.exe"
|
||||
Delete "$INSTDIR\gpgkeys_curl.exe"
|
||||
Delete "$INSTDIR\gpgkeys_ldap.exe"
|
||||
|
||||
Delete "$INSTDIR\Doc\README.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue