~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to cryptest.dsp

  • Committer: weidai
  • Date: 2011-01-07 01:30:24 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:522
fix for compiling with Clang from Marshall Clow

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="cryptest" - 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=cryptest - 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 "cryptest.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 "cryptest.mak" CFG="cryptest - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "cryptest - Win32 DLL-Import Release" (based on "Win32 (x86) Console Application")
21
 
!MESSAGE "cryptest - Win32 DLL-Import Debug" (based on "Win32 (x86) Console Application")
22
 
!MESSAGE "cryptest - Win32 Release" (based on "Win32 (x86) Console Application")
23
 
!MESSAGE "cryptest - Win32 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)" == "cryptest - Win32 DLL-Import Release"
34
 
 
35
 
# PROP BASE Use_MFC 0
36
 
# PROP BASE Use_Debug_Libraries 0
37
 
# PROP BASE Output_Dir "cryptest___Win32_FIPS_140_Release"
38
 
# PROP BASE Intermediate_Dir "cryptest___Win32_FIPS_140_Release"
39
 
# PROP BASE Ignore_Export_Lib 0
40
 
# PROP BASE Target_Dir ""
41
 
# PROP Use_MFC 0
42
 
# PROP Use_Debug_Libraries 0
43
 
# PROP Output_Dir "CT_DLL_Import_Release"
44
 
# PROP Intermediate_Dir "CT_DLL_Import_Release"
45
 
# PROP Ignore_Export_Lib 0
46
 
# PROP Target_Dir ""
47
 
# ADD BASE CPP /nologo /G5 /Gz /MT /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
48
 
# ADD CPP /nologo /G5 /Gz /MT /W3 /GX /Zi /O1 /Ob2 /D "NDEBUG" /D "CRYPTOPP_IMPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm400 /c
49
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
50
 
# ADD RSC /l 0x409 /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 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /OPT:NOWIN98
56
 
# ADD LINK32 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DLL_Release/cryptest.exe" /libpath:"DLL_Release" /OPT:NOWIN98 /OPT:REF /OPT:ICF
57
 
# SUBTRACT LINK32 /pdb:none /incremental:yes
58
 
# Begin Special Build Tool
59
 
SOURCE="$(InputPath)"
60
 
PreLink_Cmds=echo This configuration requires cryptopp.dll.     echo You can build it yourself using the cryptdll project, or   echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself     echo the resulting DLL will not be considered FIPS validated    echo unless it undergoes FIPS validation.
61
 
# End Special Build Tool
62
 
 
63
 
!ELSEIF  "$(CFG)" == "cryptest - Win32 DLL-Import Debug"
64
 
 
65
 
# PROP BASE Use_MFC 0
66
 
# PROP BASE Use_Debug_Libraries 1
67
 
# PROP BASE Output_Dir "cryptest___Win32_FIPS_140_Debug"
68
 
# PROP BASE Intermediate_Dir "cryptest___Win32_FIPS_140_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 "CT_DLL_Import_Debug"
74
 
# PROP Intermediate_Dir "CT_DLL_Import_Debug"
75
 
# PROP Ignore_Export_Lib 0
76
 
# PROP Target_Dir ""
77
 
# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
78
 
# ADD CPP /nologo /G5 /Gz /MTd /W3 /GX /Zi /Od /D "_DEBUG" /D "CRYPTOPP_IMPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm400 /c
79
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
80
 
# ADD RSC /l 0x409 /d "_DEBUG"
81
 
BSC32=bscmake.exe
82
 
# ADD BASE BSC32 /nologo
83
 
# ADD BSC32 /nologo
84
 
LINK32=link.exe
85
 
# 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 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /OPT:NOWIN98
86
 
# ADD LINK32 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DLL_Debug/cryptest.exe" /pdbtype:sept /libpath:"DLL_Debug" /OPT:NOWIN98
87
 
# Begin Special Build Tool
88
 
SOURCE="$(InputPath)"
89
 
PreLink_Cmds=echo This configuration requires cryptopp.dll.     echo You can build it yourself using the cryptdll project, or   echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself     echo the resulting DLL will not be considered FIPS validated    echo unless it undergoes FIPS validation.
90
 
# End Special Build Tool
91
 
 
92
 
!ELSEIF  "$(CFG)" == "cryptest - Win32 Release"
93
 
 
94
 
# PROP BASE Use_MFC 0
95
 
# PROP BASE Use_Debug_Libraries 0
96
 
# PROP BASE Output_Dir "cryptes0"
97
 
# PROP BASE Intermediate_Dir "cryptes0"
98
 
# PROP BASE Target_Dir ""
99
 
# PROP Use_MFC 0
100
 
# PROP Use_Debug_Libraries 0
101
 
# PROP Output_Dir "CTRelease"
102
 
# PROP Intermediate_Dir "CTRelease"
103
 
# PROP Ignore_Export_Lib 0
104
 
# PROP Target_Dir ""
105
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
106
 
# ADD CPP /nologo /MT /W3 /GX /Zi /O1 /Ob2 /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
107
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
108
 
# ADD RSC /l 0x409 /d "NDEBUG"
109
 
BSC32=bscmake.exe
110
 
# ADD BASE BSC32 /nologo
111
 
# ADD BSC32 /nologo
112
 
LINK32=link.exe
113
 
# 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 /nologo /subsystem:console /machine:I386
114
 
# ADD LINK32 advapi32.lib Ws2_32.lib /nologo /subsystem:console /map /debug /machine:I386 /OPT:NOWIN98 /OPT:REF /OPT:ICF
115
 
# SUBTRACT LINK32 /pdb:none
116
 
 
117
 
!ELSEIF  "$(CFG)" == "cryptest - Win32 Debug"
118
 
 
119
 
# PROP BASE Use_MFC 0
120
 
# PROP BASE Use_Debug_Libraries 1
121
 
# PROP BASE Output_Dir "cryptes1"
122
 
# PROP BASE Intermediate_Dir "cryptes1"
123
 
# PROP BASE Target_Dir ""
124
 
# PROP Use_MFC 0
125
 
# PROP Use_Debug_Libraries 1
126
 
# PROP Output_Dir "CTDebug"
127
 
# PROP Intermediate_Dir "CTDebug"
128
 
# PROP Ignore_Export_Lib 0
129
 
# PROP Target_Dir ""
130
 
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
131
 
# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
132
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
133
 
# ADD RSC /l 0x409 /d "_DEBUG"
134
 
BSC32=bscmake.exe
135
 
# ADD BASE BSC32 /nologo
136
 
# ADD BSC32 /nologo
137
 
LINK32=link.exe
138
 
# 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
139
 
# ADD LINK32 advapi32.lib Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /OPT:NOWIN98
140
 
# SUBTRACT LINK32 /pdb:none
141
 
 
142
 
!ENDIF 
143
 
 
144
 
# Begin Target
145
 
 
146
 
# Name "cryptest - Win32 DLL-Import Release"
147
 
# Name "cryptest - Win32 DLL-Import Debug"
148
 
# Name "cryptest - Win32 Release"
149
 
# Name "cryptest - Win32 Debug"
150
 
# Begin Group "Test Data"
151
 
 
152
 
# PROP Default_Filter ".dat"
153
 
# Begin Source File
154
 
 
155
 
SOURCE=.\3desval.dat
156
 
# End Source File
157
 
# Begin Source File
158
 
 
159
 
SOURCE=.\3wayval.dat
160
 
# End Source File
161
 
# Begin Source File
162
 
 
163
 
SOURCE=.\camellia.dat
164
 
# End Source File
165
 
# Begin Source File
166
 
 
167
 
SOURCE=.\cast128v.dat
168
 
# End Source File
169
 
# Begin Source File
170
 
 
171
 
SOURCE=.\cast256v.dat
172
 
# End Source File
173
 
# Begin Source File
174
 
 
175
 
SOURCE=.\descert.dat
176
 
# End Source File
177
 
# Begin Source File
178
 
 
179
 
SOURCE=.\dh1024.dat
180
 
# End Source File
181
 
# Begin Source File
182
 
 
183
 
SOURCE=.\dh2048.dat
184
 
# End Source File
185
 
# Begin Source File
186
 
 
187
 
SOURCE=.\diamond.dat
188
 
# End Source File
189
 
# Begin Source File
190
 
 
191
 
SOURCE=.\dsa1024.dat
192
 
# End Source File
193
 
# Begin Source File
194
 
 
195
 
SOURCE=.\dsa1024b.dat
196
 
# End Source File
197
 
# Begin Source File
198
 
 
199
 
SOURCE=.\dsa512.dat
200
 
# End Source File
201
 
# Begin Source File
202
 
 
203
 
SOURCE=.\elgc1024.dat
204
 
# End Source File
205
 
# Begin Source File
206
 
 
207
 
SOURCE=.\esig1023.dat
208
 
# End Source File
209
 
# Begin Source File
210
 
 
211
 
SOURCE=.\esig1536.dat
212
 
# End Source File
213
 
# Begin Source File
214
 
 
215
 
SOURCE=.\esig2046.dat
216
 
# End Source File
217
 
# Begin Source File
218
 
 
219
 
SOURCE=.\gostval.dat
220
 
# End Source File
221
 
# Begin Source File
222
 
 
223
 
SOURCE=.\havalcer.dat
224
 
# End Source File
225
 
# Begin Source File
226
 
 
227
 
SOURCE=.\ideaval.dat
228
 
# End Source File
229
 
# Begin Source File
230
 
 
231
 
SOURCE=.\luc1024.dat
232
 
# End Source File
233
 
# Begin Source File
234
 
 
235
 
SOURCE=.\luc2048.dat
236
 
# End Source File
237
 
# Begin Source File
238
 
 
239
 
SOURCE=.\lucc1024.dat
240
 
# End Source File
241
 
# Begin Source File
242
 
 
243
 
SOURCE=.\lucc512.dat
244
 
# End Source File
245
 
# Begin Source File
246
 
 
247
 
SOURCE=.\lucd1024.dat
248
 
# End Source File
249
 
# Begin Source File
250
 
 
251
 
SOURCE=.\lucd512.dat
252
 
# End Source File
253
 
# Begin Source File
254
 
 
255
 
SOURCE=.\lucs1024.dat
256
 
# End Source File
257
 
# Begin Source File
258
 
 
259
 
SOURCE=.\lucs512.dat
260
 
# End Source File
261
 
# Begin Source File
262
 
 
263
 
SOURCE=.\marsval.dat
264
 
# End Source File
265
 
# Begin Source File
266
 
 
267
 
SOURCE=.\mqv1024.dat
268
 
# End Source File
269
 
# Begin Source File
270
 
 
271
 
SOURCE=.\mqv2048.dat
272
 
# End Source File
273
 
# Begin Source File
274
 
 
275
 
SOURCE=.\nr1024.dat
276
 
# End Source File
277
 
# Begin Source File
278
 
 
279
 
SOURCE=.\nr2048.dat
280
 
# End Source File
281
 
# Begin Source File
282
 
 
283
 
SOURCE=.\rabi1024.dat
284
 
# End Source File
285
 
# Begin Source File
286
 
 
287
 
SOURCE=.\rabi2048.dat
288
 
# End Source File
289
 
# Begin Source File
290
 
 
291
 
SOURCE=.\rc2val.dat
292
 
# End Source File
293
 
# Begin Source File
294
 
 
295
 
SOURCE=.\rc5val.dat
296
 
# End Source File
297
 
# Begin Source File
298
 
 
299
 
SOURCE=.\rc6val.dat
300
 
# End Source File
301
 
# Begin Source File
302
 
 
303
 
SOURCE=.\rijndael.dat
304
 
# End Source File
305
 
# Begin Source File
306
 
 
307
 
SOURCE=.\rsa1024.dat
308
 
# End Source File
309
 
# Begin Source File
310
 
 
311
 
SOURCE=.\rsa2048.dat
312
 
# End Source File
313
 
# Begin Source File
314
 
 
315
 
SOURCE=.\rsa400pb.dat
316
 
# End Source File
317
 
# Begin Source File
318
 
 
319
 
SOURCE=.\rsa400pv.dat
320
 
# End Source File
321
 
# Begin Source File
322
 
 
323
 
SOURCE=.\rsa512a.dat
324
 
# End Source File
325
 
# Begin Source File
326
 
 
327
 
SOURCE=.\rw1024.dat
328
 
# End Source File
329
 
# Begin Source File
330
 
 
331
 
SOURCE=.\rw2048.dat
332
 
# End Source File
333
 
# Begin Source File
334
 
 
335
 
SOURCE=.\saferval.dat
336
 
# End Source File
337
 
# Begin Source File
338
 
 
339
 
SOURCE=.\serpentv.dat
340
 
# End Source File
341
 
# Begin Source File
342
 
 
343
 
SOURCE=.\shacal2v.dat
344
 
# End Source File
345
 
# Begin Source File
346
 
 
347
 
SOURCE=.\sharkval.dat
348
 
# End Source File
349
 
# Begin Source File
350
 
 
351
 
SOURCE=.\skipjack.dat
352
 
# End Source File
353
 
# Begin Source File
354
 
 
355
 
SOURCE=.\squareva.dat
356
 
# End Source File
357
 
# Begin Source File
358
 
 
359
 
SOURCE=.\twofishv.dat
360
 
# End Source File
361
 
# Begin Source File
362
 
 
363
 
SOURCE=.\usage.dat
364
 
# End Source File
365
 
# Begin Source File
366
 
 
367
 
SOURCE=.\xtrdh171.dat
368
 
# End Source File
369
 
# Begin Source File
370
 
 
371
 
SOURCE=.\xtrdh342.dat
372
 
# End Source File
373
 
# End Group
374
 
# Begin Group "Source Code"
375
 
 
376
 
# PROP Default_Filter ".cpp;.h"
377
 
# Begin Source File
378
 
 
379
 
SOURCE=.\adhoc.cpp
380
 
# End Source File
381
 
# Begin Source File
382
 
 
383
 
SOURCE=.\bench.cpp
384
 
# End Source File
385
 
# Begin Source File
386
 
 
387
 
SOURCE=.\bench.h
388
 
# End Source File
389
 
# Begin Source File
390
 
 
391
 
SOURCE=.\bench2.cpp
392
 
# End Source File
393
 
# Begin Source File
394
 
 
395
 
SOURCE=.\datatest.cpp
396
 
# End Source File
397
 
# Begin Source File
398
 
 
399
 
SOURCE=.\dlltest.cpp
400
 
# End Source File
401
 
# Begin Source File
402
 
 
403
 
SOURCE=.\fipsalgt.cpp
404
 
# End Source File
405
 
# Begin Source File
406
 
 
407
 
SOURCE=.\regtest.cpp
408
 
# End Source File
409
 
# Begin Source File
410
 
 
411
 
SOURCE=.\test.cpp
412
 
# End Source File
413
 
# Begin Source File
414
 
 
415
 
SOURCE=.\validat1.cpp
416
 
# End Source File
417
 
# Begin Source File
418
 
 
419
 
SOURCE=.\validat2.cpp
420
 
# End Source File
421
 
# Begin Source File
422
 
 
423
 
SOURCE=.\validat3.cpp
424
 
# End Source File
425
 
# Begin Source File
426
 
 
427
 
SOURCE=.\validate.h
428
 
# End Source File
429
 
# End Group
430
 
# End Target
431
 
# End Project
 
1
# Microsoft Developer Studio Project File - Name="cryptest" - 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=cryptest - 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 "cryptest.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 "cryptest.mak" CFG="cryptest - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "cryptest - Win32 DLL-Import Release" (based on "Win32 (x86) Console Application")
 
21
!MESSAGE "cryptest - Win32 DLL-Import Debug" (based on "Win32 (x86) Console Application")
 
22
!MESSAGE "cryptest - Win32 Release" (based on "Win32 (x86) Console Application")
 
23
!MESSAGE "cryptest - Win32 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)" == "cryptest - Win32 DLL-Import Release"
 
34
 
 
35
# PROP BASE Use_MFC 0
 
36
# PROP BASE Use_Debug_Libraries 0
 
37
# PROP BASE Output_Dir "cryptest___Win32_FIPS_140_Release"
 
38
# PROP BASE Intermediate_Dir "cryptest___Win32_FIPS_140_Release"
 
39
# PROP BASE Ignore_Export_Lib 0
 
40
# PROP BASE Target_Dir ""
 
41
# PROP Use_MFC 0
 
42
# PROP Use_Debug_Libraries 0
 
43
# PROP Output_Dir "CT_DLL_Import_Release"
 
44
# PROP Intermediate_Dir "CT_DLL_Import_Release"
 
45
# PROP Ignore_Export_Lib 0
 
46
# PROP Target_Dir ""
 
47
# ADD BASE CPP /nologo /G5 /Gz /MT /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
 
48
# ADD CPP /nologo /G5 /Gz /MT /W3 /GR /GX /Zi /O1 /Ob2 /D "NDEBUG" /D "CRYPTOPP_IMPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm400 /c
 
49
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
50
# ADD RSC /l 0x409 /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 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /OPT:NOWIN98
 
56
# ADD LINK32 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DLL_Release/cryptest.exe" /libpath:"DLL_Release" /OPT:NOWIN98 /OPT:REF /OPT:ICF
 
57
# SUBTRACT LINK32 /pdb:none /incremental:yes
 
58
# Begin Special Build Tool
 
59
SOURCE="$(InputPath)"
 
60
PreLink_Cmds=echo This configuration requires cryptopp.dll.     echo You can build it yourself using the cryptdll project, or   echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself     echo the resulting DLL will not be considered FIPS validated    echo unless it undergoes FIPS validation.
 
61
# End Special Build Tool
 
62
 
 
63
!ELSEIF  "$(CFG)" == "cryptest - Win32 DLL-Import Debug"
 
64
 
 
65
# PROP BASE Use_MFC 0
 
66
# PROP BASE Use_Debug_Libraries 1
 
67
# PROP BASE Output_Dir "cryptest___Win32_FIPS_140_Debug"
 
68
# PROP BASE Intermediate_Dir "cryptest___Win32_FIPS_140_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 "CT_DLL_Import_Debug"
 
74
# PROP Intermediate_Dir "CT_DLL_Import_Debug"
 
75
# PROP Ignore_Export_Lib 0
 
76
# PROP Target_Dir ""
 
77
# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
 
78
# ADD CPP /nologo /G5 /Gz /MTd /W3 /GR /GX /Zi /Oi /D "_DEBUG" /D "CRYPTOPP_IMPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm400 /c
 
79
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
80
# ADD RSC /l 0x409 /d "_DEBUG"
 
81
BSC32=bscmake.exe
 
82
# ADD BASE BSC32 /nologo
 
83
# ADD BSC32 /nologo
 
84
LINK32=link.exe
 
85
# 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 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /OPT:NOWIN98
 
86
# ADD LINK32 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DLL_Debug/cryptest.exe" /pdbtype:sept /libpath:"DLL_Debug" /OPT:NOWIN98
 
87
# Begin Special Build Tool
 
88
SOURCE="$(InputPath)"
 
89
PreLink_Cmds=echo This configuration requires cryptopp.dll.     echo You can build it yourself using the cryptdll project, or   echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself     echo the resulting DLL will not be considered FIPS validated    echo unless it undergoes FIPS validation.
 
90
# End Special Build Tool
 
91
 
 
92
!ELSEIF  "$(CFG)" == "cryptest - Win32 Release"
 
93
 
 
94
# PROP BASE Use_MFC 0
 
95
# PROP BASE Use_Debug_Libraries 0
 
96
# PROP BASE Output_Dir "cryptes0"
 
97
# PROP BASE Intermediate_Dir "cryptes0"
 
98
# PROP BASE Target_Dir ""
 
99
# PROP Use_MFC 0
 
100
# PROP Use_Debug_Libraries 0
 
101
# PROP Output_Dir "CTRelease"
 
102
# PROP Intermediate_Dir "CTRelease"
 
103
# PROP Ignore_Export_Lib 0
 
104
# PROP Target_Dir ""
 
105
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
 
106
# ADD CPP /nologo /MT /W3 /GR /GX /Zi /O1 /Ob2 /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
 
107
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
108
# ADD RSC /l 0x409 /d "NDEBUG"
 
109
BSC32=bscmake.exe
 
110
# ADD BASE BSC32 /nologo
 
111
# ADD BSC32 /nologo
 
112
LINK32=link.exe
 
113
# 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 /nologo /subsystem:console /machine:I386
 
114
# ADD LINK32 advapi32.lib Ws2_32.lib /nologo /subsystem:console /map /debug /machine:I386 /OPT:NOWIN98 /OPT:REF /OPT:ICF
 
115
# SUBTRACT LINK32 /pdb:none
 
116
 
 
117
!ELSEIF  "$(CFG)" == "cryptest - Win32 Debug"
 
118
 
 
119
# PROP BASE Use_MFC 0
 
120
# PROP BASE Use_Debug_Libraries 1
 
121
# PROP BASE Output_Dir "cryptes1"
 
122
# PROP BASE Intermediate_Dir "cryptes1"
 
123
# PROP BASE Target_Dir ""
 
124
# PROP Use_MFC 0
 
125
# PROP Use_Debug_Libraries 1
 
126
# PROP Output_Dir "CTDebug"
 
127
# PROP Intermediate_Dir "CTDebug"
 
128
# PROP Ignore_Export_Lib 0
 
129
# PROP Target_Dir ""
 
130
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
 
131
# ADD CPP /nologo /MTd /W3 /GR /GX /Zi /Oi /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
 
132
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
133
# ADD RSC /l 0x409 /d "_DEBUG"
 
134
BSC32=bscmake.exe
 
135
# ADD BASE BSC32 /nologo
 
136
# ADD BSC32 /nologo
 
137
LINK32=link.exe
 
138
# 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
 
139
# ADD LINK32 advapi32.lib Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /OPT:NOWIN98
 
140
# SUBTRACT LINK32 /pdb:none
 
141
 
 
142
!ENDIF 
 
143
 
 
144
# Begin Target
 
145
 
 
146
# Name "cryptest - Win32 DLL-Import Release"
 
147
# Name "cryptest - Win32 DLL-Import Debug"
 
148
# Name "cryptest - Win32 Release"
 
149
# Name "cryptest - Win32 Debug"
 
150
# Begin Group "Source Code"
 
151
 
 
152
# PROP Default_Filter ".cpp;.h"
 
153
# Begin Source File
 
154
 
 
155
SOURCE=.\adhoc.cpp
 
156
# End Source File
 
157
# Begin Source File
 
158
 
 
159
SOURCE=.\bench.cpp
 
160
# End Source File
 
161
# Begin Source File
 
162
 
 
163
SOURCE=.\bench.h
 
164
# End Source File
 
165
# Begin Source File
 
166
 
 
167
SOURCE=.\bench2.cpp
 
168
# End Source File
 
169
# Begin Source File
 
170
 
 
171
SOURCE=.\datatest.cpp
 
172
# End Source File
 
173
# Begin Source File
 
174
 
 
175
SOURCE=.\dlltest.cpp
 
176
# End Source File
 
177
# Begin Source File
 
178
 
 
179
SOURCE=.\fipsalgt.cpp
 
180
# End Source File
 
181
# Begin Source File
 
182
 
 
183
SOURCE=.\regtest.cpp
 
184
# End Source File
 
185
# Begin Source File
 
186
 
 
187
SOURCE=.\test.cpp
 
188
# End Source File
 
189
# Begin Source File
 
190
 
 
191
SOURCE=.\validat1.cpp
 
192
# End Source File
 
193
# Begin Source File
 
194
 
 
195
SOURCE=.\validat2.cpp
 
196
# End Source File
 
197
# Begin Source File
 
198
 
 
199
SOURCE=.\validat3.cpp
 
200
# End Source File
 
201
# Begin Source File
 
202
 
 
203
SOURCE=.\validate.h
 
204
# End Source File
 
205
# End Group
 
206
# End Target
 
207
# End Project