diff options
Diffstat (limited to 'linden/indra/gpg.vs/libgcrypt-1.2.2.vs')
20 files changed, 3598 insertions, 0 deletions
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/custom/config.h b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/custom/config.h new file mode 100755 index 0000000..dcb6a95 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/custom/config.h | |||
@@ -0,0 +1,322 @@ | |||
1 | /* config.h.in. Generated from configure.ac by autoheader. */ | ||
2 | |||
3 | |||
4 | /* need this, because some autoconf tests rely on this (e.g. stpcpy) | ||
5 | * and it should be used for new programs */ | ||
6 | #define _GNU_SOURCE 1 | ||
7 | |||
8 | |||
9 | /* Define if you don't want the default EGD socket name. For details see | ||
10 | cipher/rndegd.c */ | ||
11 | #undef EGD_SOCKET_NAME | ||
12 | |||
13 | /* The default error source for libgcrypt. */ | ||
14 | #undef GPG_ERR_SOURCE_DEFAULT | ||
15 | |||
16 | /* Define to 1 if you have the `atexit' function. */ | ||
17 | #define HAVE_ATEXIT 1 | ||
18 | |||
19 | /* Defined if the mlock() call does not work */ | ||
20 | #undef HAVE_BROKEN_MLOCK | ||
21 | |||
22 | /* Defined if a `byte' is typedef'd */ | ||
23 | #undef HAVE_BYTE_TYPEDEF | ||
24 | |||
25 | /* Define to 1 if you have the `clock_gettime' function. */ | ||
26 | #undef HAVE_CLOCK_GETTIME | ||
27 | |||
28 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you | ||
29 | don't. */ | ||
30 | #define HAVE_DECL_SYS_SIGLIST 0 | ||
31 | |||
32 | /* defined if the system supports a random device */ | ||
33 | #undef HAVE_DEV_RANDOM | ||
34 | |||
35 | /* Define to 1 if you have the <dlfcn.h> header file. */ | ||
36 | #undef HAVE_DLFCN_H | ||
37 | |||
38 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ | ||
39 | #undef HAVE_DOPRNT | ||
40 | |||
41 | /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2) | ||
42 | with special properties like no file modes */ | ||
43 | #define HAVE_DOSISH_SYSTEM | ||
44 | |||
45 | /* defined if we must run on a stupid file system */ | ||
46 | #define HAVE_DRIVE_LETTERS | ||
47 | |||
48 | /* Define to 1 if you have the `gethrtime' function. */ | ||
49 | #undef HAVE_GETHRTIME | ||
50 | |||
51 | /* Define to 1 if you have the `getpagesize' function. */ | ||
52 | #undef HAVE_GETPAGESIZE | ||
53 | |||
54 | /* Define to 1 if you have the `getrusage' function. */ | ||
55 | #undef HAVE_GETRUSAGE | ||
56 | |||
57 | /* Define to 1 if you have the `gettimeofday' function. */ | ||
58 | #undef HAVE_GETTIMEOFDAY | ||
59 | |||
60 | /* Define to 1 if you have the <inttypes.h> header file. */ | ||
61 | #undef HAVE_INTTYPES_H | ||
62 | |||
63 | /* Define to 1 if you have the `nsl' library (-lnsl). */ | ||
64 | #undef HAVE_LIBNSL | ||
65 | |||
66 | /* Define to 1 if you have the `rt' library (-lrt). */ | ||
67 | #undef HAVE_LIBRT | ||
68 | |||
69 | /* Define to 1 if you have the `memmove' function. */ | ||
70 | #define HAVE_MEMMOVE 1 | ||
71 | |||
72 | /* Define to 1 if you have the <memory.h> header file. */ | ||
73 | #define HAVE_MEMORY_H 1 | ||
74 | |||
75 | /* Defined if the system supports an mlock() call */ | ||
76 | #undef HAVE_MLOCK | ||
77 | |||
78 | /* Define to 1 if you have the `mmap' function. */ | ||
79 | #undef HAVE_MMAP | ||
80 | |||
81 | /* Define to 1 if you have the `raise' function. */ | ||
82 | #define HAVE_RAISE 1 | ||
83 | |||
84 | /* Define to 1 if you have the `rand' function. */ | ||
85 | #define HAVE_RAND 1 | ||
86 | |||
87 | /* Define to 1 if you have the <stdint.h> header file. */ | ||
88 | #undef HAVE_STDINT_H | ||
89 | |||
90 | /* Define to 1 if you have the <stdlib.h> header file. */ | ||
91 | #define HAVE_STDLIB_H 1 | ||
92 | |||
93 | /* Define to 1 if you have the `stpcpy' function. */ | ||
94 | #undef HAVE_STPCPY | ||
95 | |||
96 | /* Define to 1 if you have the `strcasecmp' function. */ | ||
97 | #undef HAVE_STRCASECMP | ||
98 | |||
99 | /* Define to 1 if you have the `strerror' function. */ | ||
100 | #define HAVE_STRERROR 1 | ||
101 | |||
102 | /* Define to 1 if you have the `stricmp' function. */ | ||
103 | #define HAVE_STRICMP 1 | ||
104 | |||
105 | /* Define to 1 if you have the <strings.h> header file. */ | ||
106 | #undef HAVE_STRINGS_H | ||
107 | |||
108 | /* Define to 1 if you have the <string.h> header file. */ | ||
109 | #define HAVE_STRING_H 1 | ||
110 | |||
111 | /* Define to 1 if you have the `strtoul' function. */ | ||
112 | #define HAVE_STRTOUL 1 | ||
113 | |||
114 | /* Define to 1 if you have the <sys/capability.h> header file. */ | ||
115 | #undef HAVE_SYS_CAPABILITY_H | ||
116 | |||
117 | /* Define to 1 if you have the <sys/mman.h> header file. */ | ||
118 | #undef HAVE_SYS_MMAN_H | ||
119 | |||
120 | /* Define to 1 if you have the <sys/select.h> header file. */ | ||
121 | #undef HAVE_SYS_SELECT_H | ||
122 | |||
123 | /* Define to 1 if you have the <sys/stat.h> header file. */ | ||
124 | #undef HAVE_SYS_STAT_H | ||
125 | |||
126 | /* Define to 1 if you have the <sys/types.h> header file. */ | ||
127 | #undef HAVE_SYS_TYPES_H | ||
128 | |||
129 | /* Defined if a `u16' is typedef'd */ | ||
130 | #undef HAVE_U16_TYPEDEF | ||
131 | |||
132 | /* Defined if a `u32' is typedef'd */ | ||
133 | #undef HAVE_U32_TYPEDEF | ||
134 | |||
135 | /* Defined if a `ulong' is typedef'd */ | ||
136 | #undef HAVE_ULONG_TYPEDEF | ||
137 | |||
138 | /* Define to 1 if you have the <unistd.h> header file. */ | ||
139 | #undef HAVE_UNISTD_H | ||
140 | |||
141 | /* Defined if a `ushort' is typedef'd */ | ||
142 | #undef HAVE_USHORT_TYPEDEF | ||
143 | |||
144 | /* Define to 1 if you have the `vprintf' function. */ | ||
145 | #define HAVE_VPRINTF 1 | ||
146 | |||
147 | /* Define to 1 if you have the `wait4' function. */ | ||
148 | #undef HAVE_WAIT4 | ||
149 | |||
150 | /* Define to 1 if you have the `waitpid' function. */ | ||
151 | #undef HAVE_WAITPID | ||
152 | |||
153 | /* Defined if this is not a regular release */ | ||
154 | #undef IS_DEVELOPMENT_VERSION | ||
155 | |||
156 | /* Define to use the (obsolete) malloc guarding feature */ | ||
157 | #undef M_GUARD | ||
158 | |||
159 | /* defined to the name of the strong random device */ | ||
160 | #undef NAME_OF_DEV_RANDOM | ||
161 | |||
162 | /* defined to the name of the weaker random device */ | ||
163 | #undef NAME_OF_DEV_URANDOM | ||
164 | |||
165 | /* Name of this package */ | ||
166 | #define PACKAGE "libgcrypt-1.2.2.vs" | ||
167 | |||
168 | /* Define to the address where bug reports for this package should be sent. */ | ||
169 | #define PACKAGE_BUGREPORT "s0rr0w@s0rr0w.net" | ||
170 | |||
171 | /* Define to the full name of this package. */ | ||
172 | #define PACKAGE_NAME "libgcrypt-1.2.2 built with Visual Studio" | ||
173 | |||
174 | /* Define to the full name and version of this package. */ | ||
175 | #undef PACKAGE_STRING | ||
176 | |||
177 | /* Define to the one symbol short name of this package. */ | ||
178 | #undef PACKAGE_TARNAME | ||
179 | |||
180 | /* Define to the version of this package. */ | ||
181 | #undef PACKAGE_VERSION | ||
182 | |||
183 | /* A human readable text with the name of the OS */ | ||
184 | #define PRINTABLE_OS_NAME "Win32" | ||
185 | |||
186 | /* Define as the return type of signal handlers (`int' or `void'). */ | ||
187 | #define RETSIGTYPE void | ||
188 | |||
189 | /* The size of a `unsigned int', as computed by sizeof. */ | ||
190 | #define SIZEOF_UNSIGNED_INT 4 | ||
191 | |||
192 | /* The size of a `unsigned long', as computed by sizeof. */ | ||
193 | #define SIZEOF_UNSIGNED_LONG 4 | ||
194 | |||
195 | /* The size of a `unsigned long long', as computed by sizeof. */ | ||
196 | #undef SIZEOF_UNSIGNED_LONG_LONG | ||
197 | |||
198 | /* The size of a `unsigned short', as computed by sizeof. */ | ||
199 | #define SIZEOF_UNSIGNED_SHORT 2 | ||
200 | |||
201 | /* Define to 1 if you have the ANSI C header files. */ | ||
202 | #define STDC_HEADERS 1 | ||
203 | |||
204 | /* Defined if this module should be included */ | ||
205 | #define USE_AES 1 | ||
206 | |||
207 | /* Defined if this module should be included */ | ||
208 | #define USE_ARCFOUR 1 | ||
209 | |||
210 | /* Defined if this module should be included */ | ||
211 | #define USE_BLOWFISH 1 | ||
212 | |||
213 | /* define if capabilities should be used */ | ||
214 | #undef USE_CAPABILITIES | ||
215 | |||
216 | /* Defined if this module should be included */ | ||
217 | #define USE_CAST5 1 | ||
218 | |||
219 | /* Defined if this module should be included */ | ||
220 | #define USE_CRC 1 | ||
221 | |||
222 | /* Defined if this module should be included */ | ||
223 | #define USE_DES 1 | ||
224 | |||
225 | /* Defined if this module should be included */ | ||
226 | #define USE_DSA 1 | ||
227 | |||
228 | /* Defined if this module should be included */ | ||
229 | #define USE_ELGAMAL 1 | ||
230 | |||
231 | /* Defined if this module should be included */ | ||
232 | #define USE_MD4 1 | ||
233 | |||
234 | /* Defined if this module should be included */ | ||
235 | #define USE_MD5 1 | ||
236 | |||
237 | /* set this to limit filenames to the 8.3 format */ | ||
238 | #undef USE_ONLY_8DOT3 | ||
239 | |||
240 | /* Defined if this module should be included */ | ||
241 | #define USE_RFC2268 1 | ||
242 | |||
243 | /* Defined if this module should be included */ | ||
244 | #define USE_RMD160 1 | ||
245 | |||
246 | /* Defined if the EGD based RNG should be used. */ | ||
247 | #undef USE_RNDEGD | ||
248 | |||
249 | /* Defined if the /dev/random based RNG should be used. */ | ||
250 | #undef USE_RNDLINUX | ||
251 | |||
252 | /* Defined if the default Unix RNG should be used. */ | ||
253 | #undef USE_RNDUNIX | ||
254 | |||
255 | /* Defined if the Windows specific RNG should be used. */ | ||
256 | #define USE_RNDW32 1 | ||
257 | |||
258 | /* Defined if this module should be included */ | ||
259 | #define USE_RSA 1 | ||
260 | |||
261 | /* Defined if this module should be included */ | ||
262 | #define USE_SERPENT 1 | ||
263 | |||
264 | /* Defined if this module should be included */ | ||
265 | #define USE_SHA1 1 | ||
266 | |||
267 | /* Defined if this module should be included */ | ||
268 | #define USE_SHA256 1 | ||
269 | |||
270 | /* Defined if this module should be included */ | ||
271 | #define USE_SHA512 1 | ||
272 | |||
273 | /* Defined if this module should be included */ | ||
274 | #undef USE_TIGER | ||
275 | |||
276 | /* Defined if this module should be included */ | ||
277 | #define USE_TWOFISH 1 | ||
278 | |||
279 | /* Version of this package */ | ||
280 | #define VERSION "1.2.2" | ||
281 | |||
282 | /* Defined if compiled symbols have a leading underscore */ | ||
283 | #define WITH_SYMBOL_UNDERSCORE 1 | ||
284 | |||
285 | /* Define to 1 if your processor stores words with the most significant byte | ||
286 | first (like Motorola and SPARC, unlike Intel and VAX). */ | ||
287 | #undef WORDS_BIGENDIAN | ||
288 | |||
289 | /* To allow the use of Libgcrypt in multithreaded programs we have to use | ||
290 | special features from the library. */ | ||
291 | #ifndef _REENTRANT | ||
292 | # define _REENTRANT 1 | ||
293 | #endif | ||
294 | |||
295 | |||
296 | /* Define to empty if `const' does not conform to ANSI C. */ | ||
297 | #define const | ||
298 | |||
299 | /* Define to `__inline__' or `__inline' if that's what the C compiler | ||
300 | calls it, or to nothing if 'inline' is not supported under any name. */ | ||
301 | #ifndef __cplusplus | ||
302 | #undef inline | ||
303 | #endif | ||
304 | |||
305 | /* Define to `unsigned' if <sys/types.h> does not define. */ | ||
306 | // #undef size_t | ||
307 | |||
308 | /* Define to `int' if unavailable. */ | ||
309 | #ifndef _SOCKLEN_T_DEFINED | ||
310 | #ifndef socklen_t | ||
311 | typedef int socklen_t; | ||
312 | #define _SOCKLEN_T_DEFINED 1 | ||
313 | #endif | ||
314 | #endif | ||
315 | |||
316 | // !s0rr0w! | ||
317 | #define SIZEOF_UINT64_T 8 | ||
318 | #define UINT64_C(C) (C) | ||
319 | typedef unsigned __int64 uint64_t; | ||
320 | |||
321 | #define _GCRYPT_IN_LIBGCRYPT 1 | ||
322 | |||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/custom/libgcrypt-1.2.2.def b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/custom/libgcrypt-1.2.2.def new file mode 100755 index 0000000..f149e99 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/custom/libgcrypt-1.2.2.def | |||
@@ -0,0 +1,183 @@ | |||
1 | |||
2 | LIBRARY libgcrypt | ||
3 | |||
4 | EXPORTS | ||
5 | gcry_ac_close @1 | ||
6 | gcry_ac_data_clear @2 | ||
7 | gcry_ac_data_copy @3 | ||
8 | gcry_ac_data_decrypt @4 | ||
9 | gcry_ac_data_destroy @5 | ||
10 | gcry_ac_data_encrypt @6 | ||
11 | gcry_ac_data_get_index @7 | ||
12 | gcry_ac_data_get_name @8 | ||
13 | gcry_ac_data_length @9 | ||
14 | gcry_ac_data_new @10 | ||
15 | gcry_ac_data_set @11 | ||
16 | gcry_ac_data_sign @12 | ||
17 | gcry_ac_data_verify @13 | ||
18 | gcry_ac_flags @14 | ||
19 | gcry_ac_id_to_name @15 | ||
20 | gcry_ac_key_data_get @16 | ||
21 | gcry_ac_key_destroy @17 | ||
22 | gcry_ac_key_generate_specs @18 | ||
23 | gcry_ac_key_get_grip @19 | ||
24 | gcry_ac_key_get_nbits @20 | ||
25 | gcry_ac_key_init @21 | ||
26 | gcry_ac_key_pair_destroy @22 | ||
27 | gcry_ac_key_pair_extract @23 | ||
28 | gcry_ac_key_pair_generate @24 | ||
29 | gcry_ac_key_test @25 | ||
30 | gcry_ac_name_to_id @26 | ||
31 | gcry_ac_open @27 | ||
32 | gcry_calloc @28 | ||
33 | gcry_calloc_secure @29 | ||
34 | gcry_check_version @30 | ||
35 | gcry_cipher_algo_info @31 | ||
36 | gcry_cipher_algo_name @32 | ||
37 | gcry_cipher_close @33 | ||
38 | gcry_cipher_ctl @34 | ||
39 | gcry_cipher_decrypt @35 | ||
40 | gcry_cipher_encrypt @36 | ||
41 | gcry_cipher_get_algo_blklen @37 | ||
42 | gcry_cipher_get_algo_keylen @38 | ||
43 | gcry_cipher_info @39 | ||
44 | gcry_cipher_list @40 | ||
45 | gcry_cipher_map_name @41 | ||
46 | gcry_cipher_mode_from_oid @42 | ||
47 | gcry_cipher_open @43 | ||
48 | gcry_cipher_register @44 | ||
49 | gcry_cipher_unregister @45 | ||
50 | gcry_control @46 | ||
51 | gcry_create_nonce @47 | ||
52 | gcry_err_code_from_errno @48 | ||
53 | gcry_err_code_to_errno @49 | ||
54 | gcry_err_make_from_errno @50 | ||
55 | gcry_error_from_errno @51 | ||
56 | gcry_free @52 | ||
57 | gcry_is_secure @53 | ||
58 | gcry_malloc @54 | ||
59 | gcry_malloc_secure @55 | ||
60 | gcry_md_algo_info @56 | ||
61 | gcry_md_algo_name @57 | ||
62 | gcry_md_close @58 | ||
63 | gcry_md_copy @59 | ||
64 | gcry_md_ctl @60 | ||
65 | gcry_md_enable @61 | ||
66 | gcry_md_get @62 | ||
67 | gcry_md_get_algo @63 | ||
68 | gcry_md_get_algo_dlen @64 | ||
69 | gcry_md_hash_buffer @65 | ||
70 | gcry_md_info @66 | ||
71 | gcry_md_is_enabled @67 | ||
72 | gcry_md_is_secure @68 | ||
73 | gcry_md_list @69 | ||
74 | gcry_md_map_name @70 | ||
75 | gcry_md_open @71 | ||
76 | gcry_md_read @72 | ||
77 | gcry_md_register @73 | ||
78 | gcry_md_reset @74 | ||
79 | gcry_md_setkey @75 | ||
80 | gcry_md_unregister @76 | ||
81 | gcry_md_write @77 | ||
82 | gcry_mpi_add @78 | ||
83 | gcry_mpi_add_ui @79 | ||
84 | gcry_mpi_addm @80 | ||
85 | gcry_mpi_aprint @81 | ||
86 | gcry_mpi_clear_bit @82 | ||
87 | gcry_mpi_clear_flag @83 | ||
88 | gcry_mpi_clear_highbit @84 | ||
89 | gcry_mpi_cmp @85 | ||
90 | gcry_mpi_cmp_ui @86 | ||
91 | gcry_mpi_copy @87 | ||
92 | gcry_mpi_div @88 | ||
93 | gcry_mpi_dump @89 | ||
94 | gcry_mpi_gcd @90 | ||
95 | gcry_mpi_get_flag @91 | ||
96 | gcry_mpi_get_nbits @92 | ||
97 | gcry_mpi_get_opaque @93 | ||
98 | gcry_mpi_invm @94 | ||
99 | gcry_mpi_mod @95 | ||
100 | gcry_mpi_mul @96 | ||
101 | gcry_mpi_mul_2exp @97 | ||
102 | gcry_mpi_mul_ui @98 | ||
103 | gcry_mpi_mulm @99 | ||
104 | gcry_mpi_new @100 | ||
105 | gcry_mpi_powm @101 | ||
106 | gcry_mpi_print @102 | ||
107 | gcry_mpi_randomize @103 | ||
108 | gcry_mpi_release @104 | ||
109 | gcry_mpi_rshift @105 | ||
110 | gcry_mpi_scan @106 | ||
111 | gcry_mpi_set @107 | ||
112 | gcry_mpi_set_bit @108 | ||
113 | gcry_mpi_set_flag @109 | ||
114 | gcry_mpi_set_highbit @110 | ||
115 | gcry_mpi_set_opaque @111 | ||
116 | gcry_mpi_set_ui @112 | ||
117 | gcry_mpi_snew @113 | ||
118 | gcry_mpi_sub @114 | ||
119 | gcry_mpi_sub_ui @115 | ||
120 | gcry_mpi_subm @116 | ||
121 | gcry_mpi_swap @117 | ||
122 | gcry_mpi_test_bit @118 | ||
123 | gcry_pk_algo_info @119 | ||
124 | gcry_pk_algo_name @120 | ||
125 | gcry_pk_ctl @121 | ||
126 | gcry_pk_decrypt @122 | ||
127 | gcry_pk_encrypt @123 | ||
128 | gcry_pk_genkey @124 | ||
129 | gcry_pk_get_keygrip @125 | ||
130 | gcry_pk_get_nbits @126 | ||
131 | gcry_pk_list @127 | ||
132 | gcry_pk_map_name @128 | ||
133 | gcry_pk_register @129 | ||
134 | gcry_pk_sign @130 | ||
135 | gcry_pk_testkey @131 | ||
136 | gcry_pk_unregister @132 | ||
137 | gcry_pk_verify @133 | ||
138 | gcry_prime_check @134 | ||
139 | gcry_prime_generate @135 | ||
140 | gcry_prime_group_generator @136 | ||
141 | gcry_prime_release_factors @137 | ||
142 | gcry_random_add_bytes @138 | ||
143 | gcry_random_bytes @139 | ||
144 | gcry_random_bytes_secure @140 | ||
145 | gcry_randomize @141 | ||
146 | gcry_realloc @142 | ||
147 | gcry_set_allocation_handler @143 | ||
148 | gcry_set_fatalerror_handler @144 | ||
149 | gcry_set_gettext_handler @145 | ||
150 | gcry_set_log_handler @146 | ||
151 | gcry_set_outofcore_handler @147 | ||
152 | gcry_set_progress_handler @148 | ||
153 | gcry_sexp_alist @149 | ||
154 | gcry_sexp_append @150 | ||
155 | gcry_sexp_build @151 | ||
156 | gcry_sexp_build_array @152 | ||
157 | gcry_sexp_cadr @153 | ||
158 | gcry_sexp_canon_len @154 | ||
159 | gcry_sexp_car @155 | ||
160 | gcry_sexp_cdr @156 | ||
161 | gcry_sexp_cons @157 | ||
162 | gcry_sexp_create @158 | ||
163 | gcry_sexp_dump @159 | ||
164 | gcry_sexp_find_token @160 | ||
165 | gcry_sexp_length @161 | ||
166 | gcry_sexp_new @162 | ||
167 | gcry_sexp_nth @163 | ||
168 | gcry_sexp_nth_data @164 | ||
169 | gcry_sexp_nth_mpi @165 | ||
170 | gcry_sexp_prepend @166 | ||
171 | gcry_sexp_release @167 | ||
172 | gcry_sexp_sprint @168 | ||
173 | gcry_sexp_sscan @169 | ||
174 | gcry_sexp_vlist @170 | ||
175 | gcry_strdup @171 | ||
176 | gcry_strerror @172 | ||
177 | gcry_strsource @173 | ||
178 | gcry_xcalloc @174 | ||
179 | gcry_xcalloc_secure @175 | ||
180 | gcry_xmalloc @176 | ||
181 | gcry_xmalloc_secure @177 | ||
182 | gcry_xrealloc @178 | ||
183 | gcry_xstrdup @179 | ||
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 | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122dll.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122dll.dsp new file mode 100755 index 0000000..96918d6 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122dll.dsp | |||
@@ -0,0 +1,453 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="libgcrypt122dll" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 | ||
6 | |||
7 | CFG=libgcrypt122dll - Win32 Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "libgcrypt122dll.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "libgcrypt122dll.mak" CFG="libgcrypt122dll - Win32 Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "libgcrypt122dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") | ||
21 | !MESSAGE "libgcrypt122dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") | ||
22 | !MESSAGE | ||
23 | |||
24 | # Begin Project | ||
25 | # PROP AllowPerConfigDependencies 0 | ||
26 | # PROP Scc_ProjName "" | ||
27 | # PROP Scc_LocalPath "" | ||
28 | CPP=cl.exe | ||
29 | MTL=midl.exe | ||
30 | RSC=rc.exe | ||
31 | |||
32 | !IF "$(CFG)" == "libgcrypt122dll - Win32 Release" | ||
33 | |||
34 | # PROP BASE Use_MFC 0 | ||
35 | # PROP BASE Use_Debug_Libraries 0 | ||
36 | # PROP BASE Output_Dir "libgcrypt122dll___Win32_Release" | ||
37 | # PROP BASE Intermediate_Dir "libgcrypt122dll___Win32_Release" | ||
38 | # PROP BASE Ignore_Export_Lib 0 | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
43 | # PROP Intermediate_Dir "..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /MD /W3 /GX /Zi /I ".\custom" /I "..\inc.vs" /I "..\..\libgcrypt-1.2.2\libgcrypt\cipher" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic" /I "..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LIBGCRYPT122DLL_EXPORTS" /D "HAVE_CONFIG_H" /FR /FD /c | ||
47 | # SUBTRACT BASE CPP /YX | ||
48 | # ADD CPP /nologo /MD /W3 /GX /Zi /I ".\custom" /I "..\inc.vs" /I "..\..\libgcrypt-1.2.2\libgcrypt\cipher" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic" /I "..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LIBGCRYPT122DLL_EXPORTS" /D "HAVE_CONFIG_H" /FR /FD /c | ||
49 | # SUBTRACT CPP /YX | ||
50 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | ||
51 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | ||
52 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
53 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
54 | BSC32=bscmake.exe | ||
55 | # ADD BASE BSC32 /nologo | ||
56 | # ADD BSC32 /nologo | ||
57 | LINK32=link.exe | ||
58 | # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /dll /debug /machine:I386 /out:"..\bin.vs\libgcrypt-1.2.2\release\dll\libgcrypt.dll" | ||
59 | # SUBTRACT BASE LINK32 /map | ||
60 | # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /dll /debug /machine:I386 /out:"..\bin.vs\libgcrypt-1.2.2\release\dll\libgcrypt.dll" | ||
61 | # SUBTRACT LINK32 /map | ||
62 | |||
63 | !ELSEIF "$(CFG)" == "libgcrypt122dll - Win32 Debug" | ||
64 | |||
65 | # PROP BASE Use_MFC 0 | ||
66 | # PROP BASE Use_Debug_Libraries 1 | ||
67 | # PROP BASE Output_Dir "libgcrypt122dll___Win32_Debug" | ||
68 | # PROP BASE Intermediate_Dir "libgcrypt122dll___Win32_Debug" | ||
69 | # PROP BASE Ignore_Export_Lib 0 | ||
70 | # PROP BASE Target_Dir "" | ||
71 | # PROP Use_MFC 0 | ||
72 | # PROP Use_Debug_Libraries 1 | ||
73 | # PROP Output_Dir "..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
74 | # PROP Intermediate_Dir "..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
75 | # PROP Ignore_Export_Lib 0 | ||
76 | # PROP Target_Dir "" | ||
77 | # ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\custom" /I "..\inc.vs" /I "..\..\libgcrypt-1.2.2\libgcrypt\cipher" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic" /I "..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LIBGCRYPT122DLL_EXPORTS" /D "HAVE_CONFIG_H" /FR /FD /GZ /c | ||
78 | # SUBTRACT BASE CPP /YX | ||
79 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\custom" /I "..\inc.vs" /I "..\..\libgcrypt-1.2.2\libgcrypt\cipher" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic" /I "..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LIBGCRYPT122DLL_EXPORTS" /D "HAVE_CONFIG_H" /FR /FD /GZ /c | ||
80 | # SUBTRACT CPP /YX | ||
81 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | ||
82 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | ||
83 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
84 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
85 | BSC32=bscmake.exe | ||
86 | # ADD BASE BSC32 /nologo | ||
87 | # ADD BSC32 /nologo | ||
88 | LINK32=link.exe | ||
89 | # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\bin.vs\libgcrypt-1.2.2\debug\dll/libgcrypt.dll" /pdbtype:sept | ||
90 | # SUBTRACT BASE LINK32 /map | ||
91 | # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\bin.vs\libgcrypt-1.2.2\debug\dll/libgcrypt.dll" /pdbtype:sept | ||
92 | # SUBTRACT LINK32 /map | ||
93 | |||
94 | !ENDIF | ||
95 | |||
96 | # Begin Target | ||
97 | |||
98 | # Name "libgcrypt122dll - Win32 Release" | ||
99 | # Name "libgcrypt122dll - Win32 Debug" | ||
100 | # Begin Group "cipher" | ||
101 | |||
102 | # PROP Default_Filter "" | ||
103 | # Begin Source File | ||
104 | |||
105 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\ac.c" | ||
106 | # End Source File | ||
107 | # Begin Source File | ||
108 | |||
109 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\arcfour.c" | ||
110 | # End Source File | ||
111 | # Begin Source File | ||
112 | |||
113 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\bithelp.h" | ||
114 | # End Source File | ||
115 | # Begin Source File | ||
116 | |||
117 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\blowfish.c" | ||
118 | # End Source File | ||
119 | # Begin Source File | ||
120 | |||
121 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\cast5.c" | ||
122 | # End Source File | ||
123 | # Begin Source File | ||
124 | |||
125 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\cipher.c" | ||
126 | # End Source File | ||
127 | # Begin Source File | ||
128 | |||
129 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\crc.c" | ||
130 | # End Source File | ||
131 | # Begin Source File | ||
132 | |||
133 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\des.c" | ||
134 | # End Source File | ||
135 | # Begin Source File | ||
136 | |||
137 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\dsa.c" | ||
138 | # End Source File | ||
139 | # Begin Source File | ||
140 | |||
141 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\elgamal.c" | ||
142 | # End Source File | ||
143 | # Begin Source File | ||
144 | |||
145 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md.c" | ||
146 | # End Source File | ||
147 | # Begin Source File | ||
148 | |||
149 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md4.c" | ||
150 | # End Source File | ||
151 | # Begin Source File | ||
152 | |||
153 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md5.c" | ||
154 | # End Source File | ||
155 | # Begin Source File | ||
156 | |||
157 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\primegen.c" | ||
158 | # End Source File | ||
159 | # Begin Source File | ||
160 | |||
161 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\pubkey.c" | ||
162 | # End Source File | ||
163 | # Begin Source File | ||
164 | |||
165 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rand-internal.h" | ||
166 | # End Source File | ||
167 | # Begin Source File | ||
168 | |||
169 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\random.c" | ||
170 | # End Source File | ||
171 | # Begin Source File | ||
172 | |||
173 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\random.h" | ||
174 | # End Source File | ||
175 | # Begin Source File | ||
176 | |||
177 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rfc2268.c" | ||
178 | # End Source File | ||
179 | # Begin Source File | ||
180 | |||
181 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rijndael.c" | ||
182 | # End Source File | ||
183 | # Begin Source File | ||
184 | |||
185 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rmd.h" | ||
186 | # End Source File | ||
187 | # Begin Source File | ||
188 | |||
189 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rmd160.c" | ||
190 | # End Source File | ||
191 | # Begin Source File | ||
192 | |||
193 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndw32.c" | ||
194 | # End Source File | ||
195 | # Begin Source File | ||
196 | |||
197 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rsa.c" | ||
198 | # End Source File | ||
199 | # Begin Source File | ||
200 | |||
201 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\serpent.c" | ||
202 | # End Source File | ||
203 | # Begin Source File | ||
204 | |||
205 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha1.c" | ||
206 | # End Source File | ||
207 | # Begin Source File | ||
208 | |||
209 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha256.c" | ||
210 | # End Source File | ||
211 | # Begin Source File | ||
212 | |||
213 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha512.c" | ||
214 | # End Source File | ||
215 | # Begin Source File | ||
216 | |||
217 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\twofish.c" | ||
218 | # End Source File | ||
219 | # End Group | ||
220 | # Begin Group "mpi" | ||
221 | |||
222 | # PROP Default_Filter "" | ||
223 | # Begin Group "generic" | ||
224 | |||
225 | # PROP Default_Filter "" | ||
226 | # Begin Source File | ||
227 | |||
228 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpi-asm-defs.h" | ||
229 | # End Source File | ||
230 | # Begin Source File | ||
231 | |||
232 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-add1.c" | ||
233 | # End Source File | ||
234 | # Begin Source File | ||
235 | |||
236 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-lshift.c" | ||
237 | # End Source File | ||
238 | # Begin Source File | ||
239 | |||
240 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul1.c" | ||
241 | # End Source File | ||
242 | # Begin Source File | ||
243 | |||
244 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul2.c" | ||
245 | # End Source File | ||
246 | # Begin Source File | ||
247 | |||
248 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul3.c" | ||
249 | # End Source File | ||
250 | # Begin Source File | ||
251 | |||
252 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-rshift.c" | ||
253 | # End Source File | ||
254 | # Begin Source File | ||
255 | |||
256 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-sub1.c" | ||
257 | # End Source File | ||
258 | # Begin Source File | ||
259 | |||
260 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\udiv-w-sdiv.c" | ||
261 | # End Source File | ||
262 | # End Group | ||
263 | # Begin Source File | ||
264 | |||
265 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\longlong.h" | ||
266 | # End Source File | ||
267 | # Begin Source File | ||
268 | |||
269 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-add.c" | ||
270 | # End Source File | ||
271 | # Begin Source File | ||
272 | |||
273 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-asm-defs.h" | ||
274 | # End Source File | ||
275 | # Begin Source File | ||
276 | |||
277 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-bit.c" | ||
278 | # End Source File | ||
279 | # Begin Source File | ||
280 | |||
281 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-cmp.c" | ||
282 | # End Source File | ||
283 | # Begin Source File | ||
284 | |||
285 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-div.c" | ||
286 | # End Source File | ||
287 | # Begin Source File | ||
288 | |||
289 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-gcd.c" | ||
290 | # End Source File | ||
291 | # Begin Source File | ||
292 | |||
293 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inline.c" | ||
294 | # End Source File | ||
295 | # Begin Source File | ||
296 | |||
297 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inline.h" | ||
298 | # End Source File | ||
299 | # Begin Source File | ||
300 | |||
301 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-internal.h" | ||
302 | # End Source File | ||
303 | # Begin Source File | ||
304 | |||
305 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inv.c" | ||
306 | # End Source File | ||
307 | # Begin Source File | ||
308 | |||
309 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-mpow.c" | ||
310 | # End Source File | ||
311 | # Begin Source File | ||
312 | |||
313 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-mul.c" | ||
314 | # End Source File | ||
315 | # Begin Source File | ||
316 | |||
317 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-pow.c" | ||
318 | # End Source File | ||
319 | # Begin Source File | ||
320 | |||
321 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-scan.c" | ||
322 | # End Source File | ||
323 | # Begin Source File | ||
324 | |||
325 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpicoder.c" | ||
326 | # End Source File | ||
327 | # Begin Source File | ||
328 | |||
329 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpih-div.c" | ||
330 | # End Source File | ||
331 | # Begin Source File | ||
332 | |||
333 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpih-mul.c" | ||
334 | # End Source File | ||
335 | # Begin Source File | ||
336 | |||
337 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpiutil.c" | ||
338 | # End Source File | ||
339 | # End Group | ||
340 | # Begin Group "src" | ||
341 | |||
342 | # PROP Default_Filter "" | ||
343 | # Begin Source File | ||
344 | |||
345 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\ath.c" | ||
346 | # End Source File | ||
347 | # Begin Source File | ||
348 | |||
349 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\ath.h" | ||
350 | # End Source File | ||
351 | # Begin Source File | ||
352 | |||
353 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\cipher.h" | ||
354 | # End Source File | ||
355 | # Begin Source File | ||
356 | |||
357 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\g10lib.h" | ||
358 | # End Source File | ||
359 | # Begin Source File | ||
360 | |||
361 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\gcrypt-module.h" | ||
362 | # End Source File | ||
363 | # Begin Source File | ||
364 | |||
365 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\gcrypt.h" | ||
366 | # End Source File | ||
367 | # Begin Source File | ||
368 | |||
369 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\global.c" | ||
370 | # End Source File | ||
371 | # Begin Source File | ||
372 | |||
373 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\misc.c" | ||
374 | # End Source File | ||
375 | # Begin Source File | ||
376 | |||
377 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\missing-string.c" | ||
378 | # End Source File | ||
379 | # Begin Source File | ||
380 | |||
381 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\module.c" | ||
382 | # End Source File | ||
383 | # Begin Source File | ||
384 | |||
385 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\mpi.h" | ||
386 | # End Source File | ||
387 | # Begin Source File | ||
388 | |||
389 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\secmem.c" | ||
390 | # End Source File | ||
391 | # Begin Source File | ||
392 | |||
393 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\secmem.h" | ||
394 | # End Source File | ||
395 | # Begin Source File | ||
396 | |||
397 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\sexp.c" | ||
398 | # End Source File | ||
399 | # Begin Source File | ||
400 | |||
401 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\stdmem.c" | ||
402 | # End Source File | ||
403 | # Begin Source File | ||
404 | |||
405 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\stdmem.h" | ||
406 | # End Source File | ||
407 | # Begin Source File | ||
408 | |||
409 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\types.h" | ||
410 | # End Source File | ||
411 | # End Group | ||
412 | # Begin Group "custom" | ||
413 | |||
414 | # PROP Default_Filter "" | ||
415 | # Begin Source File | ||
416 | |||
417 | SOURCE=.\custom\config.h | ||
418 | # End Source File | ||
419 | # Begin Source File | ||
420 | |||
421 | SOURCE=".\custom\libgcrypt-1.2.2.def" | ||
422 | # End Source File | ||
423 | # End Group | ||
424 | # Begin Group "removed" | ||
425 | |||
426 | # PROP Default_Filter "" | ||
427 | # Begin Source File | ||
428 | |||
429 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndegd.c" | ||
430 | # PROP BASE Exclude_From_Build 1 | ||
431 | # PROP Exclude_From_Build 1 | ||
432 | # End Source File | ||
433 | # Begin Source File | ||
434 | |||
435 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndlinux.c" | ||
436 | # PROP BASE Exclude_From_Build 1 | ||
437 | # PROP Exclude_From_Build 1 | ||
438 | # End Source File | ||
439 | # Begin Source File | ||
440 | |||
441 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndunix.c" | ||
442 | # PROP BASE Exclude_From_Build 1 | ||
443 | # PROP Exclude_From_Build 1 | ||
444 | # End Source File | ||
445 | # Begin Source File | ||
446 | |||
447 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\tiger.c" | ||
448 | # PROP BASE Exclude_From_Build 1 | ||
449 | # PROP Exclude_From_Build 1 | ||
450 | # End Source File | ||
451 | # End Group | ||
452 | # End Target | ||
453 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122dll.dsw b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122dll.dsw new file mode 100755 index 0000000..5d44f34 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122dll.dsw | |||
@@ -0,0 +1,44 @@ | |||
1 | Microsoft Developer Studio Workspace File, Format Version 6.00 | ||
2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! | ||
3 | |||
4 | ############################################################################### | ||
5 | |||
6 | Project: "libgcrypt122dll"=".\libgcrypt122dll.dsp" - Package Owner=<4> | ||
7 | |||
8 | Package=<5> | ||
9 | {{{ | ||
10 | }}} | ||
11 | |||
12 | Package=<4> | ||
13 | {{{ | ||
14 | Begin Project Dependency | ||
15 | Project_Dep_Name libgpg_error_1_1 | ||
16 | End Project Dependency | ||
17 | }}} | ||
18 | |||
19 | ############################################################################### | ||
20 | |||
21 | Project: "libgpg_error_1_1"="..\libgpg-error-1.1.vs\libgpg_error_1_1.dsp" - Package Owner=<4> | ||
22 | |||
23 | Package=<5> | ||
24 | {{{ | ||
25 | }}} | ||
26 | |||
27 | Package=<4> | ||
28 | {{{ | ||
29 | }}} | ||
30 | |||
31 | ############################################################################### | ||
32 | |||
33 | Global: | ||
34 | |||
35 | Package=<5> | ||
36 | {{{ | ||
37 | }}} | ||
38 | |||
39 | Package=<3> | ||
40 | {{{ | ||
41 | }}} | ||
42 | |||
43 | ############################################################################### | ||
44 | |||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.dsp new file mode 100755 index 0000000..6bc374b --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.dsp | |||
@@ -0,0 +1,430 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="libgcrypt122lib" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 | ||
6 | |||
7 | CFG=libgcrypt122lib - Win32 Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "libgcrypt122lib.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "libgcrypt122lib.mak" CFG="libgcrypt122lib - Win32 Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "libgcrypt122lib - Win32 Release" (based on "Win32 (x86) Static Library") | ||
21 | !MESSAGE "libgcrypt122lib - Win32 Debug" (based on "Win32 (x86) Static Library") | ||
22 | !MESSAGE | ||
23 | |||
24 | # Begin Project | ||
25 | # PROP AllowPerConfigDependencies 0 | ||
26 | # PROP Scc_ProjName "" | ||
27 | # PROP Scc_LocalPath "" | ||
28 | CPP=cl.exe | ||
29 | RSC=rc.exe | ||
30 | |||
31 | !IF "$(CFG)" == "libgcrypt122lib - Win32 Release" | ||
32 | |||
33 | # PROP BASE Use_MFC 0 | ||
34 | # PROP BASE Use_Debug_Libraries 0 | ||
35 | # PROP BASE Output_Dir "Release" | ||
36 | # PROP BASE Intermediate_Dir "Release" | ||
37 | # PROP BASE Target_Dir "" | ||
38 | # PROP Use_MFC 0 | ||
39 | # PROP Use_Debug_Libraries 0 | ||
40 | # PROP Output_Dir "..\bin.vs\libgcrypt-1.2.2\release\static" | ||
41 | # PROP Intermediate_Dir "..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
42 | # PROP Target_Dir "" | ||
43 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | ||
44 | # ADD CPP /nologo /MD /W3 /GX /Zi /I ".\custom" /I "..\inc.vs" /I "..\..\libgcrypt-1.2.2\libgcrypt\cipher" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic" /I "..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /FD /c | ||
45 | # SUBTRACT CPP /YX | ||
46 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
47 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
48 | BSC32=bscmake.exe | ||
49 | # ADD BASE BSC32 /nologo | ||
50 | # ADD BSC32 /nologo | ||
51 | LIB32=link.exe -lib | ||
52 | # ADD BASE LIB32 /nologo | ||
53 | # ADD LIB32 /nologo /out:"..\bin.vs\libgcrypt-1.2.2\release\static\libgcrypt.lib" | ||
54 | |||
55 | !ELSEIF "$(CFG)" == "libgcrypt122lib - Win32 Debug" | ||
56 | |||
57 | # PROP BASE Use_MFC 0 | ||
58 | # PROP BASE Use_Debug_Libraries 1 | ||
59 | # PROP BASE Output_Dir "Debug" | ||
60 | # PROP BASE Intermediate_Dir "Debug" | ||
61 | # PROP BASE Target_Dir "" | ||
62 | # PROP Use_MFC 0 | ||
63 | # PROP Use_Debug_Libraries 1 | ||
64 | # PROP Output_Dir "..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
65 | # PROP Intermediate_Dir "..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
66 | # PROP Target_Dir "" | ||
67 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c | ||
68 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\custom" /I "..\inc.vs" /I "..\..\libgcrypt-1.2.2\libgcrypt\cipher" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi" /I "..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic" /I "..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_LIB" /D "HAVE_CONFIG_H" /FD /GZ /c | ||
69 | # SUBTRACT CPP /YX | ||
70 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
71 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
72 | BSC32=bscmake.exe | ||
73 | # ADD BASE BSC32 /nologo | ||
74 | # ADD BSC32 /nologo | ||
75 | LIB32=link.exe -lib | ||
76 | # ADD BASE LIB32 /nologo | ||
77 | # ADD LIB32 /nologo /out:"..\bin.vs\libgcrypt-1.2.2\debug\static\libgcrypt.lib" | ||
78 | |||
79 | !ENDIF | ||
80 | |||
81 | # Begin Target | ||
82 | |||
83 | # Name "libgcrypt122lib - Win32 Release" | ||
84 | # Name "libgcrypt122lib - Win32 Debug" | ||
85 | # Begin Group "cipher" | ||
86 | |||
87 | # PROP Default_Filter "" | ||
88 | # Begin Source File | ||
89 | |||
90 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\ac.c" | ||
91 | # End Source File | ||
92 | # Begin Source File | ||
93 | |||
94 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\arcfour.c" | ||
95 | # End Source File | ||
96 | # Begin Source File | ||
97 | |||
98 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\bithelp.h" | ||
99 | # End Source File | ||
100 | # Begin Source File | ||
101 | |||
102 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\blowfish.c" | ||
103 | # End Source File | ||
104 | # Begin Source File | ||
105 | |||
106 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\cast5.c" | ||
107 | # End Source File | ||
108 | # Begin Source File | ||
109 | |||
110 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\cipher.c" | ||
111 | # End Source File | ||
112 | # Begin Source File | ||
113 | |||
114 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\crc.c" | ||
115 | # End Source File | ||
116 | # Begin Source File | ||
117 | |||
118 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\des.c" | ||
119 | # End Source File | ||
120 | # Begin Source File | ||
121 | |||
122 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\dsa.c" | ||
123 | # End Source File | ||
124 | # Begin Source File | ||
125 | |||
126 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\elgamal.c" | ||
127 | # End Source File | ||
128 | # Begin Source File | ||
129 | |||
130 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md.c" | ||
131 | # End Source File | ||
132 | # Begin Source File | ||
133 | |||
134 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md4.c" | ||
135 | # End Source File | ||
136 | # Begin Source File | ||
137 | |||
138 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md5.c" | ||
139 | # End Source File | ||
140 | # Begin Source File | ||
141 | |||
142 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\primegen.c" | ||
143 | # End Source File | ||
144 | # Begin Source File | ||
145 | |||
146 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\pubkey.c" | ||
147 | # End Source File | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rand-internal.h" | ||
151 | # End Source File | ||
152 | # Begin Source File | ||
153 | |||
154 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\random.c" | ||
155 | # End Source File | ||
156 | # Begin Source File | ||
157 | |||
158 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\random.h" | ||
159 | # End Source File | ||
160 | # Begin Source File | ||
161 | |||
162 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rfc2268.c" | ||
163 | # End Source File | ||
164 | # Begin Source File | ||
165 | |||
166 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rijndael.c" | ||
167 | # End Source File | ||
168 | # Begin Source File | ||
169 | |||
170 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rmd.h" | ||
171 | # End Source File | ||
172 | # Begin Source File | ||
173 | |||
174 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rmd160.c" | ||
175 | # End Source File | ||
176 | # Begin Source File | ||
177 | |||
178 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndw32.c" | ||
179 | # End Source File | ||
180 | # Begin Source File | ||
181 | |||
182 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rsa.c" | ||
183 | # End Source File | ||
184 | # Begin Source File | ||
185 | |||
186 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\serpent.c" | ||
187 | # End Source File | ||
188 | # Begin Source File | ||
189 | |||
190 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha1.c" | ||
191 | # End Source File | ||
192 | # Begin Source File | ||
193 | |||
194 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha256.c" | ||
195 | # End Source File | ||
196 | # Begin Source File | ||
197 | |||
198 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha512.c" | ||
199 | # End Source File | ||
200 | # Begin Source File | ||
201 | |||
202 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\twofish.c" | ||
203 | # End Source File | ||
204 | # End Group | ||
205 | # Begin Group "mpi" | ||
206 | |||
207 | # PROP Default_Filter "" | ||
208 | # Begin Group "generic" | ||
209 | |||
210 | # PROP Default_Filter "" | ||
211 | # Begin Source File | ||
212 | |||
213 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpi-asm-defs.h" | ||
214 | # End Source File | ||
215 | # Begin Source File | ||
216 | |||
217 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-add1.c" | ||
218 | # End Source File | ||
219 | # Begin Source File | ||
220 | |||
221 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-lshift.c" | ||
222 | # End Source File | ||
223 | # Begin Source File | ||
224 | |||
225 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul1.c" | ||
226 | # End Source File | ||
227 | # Begin Source File | ||
228 | |||
229 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul2.c" | ||
230 | # End Source File | ||
231 | # Begin Source File | ||
232 | |||
233 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul3.c" | ||
234 | # End Source File | ||
235 | # Begin Source File | ||
236 | |||
237 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-rshift.c" | ||
238 | # End Source File | ||
239 | # Begin Source File | ||
240 | |||
241 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-sub1.c" | ||
242 | # End Source File | ||
243 | # Begin Source File | ||
244 | |||
245 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\udiv-w-sdiv.c" | ||
246 | # End Source File | ||
247 | # End Group | ||
248 | # Begin Source File | ||
249 | |||
250 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\longlong.h" | ||
251 | # End Source File | ||
252 | # Begin Source File | ||
253 | |||
254 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-add.c" | ||
255 | # End Source File | ||
256 | # Begin Source File | ||
257 | |||
258 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-asm-defs.h" | ||
259 | # End Source File | ||
260 | # Begin Source File | ||
261 | |||
262 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-bit.c" | ||
263 | # End Source File | ||
264 | # Begin Source File | ||
265 | |||
266 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-cmp.c" | ||
267 | # End Source File | ||
268 | # Begin Source File | ||
269 | |||
270 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-div.c" | ||
271 | # End Source File | ||
272 | # Begin Source File | ||
273 | |||
274 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-gcd.c" | ||
275 | # End Source File | ||
276 | # Begin Source File | ||
277 | |||
278 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inline.c" | ||
279 | # End Source File | ||
280 | # Begin Source File | ||
281 | |||
282 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inline.h" | ||
283 | # End Source File | ||
284 | # Begin Source File | ||
285 | |||
286 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-internal.h" | ||
287 | # End Source File | ||
288 | # Begin Source File | ||
289 | |||
290 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inv.c" | ||
291 | # End Source File | ||
292 | # Begin Source File | ||
293 | |||
294 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-mpow.c" | ||
295 | # End Source File | ||
296 | # Begin Source File | ||
297 | |||
298 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-mul.c" | ||
299 | # End Source File | ||
300 | # Begin Source File | ||
301 | |||
302 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-pow.c" | ||
303 | # End Source File | ||
304 | # Begin Source File | ||
305 | |||
306 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-scan.c" | ||
307 | # End Source File | ||
308 | # Begin Source File | ||
309 | |||
310 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpicoder.c" | ||
311 | # End Source File | ||
312 | # Begin Source File | ||
313 | |||
314 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpih-div.c" | ||
315 | # End Source File | ||
316 | # Begin Source File | ||
317 | |||
318 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpih-mul.c" | ||
319 | # End Source File | ||
320 | # Begin Source File | ||
321 | |||
322 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpiutil.c" | ||
323 | # End Source File | ||
324 | # End Group | ||
325 | # Begin Group "src" | ||
326 | |||
327 | # PROP Default_Filter "" | ||
328 | # Begin Source File | ||
329 | |||
330 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\ath.c" | ||
331 | # End Source File | ||
332 | # Begin Source File | ||
333 | |||
334 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\ath.h" | ||
335 | # End Source File | ||
336 | # Begin Source File | ||
337 | |||
338 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\cipher.h" | ||
339 | # End Source File | ||
340 | # Begin Source File | ||
341 | |||
342 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\g10lib.h" | ||
343 | # End Source File | ||
344 | # Begin Source File | ||
345 | |||
346 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\gcrypt-module.h" | ||
347 | # End Source File | ||
348 | # Begin Source File | ||
349 | |||
350 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\gcrypt.h" | ||
351 | # End Source File | ||
352 | # Begin Source File | ||
353 | |||
354 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\global.c" | ||
355 | # End Source File | ||
356 | # Begin Source File | ||
357 | |||
358 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\misc.c" | ||
359 | # End Source File | ||
360 | # Begin Source File | ||
361 | |||
362 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\missing-string.c" | ||
363 | # End Source File | ||
364 | # Begin Source File | ||
365 | |||
366 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\module.c" | ||
367 | # End Source File | ||
368 | # Begin Source File | ||
369 | |||
370 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\mpi.h" | ||
371 | # End Source File | ||
372 | # Begin Source File | ||
373 | |||
374 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\secmem.c" | ||
375 | # End Source File | ||
376 | # Begin Source File | ||
377 | |||
378 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\secmem.h" | ||
379 | # End Source File | ||
380 | # Begin Source File | ||
381 | |||
382 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\sexp.c" | ||
383 | # End Source File | ||
384 | # Begin Source File | ||
385 | |||
386 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\stdmem.c" | ||
387 | # End Source File | ||
388 | # Begin Source File | ||
389 | |||
390 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\stdmem.h" | ||
391 | # End Source File | ||
392 | # Begin Source File | ||
393 | |||
394 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\src\types.h" | ||
395 | # End Source File | ||
396 | # End Group | ||
397 | # Begin Group "custom" | ||
398 | |||
399 | # PROP Default_Filter "" | ||
400 | # Begin Source File | ||
401 | |||
402 | SOURCE=.\custom\config.h | ||
403 | # End Source File | ||
404 | # End Group | ||
405 | # Begin Group "removed" | ||
406 | |||
407 | # PROP Default_Filter "" | ||
408 | # Begin Source File | ||
409 | |||
410 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndegd.c" | ||
411 | # PROP Exclude_From_Build 1 | ||
412 | # End Source File | ||
413 | # Begin Source File | ||
414 | |||
415 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndlinux.c" | ||
416 | # PROP Exclude_From_Build 1 | ||
417 | # End Source File | ||
418 | # Begin Source File | ||
419 | |||
420 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndunix.c" | ||
421 | # PROP Exclude_From_Build 1 | ||
422 | # End Source File | ||
423 | # Begin Source File | ||
424 | |||
425 | SOURCE="..\..\libgcrypt-1.2.2\libgcrypt\cipher\tiger.c" | ||
426 | # PROP Exclude_From_Build 1 | ||
427 | # End Source File | ||
428 | # End Group | ||
429 | # End Target | ||
430 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.dsw b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.dsw new file mode 100755 index 0000000..8639926 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.dsw | |||
@@ -0,0 +1,44 @@ | |||
1 | Microsoft Developer Studio Workspace File, Format Version 6.00 | ||
2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! | ||
3 | |||
4 | ############################################################################### | ||
5 | |||
6 | Project: "libgcrypt122lib"=".\libgcrypt122lib.dsp" - Package Owner=<4> | ||
7 | |||
8 | Package=<5> | ||
9 | {{{ | ||
10 | }}} | ||
11 | |||
12 | Package=<4> | ||
13 | {{{ | ||
14 | Begin Project Dependency | ||
15 | Project_Dep_Name libgpg_error_1_1 | ||
16 | End Project Dependency | ||
17 | }}} | ||
18 | |||
19 | ############################################################################### | ||
20 | |||
21 | Project: "libgpg_error_1_1"="..\libgpg-error-1.1.vs\libgpg_error_1_1.dsp" - Package Owner=<4> | ||
22 | |||
23 | Package=<5> | ||
24 | {{{ | ||
25 | }}} | ||
26 | |||
27 | Package=<4> | ||
28 | {{{ | ||
29 | }}} | ||
30 | |||
31 | ############################################################################### | ||
32 | |||
33 | Global: | ||
34 | |||
35 | Package=<5> | ||
36 | {{{ | ||
37 | }}} | ||
38 | |||
39 | Package=<3> | ||
40 | {{{ | ||
41 | }}} | ||
42 | |||
43 | ############################################################################### | ||
44 | |||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.sln b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.sln new file mode 100755 index 0000000..817fe4d --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.sln | |||
@@ -0,0 +1,21 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 8.00 | ||
2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgcrypt122lib", "libgcrypt122lib.vcproj", "{EA46C88E-B365-44BA-89E6-1F199E12F576}" | ||
3 | ProjectSection(ProjectDependencies) = postProject | ||
4 | EndProjectSection | ||
5 | EndProject | ||
6 | Global | ||
7 | GlobalSection(SolutionConfiguration) = preSolution | ||
8 | Debug = Debug | ||
9 | Release = Release | ||
10 | EndGlobalSection | ||
11 | GlobalSection(ProjectConfiguration) = postSolution | ||
12 | {EA46C88E-B365-44BA-89E6-1F199E12F576}.Debug.ActiveCfg = Debug|Win32 | ||
13 | {EA46C88E-B365-44BA-89E6-1F199E12F576}.Debug.Build.0 = Debug|Win32 | ||
14 | {EA46C88E-B365-44BA-89E6-1F199E12F576}.Release.ActiveCfg = Release|Win32 | ||
15 | {EA46C88E-B365-44BA-89E6-1F199E12F576}.Release.Build.0 = Release|Win32 | ||
16 | EndGlobalSection | ||
17 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
18 | EndGlobalSection | ||
19 | GlobalSection(ExtensibilityAddIns) = postSolution | ||
20 | EndGlobalSection | ||
21 | EndGlobal | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.vcproj.7.10.old b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.vcproj.7.10.old new file mode 100755 index 0000000..61efbed --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/libgcrypt122lib.vcproj.7.10.old | |||
@@ -0,0 +1,365 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="libgcrypt122lib" | ||
6 | ProjectGUID="{EA46C88E-B365-44BA-89E6-1F199E12F576}" | ||
7 | SccProjectName="" | ||
8 | SccLocalPath=""> | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32"/> | ||
12 | </Platforms> | ||
13 | <Configurations> | ||
14 | <Configuration | ||
15 | Name="Release|Win32" | ||
16 | OutputDirectory=".\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
17 | IntermediateDirectory=".\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
18 | ConfigurationType="4" | ||
19 | UseOfMFC="0" | ||
20 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||
21 | CharacterSet="2"> | ||
22 | <Tool | ||
23 | Name="VCCLCompilerTool" | ||
24 | Optimization="4" | ||
25 | AdditionalIncludeDirectories=".\custom;..\inc.vs;"..\..\libgcrypt-1.2.2\libgcrypt\cipher";"..\..\libgcrypt-1.2.2\libgcrypt\mpi";"..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic";"..\..\libgcrypt-1.2.2\libgcrypt\src";"..\..\libgpg-error-1.0\libgpg-error\src"" | ||
26 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" | ||
27 | RuntimeLibrary="2" | ||
28 | PrecompiledHeaderFile=".\..\bin.vs\libgcrypt-1.2.2\release\static\obj/libgcrypt122lib.pch" | ||
29 | AssemblerListingLocation=".\..\bin.vs\libgcrypt-1.2.2\release\static\obj/" | ||
30 | ObjectFile=".\..\bin.vs\libgcrypt-1.2.2\release\static\obj/" | ||
31 | ProgramDataBaseFileName=".\..\bin.vs\libgcrypt-1.2.2\release\static\obj/" | ||
32 | WarningLevel="3" | ||
33 | SuppressStartupBanner="TRUE" | ||
34 | DebugInformationFormat="3" | ||
35 | CompileAs="0"/> | ||
36 | <Tool | ||
37 | Name="VCCustomBuildTool"/> | ||
38 | <Tool | ||
39 | Name="VCLibrarianTool" | ||
40 | OutputFile="..\bin.vs\libgcrypt-1.2.2\release\static\libgcrypt.lib" | ||
41 | SuppressStartupBanner="TRUE"/> | ||
42 | <Tool | ||
43 | Name="VCMIDLTool"/> | ||
44 | <Tool | ||
45 | Name="VCPostBuildEventTool"/> | ||
46 | <Tool | ||
47 | Name="VCPreBuildEventTool"/> | ||
48 | <Tool | ||
49 | Name="VCPreLinkEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCResourceCompilerTool" | ||
52 | PreprocessorDefinitions="NDEBUG" | ||
53 | Culture="1040"/> | ||
54 | <Tool | ||
55 | Name="VCWebServiceProxyGeneratorTool"/> | ||
56 | <Tool | ||
57 | Name="VCXMLDataGeneratorTool"/> | ||
58 | <Tool | ||
59 | Name="VCManagedWrapperGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="Debug|Win32" | ||
65 | OutputDirectory=".\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
66 | IntermediateDirectory=".\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
67 | ConfigurationType="4" | ||
68 | UseOfMFC="0" | ||
69 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | ||
70 | <Tool | ||
71 | Name="VCCLCompilerTool" | ||
72 | Optimization="0" | ||
73 | AdditionalIncludeDirectories=".\custom;..\inc.vs;..\..\libgcrypt-1.2.2\libgcrypt\cipher;..\..\libgcrypt-1.2.2\libgcrypt\mpi;..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic;..\..\libgcrypt-1.2.2\libgcrypt\src;..\..\libgpg-error-1.0\libgpg-error\src" | ||
74 | PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_LIB;HAVE_CONFIG_H" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | PrecompiledHeaderFile=".\..\bin.vs\libgcrypt-1.2.2\debug\static\obj/libgcrypt122lib.pch" | ||
78 | AssemblerListingLocation=".\..\bin.vs\libgcrypt-1.2.2\debug\static\obj/" | ||
79 | ObjectFile=".\..\bin.vs\libgcrypt-1.2.2\debug\static\obj/" | ||
80 | ProgramDataBaseFileName=".\..\bin.vs\libgcrypt-1.2.2\debug\static\obj/" | ||
81 | WarningLevel="3" | ||
82 | SuppressStartupBanner="TRUE" | ||
83 | DebugInformationFormat="3" | ||
84 | CompileAs="0"/> | ||
85 | <Tool | ||
86 | Name="VCCustomBuildTool"/> | ||
87 | <Tool | ||
88 | Name="VCLibrarianTool" | ||
89 | OutputFile="..\bin.vs\libgcrypt-1.2.2\debug\static\libgcrypt.lib" | ||
90 | SuppressStartupBanner="TRUE"/> | ||
91 | <Tool | ||
92 | Name="VCMIDLTool"/> | ||
93 | <Tool | ||
94 | Name="VCPostBuildEventTool"/> | ||
95 | <Tool | ||
96 | Name="VCPreBuildEventTool"/> | ||
97 | <Tool | ||
98 | Name="VCPreLinkEventTool"/> | ||
99 | <Tool | ||
100 | Name="VCResourceCompilerTool" | ||
101 | PreprocessorDefinitions="_DEBUG" | ||
102 | Culture="1040"/> | ||
103 | <Tool | ||
104 | Name="VCWebServiceProxyGeneratorTool"/> | ||
105 | <Tool | ||
106 | Name="VCXMLDataGeneratorTool"/> | ||
107 | <Tool | ||
108 | Name="VCManagedWrapperGeneratorTool"/> | ||
109 | <Tool | ||
110 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
111 | </Configuration> | ||
112 | </Configurations> | ||
113 | <References> | ||
114 | </References> | ||
115 | <Files> | ||
116 | <Filter | ||
117 | Name="cipher" | ||
118 | Filter=""> | ||
119 | <File | ||
120 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\ac.c"> | ||
121 | </File> | ||
122 | <File | ||
123 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\arcfour.c"> | ||
124 | </File> | ||
125 | <File | ||
126 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\bithelp.h"> | ||
127 | </File> | ||
128 | <File | ||
129 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\blowfish.c"> | ||
130 | </File> | ||
131 | <File | ||
132 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\cast5.c"> | ||
133 | </File> | ||
134 | <File | ||
135 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\cipher.c"> | ||
136 | </File> | ||
137 | <File | ||
138 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\crc.c"> | ||
139 | </File> | ||
140 | <File | ||
141 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\des.c"> | ||
142 | </File> | ||
143 | <File | ||
144 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\dsa.c"> | ||
145 | </File> | ||
146 | <File | ||
147 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\elgamal.c"> | ||
148 | </File> | ||
149 | <File | ||
150 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md.c"> | ||
151 | </File> | ||
152 | <File | ||
153 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md4.c"> | ||
154 | </File> | ||
155 | <File | ||
156 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\md5.c"> | ||
157 | </File> | ||
158 | <File | ||
159 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\primegen.c"> | ||
160 | </File> | ||
161 | <File | ||
162 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\pubkey.c"> | ||
163 | </File> | ||
164 | <File | ||
165 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rand-internal.h"> | ||
166 | </File> | ||
167 | <File | ||
168 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\random.c"> | ||
169 | </File> | ||
170 | <File | ||
171 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\random.h"> | ||
172 | </File> | ||
173 | <File | ||
174 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rfc2268.c"> | ||
175 | </File> | ||
176 | <File | ||
177 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rijndael.c"> | ||
178 | </File> | ||
179 | <File | ||
180 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rmd.h"> | ||
181 | </File> | ||
182 | <File | ||
183 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rmd160.c"> | ||
184 | </File> | ||
185 | <File | ||
186 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rndw32.c"> | ||
187 | </File> | ||
188 | <File | ||
189 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\rsa.c"> | ||
190 | </File> | ||
191 | <File | ||
192 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\serpent.c"> | ||
193 | </File> | ||
194 | <File | ||
195 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha1.c"> | ||
196 | </File> | ||
197 | <File | ||
198 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha256.c"> | ||
199 | </File> | ||
200 | <File | ||
201 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\sha512.c"> | ||
202 | </File> | ||
203 | <File | ||
204 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\cipher\twofish.c"> | ||
205 | </File> | ||
206 | </Filter> | ||
207 | <Filter | ||
208 | Name="mpi" | ||
209 | Filter=""> | ||
210 | <File | ||
211 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\longlong.h"> | ||
212 | </File> | ||
213 | <File | ||
214 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-add.c"> | ||
215 | </File> | ||
216 | <File | ||
217 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-bit.c"> | ||
218 | </File> | ||
219 | <File | ||
220 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-cmp.c"> | ||
221 | </File> | ||
222 | <File | ||
223 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-div.c"> | ||
224 | </File> | ||
225 | <File | ||
226 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-gcd.c"> | ||
227 | </File> | ||
228 | <File | ||
229 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inline.c"> | ||
230 | </File> | ||
231 | <File | ||
232 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inline.h"> | ||
233 | </File> | ||
234 | <File | ||
235 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-internal.h"> | ||
236 | </File> | ||
237 | <File | ||
238 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-inv.c"> | ||
239 | </File> | ||
240 | <File | ||
241 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-mpow.c"> | ||
242 | </File> | ||
243 | <File | ||
244 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-mul.c"> | ||
245 | </File> | ||
246 | <File | ||
247 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-pow.c"> | ||
248 | </File> | ||
249 | <File | ||
250 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpi-scan.c"> | ||
251 | </File> | ||
252 | <File | ||
253 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpicoder.c"> | ||
254 | </File> | ||
255 | <File | ||
256 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpih-div.c"> | ||
257 | </File> | ||
258 | <File | ||
259 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpih-mul.c"> | ||
260 | </File> | ||
261 | <File | ||
262 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\mpiutil.c"> | ||
263 | </File> | ||
264 | <Filter | ||
265 | Name="generic" | ||
266 | Filter=""> | ||
267 | <File | ||
268 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpi-asm-defs.h"> | ||
269 | </File> | ||
270 | <File | ||
271 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-add1.c"> | ||
272 | </File> | ||
273 | <File | ||
274 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-lshift.c"> | ||
275 | </File> | ||
276 | <File | ||
277 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul1.c"> | ||
278 | </File> | ||
279 | <File | ||
280 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul2.c"> | ||
281 | </File> | ||
282 | <File | ||
283 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-mul3.c"> | ||
284 | </File> | ||
285 | <File | ||
286 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-rshift.c"> | ||
287 | </File> | ||
288 | <File | ||
289 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpih-sub1.c"> | ||
290 | </File> | ||
291 | <File | ||
292 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\mpi\generic\udiv-w-sdiv.c"> | ||
293 | </File> | ||
294 | </Filter> | ||
295 | </Filter> | ||
296 | <Filter | ||
297 | Name="src" | ||
298 | Filter=""> | ||
299 | <File | ||
300 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\ath.c"> | ||
301 | </File> | ||
302 | <File | ||
303 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\ath.h"> | ||
304 | </File> | ||
305 | <File | ||
306 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\cipher.h"> | ||
307 | </File> | ||
308 | <File | ||
309 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\g10lib.h"> | ||
310 | </File> | ||
311 | <File | ||
312 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\gcrypt-module.h"> | ||
313 | </File> | ||
314 | <File | ||
315 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\gcrypt.h"> | ||
316 | </File> | ||
317 | <File | ||
318 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\global.c"> | ||
319 | </File> | ||
320 | <File | ||
321 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\misc.c"> | ||
322 | </File> | ||
323 | <File | ||
324 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\missing-string.c"> | ||
325 | </File> | ||
326 | <File | ||
327 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\module.c"> | ||
328 | </File> | ||
329 | <File | ||
330 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\mpi.h"> | ||
331 | </File> | ||
332 | <File | ||
333 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\secmem.c"> | ||
334 | </File> | ||
335 | <File | ||
336 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\secmem.h"> | ||
337 | </File> | ||
338 | <File | ||
339 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\sexp.c"> | ||
340 | </File> | ||
341 | <File | ||
342 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\stdmem.c"> | ||
343 | </File> | ||
344 | <File | ||
345 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\stdmem.h"> | ||
346 | </File> | ||
347 | <File | ||
348 | RelativePath="..\..\libgcrypt-1.2.2\libgcrypt\src\types.h"> | ||
349 | </File> | ||
350 | </Filter> | ||
351 | <Filter | ||
352 | Name="custom" | ||
353 | Filter=""> | ||
354 | <File | ||
355 | RelativePath="custom\config.h"> | ||
356 | </File> | ||
357 | </Filter> | ||
358 | <Filter | ||
359 | Name="removed" | ||
360 | Filter=""> | ||
361 | </Filter> | ||
362 | </Files> | ||
363 | <Globals> | ||
364 | </Globals> | ||
365 | </VisualStudioProject> | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/ac.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/ac.dsp new file mode 100755 index 0000000..1ffb9bc --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/ac.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="ac" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=ac - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "ac.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "ac.mak" CFG="ac - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "ac - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "ac - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "ac - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "ac - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "ac - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "ac - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GR /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "ac - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "ac___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "ac___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "ac - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "ac___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "ac___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GR /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "ac - Win32 Release" | ||
142 | # Name "ac - Win32 Debug" | ||
143 | # Name "ac - Win32 DLL Release" | ||
144 | # Name "ac - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\ac.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/basic.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/basic.dsp new file mode 100755 index 0000000..eef0e9c --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/basic.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="basic" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=basic - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "basic.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "basic.mak" CFG="basic - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "basic - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "basic - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "basic - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "basic - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "basic - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "basic - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "basic - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "basic___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "basic___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "basic - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "basic___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "basic___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "basic - Win32 Release" | ||
142 | # Name "basic - Win32 Debug" | ||
143 | # Name "basic - Win32 DLL Release" | ||
144 | # Name "basic - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\basic.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/benchmark.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/benchmark.dsp new file mode 100755 index 0000000..00728e1 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/benchmark.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="benchmark" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=benchmark - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "benchmark.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "benchmark.mak" CFG="benchmark - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "benchmark - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "benchmark - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "benchmark - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "benchmark - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "benchmark - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "benchmark - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "benchmark - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "benchmark___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "benchmark___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "benchmark - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "benchmark___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "benchmark___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "benchmark - Win32 Release" | ||
142 | # Name "benchmark - Win32 Debug" | ||
143 | # Name "benchmark - Win32 DLL Release" | ||
144 | # Name "benchmark - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\benchmark.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/keygen.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/keygen.dsp new file mode 100755 index 0000000..8c644ca --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/keygen.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="keygen" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=keygen - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "keygen.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "keygen.mak" CFG="keygen - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "keygen - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "keygen - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "keygen - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "keygen - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "keygen - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "keygen - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "keygen - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "keygen___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "keygen___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "keygen - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "keygen___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "keygen___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "keygen - Win32 Release" | ||
142 | # Name "keygen - Win32 Debug" | ||
143 | # Name "keygen - Win32 DLL Release" | ||
144 | # Name "keygen - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\keygen.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/libgcrypt_1_2_2_tests.dsw b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/libgcrypt_1_2_2_tests.dsw new file mode 100755 index 0000000..a7c88f1 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/libgcrypt_1_2_2_tests.dsw | |||
@@ -0,0 +1,137 @@ | |||
1 | Microsoft Developer Studio Workspace File, Format Version 6.00 | ||
2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! | ||
3 | |||
4 | ############################################################################### | ||
5 | |||
6 | Project: "ac"=".\ac.dsp" - Package Owner=<4> | ||
7 | |||
8 | Package=<5> | ||
9 | {{{ | ||
10 | }}} | ||
11 | |||
12 | Package=<4> | ||
13 | {{{ | ||
14 | }}} | ||
15 | |||
16 | ############################################################################### | ||
17 | |||
18 | Project: "basic"=".\basic.dsp" - Package Owner=<4> | ||
19 | |||
20 | Package=<5> | ||
21 | {{{ | ||
22 | }}} | ||
23 | |||
24 | Package=<4> | ||
25 | {{{ | ||
26 | }}} | ||
27 | |||
28 | ############################################################################### | ||
29 | |||
30 | Project: "benchmark"=".\benchmark.dsp" - Package Owner=<4> | ||
31 | |||
32 | Package=<5> | ||
33 | {{{ | ||
34 | }}} | ||
35 | |||
36 | Package=<4> | ||
37 | {{{ | ||
38 | }}} | ||
39 | |||
40 | ############################################################################### | ||
41 | |||
42 | Project: "keygen"=".\keygen.dsp" - Package Owner=<4> | ||
43 | |||
44 | Package=<5> | ||
45 | {{{ | ||
46 | }}} | ||
47 | |||
48 | Package=<4> | ||
49 | {{{ | ||
50 | }}} | ||
51 | |||
52 | ############################################################################### | ||
53 | |||
54 | Project: "prime"=".\prime.dsp" - Package Owner=<4> | ||
55 | |||
56 | Package=<5> | ||
57 | {{{ | ||
58 | }}} | ||
59 | |||
60 | Package=<4> | ||
61 | {{{ | ||
62 | }}} | ||
63 | |||
64 | ############################################################################### | ||
65 | |||
66 | Project: "pubkey"=".\pubkey.dsp" - Package Owner=<4> | ||
67 | |||
68 | Package=<5> | ||
69 | {{{ | ||
70 | }}} | ||
71 | |||
72 | Package=<4> | ||
73 | {{{ | ||
74 | }}} | ||
75 | |||
76 | ############################################################################### | ||
77 | |||
78 | Project: "random"=".\random.dsp" - Package Owner=<4> | ||
79 | |||
80 | Package=<5> | ||
81 | {{{ | ||
82 | }}} | ||
83 | |||
84 | Package=<4> | ||
85 | {{{ | ||
86 | }}} | ||
87 | |||
88 | ############################################################################### | ||
89 | |||
90 | Project: "register"=".\register.dsp" - Package Owner=<4> | ||
91 | |||
92 | Package=<5> | ||
93 | {{{ | ||
94 | }}} | ||
95 | |||
96 | Package=<4> | ||
97 | {{{ | ||
98 | }}} | ||
99 | |||
100 | ############################################################################### | ||
101 | |||
102 | Project: "testapi"=".\testapi.dsp" - Package Owner=<4> | ||
103 | |||
104 | Package=<5> | ||
105 | {{{ | ||
106 | }}} | ||
107 | |||
108 | Package=<4> | ||
109 | {{{ | ||
110 | }}} | ||
111 | |||
112 | ############################################################################### | ||
113 | |||
114 | Project: "tsexp"=".\tsexp.dsp" - Package Owner=<4> | ||
115 | |||
116 | Package=<5> | ||
117 | {{{ | ||
118 | }}} | ||
119 | |||
120 | Package=<4> | ||
121 | {{{ | ||
122 | }}} | ||
123 | |||
124 | ############################################################################### | ||
125 | |||
126 | Global: | ||
127 | |||
128 | Package=<5> | ||
129 | {{{ | ||
130 | }}} | ||
131 | |||
132 | Package=<3> | ||
133 | {{{ | ||
134 | }}} | ||
135 | |||
136 | ############################################################################### | ||
137 | |||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/prime.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/prime.dsp new file mode 100755 index 0000000..07c1a05 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/prime.dsp | |||
@@ -0,0 +1,153 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="prime" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=prime - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "prime.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "prime.mak" CFG="prime - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "prime - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "prime - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "prime - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "prime - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "prime - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "prime - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "prime - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "prime___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "prime___Win32_DLL_Release" | ||
89 | # PROP BASE Target_Dir "" | ||
90 | # PROP Use_MFC 0 | ||
91 | # PROP Use_Debug_Libraries 0 | ||
92 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
93 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
94 | # PROP Ignore_Export_Lib 0 | ||
95 | # PROP Target_Dir "" | ||
96 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
97 | # SUBTRACT BASE CPP /YX | ||
98 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
99 | # SUBTRACT CPP /YX | ||
100 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
101 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
102 | BSC32=bscmake.exe | ||
103 | # ADD BASE BSC32 /nologo | ||
104 | # ADD BSC32 /nologo | ||
105 | LINK32=link.exe | ||
106 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
107 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | |||
109 | !ELSEIF "$(CFG)" == "prime - Win32 DLL Debug" | ||
110 | |||
111 | # PROP BASE Use_MFC 0 | ||
112 | # PROP BASE Use_Debug_Libraries 1 | ||
113 | # PROP BASE Output_Dir "prime___Win32_DLL_Debug" | ||
114 | # PROP BASE Intermediate_Dir "prime___Win32_DLL_Debug" | ||
115 | # PROP BASE Ignore_Export_Lib 0 | ||
116 | # PROP BASE Target_Dir "" | ||
117 | # PROP Use_MFC 0 | ||
118 | # PROP Use_Debug_Libraries 1 | ||
119 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
120 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
121 | # PROP Ignore_Export_Lib 0 | ||
122 | # PROP Target_Dir "" | ||
123 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
124 | # SUBTRACT BASE CPP /YX | ||
125 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
126 | # SUBTRACT CPP /YX | ||
127 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
128 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
129 | BSC32=bscmake.exe | ||
130 | # ADD BASE BSC32 /nologo | ||
131 | # ADD BSC32 /nologo | ||
132 | LINK32=link.exe | ||
133 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
134 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | |||
136 | !ENDIF | ||
137 | |||
138 | # Begin Target | ||
139 | |||
140 | # Name "prime - Win32 Release" | ||
141 | # Name "prime - Win32 Debug" | ||
142 | # Name "prime - Win32 DLL Release" | ||
143 | # Name "prime - Win32 DLL Debug" | ||
144 | # Begin Group "Source Files" | ||
145 | |||
146 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
147 | # Begin Source File | ||
148 | |||
149 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\prime.c" | ||
150 | # End Source File | ||
151 | # End Group | ||
152 | # End Target | ||
153 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/pubkey.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/pubkey.dsp new file mode 100755 index 0000000..0b0098d --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/pubkey.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="pubkey" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=pubkey - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "pubkey.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "pubkey.mak" CFG="pubkey - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "pubkey - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "pubkey - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "pubkey - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "pubkey - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "pubkey - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "pubkey - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "pubkey - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "pubkey___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "pubkey___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "pubkey - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "pubkey___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "pubkey___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "pubkey - Win32 Release" | ||
142 | # Name "pubkey - Win32 Debug" | ||
143 | # Name "pubkey - Win32 DLL Release" | ||
144 | # Name "pubkey - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\pubkey.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp new file mode 100755 index 0000000..6a6290d --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="random" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=random - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "random.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "random.mak" CFG="random - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "random - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "random - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "random - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "random - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "random - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "random - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "random - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "random___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "random___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "random - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "random___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "random___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "random - Win32 Release" | ||
142 | # Name "random - Win32 Debug" | ||
143 | # Name "random - Win32 DLL Release" | ||
144 | # Name "random - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\random.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/register.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/register.dsp new file mode 100755 index 0000000..449f318 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/register.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="register" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=register - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "register.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "register.mak" CFG="register - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "register - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "register - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "register - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "register - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "register - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "register - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "register - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "register___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "register___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "register - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "register___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "register___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "register - Win32 Release" | ||
142 | # Name "register - Win32 Debug" | ||
143 | # Name "register - Win32 DLL Release" | ||
144 | # Name "register - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\register.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/testapi.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/testapi.dsp new file mode 100755 index 0000000..9a633fe --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/testapi.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="testapi" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=testapi - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "testapi.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "testapi.mak" CFG="testapi - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "testapi - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "testapi - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "testapi - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "testapi - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "testapi - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "testapi - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "testapi - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "testapi___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "testapi___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "testapi - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "testapi___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "testapi___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "testapi - Win32 Release" | ||
142 | # Name "testapi - Win32 Debug" | ||
143 | # Name "testapi - Win32 DLL Release" | ||
144 | # Name "testapi - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\testapi.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/tsexp.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/tsexp.dsp new file mode 100755 index 0000000..9c20374 --- /dev/null +++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/tsexp.dsp | |||
@@ -0,0 +1,154 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="tsexp" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | ||
6 | |||
7 | CFG=tsexp - Win32 DLL Debug | ||
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | ||
9 | !MESSAGE use the Export Makefile command and run | ||
10 | !MESSAGE | ||
11 | !MESSAGE NMAKE /f "tsexp.mak". | ||
12 | !MESSAGE | ||
13 | !MESSAGE You can specify a configuration when running NMAKE | ||
14 | !MESSAGE by defining the macro CFG on the command line. For example: | ||
15 | !MESSAGE | ||
16 | !MESSAGE NMAKE /f "tsexp.mak" CFG="tsexp - Win32 DLL Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "tsexp - Win32 Release" (based on "Win32 (x86) Console Application") | ||
21 | !MESSAGE "tsexp - Win32 Debug" (based on "Win32 (x86) Console Application") | ||
22 | !MESSAGE "tsexp - Win32 DLL Release" (based on "Win32 (x86) Console Application") | ||
23 | !MESSAGE "tsexp - Win32 DLL Debug" (based on "Win32 (x86) Console Application") | ||
24 | !MESSAGE | ||
25 | |||
26 | # Begin Project | ||
27 | # PROP AllowPerConfigDependencies 0 | ||
28 | # PROP Scc_ProjName "" | ||
29 | # PROP Scc_LocalPath "" | ||
30 | CPP=cl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "tsexp - Win32 Release" | ||
34 | |||
35 | # PROP BASE Use_MFC 0 | ||
36 | # PROP BASE Use_Debug_Libraries 0 | ||
37 | # PROP BASE Output_Dir "Release" | ||
38 | # PROP BASE Intermediate_Dir "Release" | ||
39 | # PROP BASE Target_Dir "" | ||
40 | # PROP Use_MFC 0 | ||
41 | # PROP Use_Debug_Libraries 0 | ||
42 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static" | ||
43 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj" | ||
44 | # PROP Ignore_Export_Lib 0 | ||
45 | # PROP Target_Dir "" | ||
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
48 | # SUBTRACT CPP /YX | ||
49 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
50 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
51 | BSC32=bscmake.exe | ||
52 | # ADD BASE BSC32 /nologo | ||
53 | # ADD BSC32 /nologo | ||
54 | LINK32=link.exe | ||
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 | ||
56 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
57 | |||
58 | !ELSEIF "$(CFG)" == "tsexp - Win32 Debug" | ||
59 | |||
60 | # PROP BASE Use_MFC 0 | ||
61 | # PROP BASE Use_Debug_Libraries 1 | ||
62 | # PROP BASE Output_Dir "Debug" | ||
63 | # PROP BASE Intermediate_Dir "Debug" | ||
64 | # PROP BASE Target_Dir "" | ||
65 | # PROP Use_MFC 0 | ||
66 | # PROP Use_Debug_Libraries 1 | ||
67 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static" | ||
68 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj" | ||
69 | # PROP Ignore_Export_Lib 0 | ||
70 | # PROP Target_Dir "" | ||
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c | ||
72 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
73 | # SUBTRACT CPP /X /YX | ||
74 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
75 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
76 | BSC32=bscmake.exe | ||
77 | # ADD BASE BSC32 /nologo | ||
78 | # ADD BSC32 /nologo | ||
79 | LINK32=link.exe | ||
80 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept | ||
81 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
82 | |||
83 | !ELSEIF "$(CFG)" == "tsexp - Win32 DLL Release" | ||
84 | |||
85 | # PROP BASE Use_MFC 0 | ||
86 | # PROP BASE Use_Debug_Libraries 0 | ||
87 | # PROP BASE Output_Dir "tsexp___Win32_DLL_Release" | ||
88 | # PROP BASE Intermediate_Dir "tsexp___Win32_DLL_Release" | ||
89 | # PROP BASE Ignore_Export_Lib 0 | ||
90 | # PROP BASE Target_Dir "" | ||
91 | # PROP Use_MFC 0 | ||
92 | # PROP Use_Debug_Libraries 0 | ||
93 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll" | ||
94 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj" | ||
95 | # PROP Ignore_Export_Lib 0 | ||
96 | # PROP Target_Dir "" | ||
97 | # ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
98 | # SUBTRACT BASE CPP /YX | ||
99 | # ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c | ||
100 | # SUBTRACT CPP /YX | ||
101 | # ADD BASE RSC /l 0x410 /d "NDEBUG" | ||
102 | # ADD RSC /l 0x410 /d "NDEBUG" | ||
103 | BSC32=bscmake.exe | ||
104 | # ADD BASE BSC32 /nologo | ||
105 | # ADD BSC32 /nologo | ||
106 | LINK32=link.exe | ||
107 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
108 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static" | ||
109 | |||
110 | !ELSEIF "$(CFG)" == "tsexp - Win32 DLL Debug" | ||
111 | |||
112 | # PROP BASE Use_MFC 0 | ||
113 | # PROP BASE Use_Debug_Libraries 1 | ||
114 | # PROP BASE Output_Dir "tsexp___Win32_DLL_Debug" | ||
115 | # PROP BASE Intermediate_Dir "tsexp___Win32_DLL_Debug" | ||
116 | # PROP BASE Ignore_Export_Lib 0 | ||
117 | # PROP BASE Target_Dir "" | ||
118 | # PROP Use_MFC 0 | ||
119 | # PROP Use_Debug_Libraries 1 | ||
120 | # PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll" | ||
121 | # PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj" | ||
122 | # PROP Ignore_Export_Lib 0 | ||
123 | # PROP Target_Dir "" | ||
124 | # ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
125 | # SUBTRACT BASE CPP /X /YX | ||
126 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c | ||
127 | # SUBTRACT CPP /X /YX | ||
128 | # ADD BASE RSC /l 0x410 /d "_DEBUG" | ||
129 | # ADD RSC /l 0x410 /d "_DEBUG" | ||
130 | BSC32=bscmake.exe | ||
131 | # ADD BASE BSC32 /nologo | ||
132 | # ADD BSC32 /nologo | ||
133 | LINK32=link.exe | ||
134 | # ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
135 | # ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static" | ||
136 | |||
137 | !ENDIF | ||
138 | |||
139 | # Begin Target | ||
140 | |||
141 | # Name "tsexp - Win32 Release" | ||
142 | # Name "tsexp - Win32 Debug" | ||
143 | # Name "tsexp - Win32 DLL Release" | ||
144 | # Name "tsexp - Win32 DLL Debug" | ||
145 | # Begin Group "Source Files" | ||
146 | |||
147 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
148 | # Begin Source File | ||
149 | |||
150 | SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\tsexp.c" | ||
151 | # End Source File | ||
152 | # End Group | ||
153 | # End Target | ||
154 | # End Project | ||