diff options
Diffstat (limited to 'linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt-1.2.2.vs.readme.txt')
-rwxr-xr-x | linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt-1.2.2.vs.readme.txt | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt-1.2.2.vs.readme.txt b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt-1.2.2.vs.readme.txt new file mode 100755 index 0000000..f7adad0 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt-1.2.2.vs.readme.txt | |||
@@ -0,0 +1,60 @@ | |||
1 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
2 | gpgvs | ||
3 | building gnupg related projects with Visual Studio | ||
4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
5 | sub-project: gpg.vs | ||
6 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
7 | |||
8 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
9 | - libgcrypt 1.2.2 | ||
10 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
11 | |||
12 | Before building libgcrypt-1.2.2 you have to manually copy | ||
13 | \libgcrypt-1.2.2\libgcrypt\mpi\generic\mpi-asm-defs.h | ||
14 | in | ||
15 | \libgcrypt-1.2.2\libgcrypt\mpi\mpi-asm-defs.h | ||
16 | because some files include "..\mpi\mpi-asm-defs.h" | ||
17 | |||
18 | There are two workspaces available | ||
19 | |||
20 | - libgcrypt122lib.dsw | ||
21 | that builds the static version (no dll) of the library. | ||
22 | |||
23 | - libgcrypt122dll.dsw | ||
24 | that builds the dynamic version of the library, and you'll | ||
25 | need the libgcrypt*.dll to execute programs | ||
26 | |||
27 | Note: be careful not to mix the two versions | ||
28 | |||
29 | In both libgcrypt workspaces I was not able to compile | ||
30 | (and you will find the "removed" folder) these files | ||
31 | - rndegd.c | ||
32 | - rndlinux.c | ||
33 | - rndunix.c | ||
34 | - tiger.c | ||
35 | |||
36 | apart from rndlinux/rndunix, to compile the other two files | ||
37 | I think I have to modify the original code. | ||
38 | |||
39 | There are the tests too: | ||
40 | \libgcrypt-1.2.2\test.vs\libgcrypt_1_2_2_tests.dsw | ||
41 | in the static and dynamic version. | ||
42 | |||
43 | There are two tests that will not build: | ||
44 | - testapi.c | ||
45 | it seems to mee the testapi.c itself is wrong | ||
46 | - random.c | ||
47 | too *nix oriented, should change the code | ||
48 | |||
49 | You will find all compiled obejcts in directories | ||
50 | \bin.vs\libgcrypt-1.2.2\debug\static | ||
51 | \bin.vs\libgcrypt-1.2.2\release\static | ||
52 | \bin.vs\libgcrypt-1.2.2\debug\dll | ||
53 | \bin.vs\libgcrypt-1.2.2\release\dll | ||
54 | |||
55 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
56 | Authors: | ||
57 | Francesco Picasso | ||
58 | mr.s0rr0w@gmail.com | ||
59 | www.s0rr0w.net | ||
60 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \ No newline at end of file | ||