1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00

* README.W32: Modify the filename because now the .exe extension

is automatically added to the binary.
This commit is contained in:
Timo Schulz 2002-01-25 18:36:16 +00:00
parent a6f19f40d9
commit 441eb085c9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-01-25 Timo Schulz <ts@winpt.org>
* README.W32: Modify the filename because now the .exe extension
is automatically added to the binary.
2002-01-11 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Added documentation for --{no-}ask-cert-expire,

View File

@ -78,8 +78,8 @@ After you have installed this environment you should be able to do this:
$ scripts/autogen.sh --build-w32
$ make
$ mingw32 strip g10/gpg
$ cp g10/gpg /some_windows_drive/gpg.exe
$ mingw32 strip g10/gpg.exe
$ cp g10/gpg.exe /some_windows_drive/
And everything hopefully works.