gnupg/scripts/conf-w32brg
Werner Koch 102408f458 Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
..
cipher Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
gnupg Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
ks_hkp Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
ks_ldap Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
mpi Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
nasm586 Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
util Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
zlib Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
aes.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
aescrypt.asm Importat updated from Brian 2004-07-20 11:48:09 +00:00
aescrypt.c Importat updated from Brian 2004-07-20 11:48:09 +00:00
aeskey.c Importat updated from Brian 2004-07-20 11:48:09 +00:00
aesopt.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
aestab.c Importat updated from Brian 2004-07-20 11:48:09 +00:00
aestab.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
bzlib.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
conf-w32brg.dsw Importat updated from Brian 2004-07-20 11:48:09 +00:00
conf-w32brg.sln Importat updated from Brian 2004-07-20 11:48:09 +00:00
config.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
distfiles Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
g10defs.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
getopt.c Importat updated from Brian 2004-07-20 11:48:09 +00:00
getopt.h Importat updated from Brian 2004-07-20 11:48:09 +00:00
readme.txt Importat updated from Brian 2004-07-20 11:48:09 +00:00
rijndael2.c Importat updated from Brian 2004-07-20 11:48:09 +00:00
unistd.h Added Brian Gladman's contributions 2003-12-03 15:14:03 +00:00

readme.txt

Compiling GNU Privacy Guard with Microsoft VC++ Version 7.1

This contribution allows GNU Privacy Guard version 1.2.3 to be compiled using Microsoft VC++ version 7.1 (together with the free NASM assembler). To use this version you will need to download the NASM assembler from:

http://sourceforge.net/projects/nasm

and place it in the 'bin' directory of your Microsoft Visual C++ installation (i.e where the VC++ compiler resides).

This version of GNUPG does not support GNU gettext but is otherwise complete. It also uses my AES C code because this is a lot faster with VC++ (I also provide NASM assembler code which is even faster).

To compile this code you need to obtain gnupg-1.2.3.tar.gz and expand it into a directory tree. This zip file must then be expanded so that the directory 'conf-win32brg' resides in the 'scripts' subdirectory of the gnupg directory tree. From the VC++ IDE the solution file 'conf-w32brg.sln' can then be opened and the projects built. The resulting executable files:

gpg.exe ks_hkp.exe
ks_ldap.exe

are placed in the 'bin' sub-directory of the 'conf-win32brg' directory.

Brian Gladman brg@brg.me.uk