Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
7.5 KiB

  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. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=cryptest - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "cryptest.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "cryptest.mak" CFG="cryptest - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "cryptest - Win32 DLL-Import Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "cryptest - Win32 DLL-Import Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "cryptest - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "cryptest - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "cryptest - Win32 DLL-Import Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "cryptest___Win32_FIPS_140_Release"
  33. # PROP BASE Intermediate_Dir "cryptest___Win32_FIPS_140_Release"
  34. # PROP BASE Ignore_Export_Lib 0
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "CT_DLL_Import_Release"
  39. # PROP Intermediate_Dir "CT_DLL_Import_Release"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /G5 /Gz /MT /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
  43. # 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
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # 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
  51. # 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
  52. # SUBTRACT LINK32 /pdb:none /incremental:yes
  53. # Begin Special Build Tool
  54. SOURCE="$(InputPath)"
  55. 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.
  56. # End Special Build Tool
  57. !ELSEIF "$(CFG)" == "cryptest - Win32 DLL-Import Debug"
  58. # PROP BASE Use_MFC 0
  59. # PROP BASE Use_Debug_Libraries 1
  60. # PROP BASE Output_Dir "cryptest___Win32_FIPS_140_Debug"
  61. # PROP BASE Intermediate_Dir "cryptest___Win32_FIPS_140_Debug"
  62. # PROP BASE Ignore_Export_Lib 0
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir "CT_DLL_Import_Debug"
  67. # PROP Intermediate_Dir "CT_DLL_Import_Debug"
  68. # PROP Ignore_Export_Lib 0
  69. # PROP Target_Dir ""
  70. # ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
  71. # 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
  72. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  73. # ADD RSC /l 0x409 /d "_DEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. LINK32=link.exe
  78. # 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
  79. # ADD LINK32 Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DLL_Debug/cryptest.exe" /pdbtype:sept /libpath:"DLL_Debug" /OPT:NOWIN98
  80. # Begin Special Build Tool
  81. SOURCE="$(InputPath)"
  82. 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.
  83. # End Special Build Tool
  84. !ELSEIF "$(CFG)" == "cryptest - Win32 Release"
  85. # PROP BASE Use_MFC 0
  86. # PROP BASE Use_Debug_Libraries 0
  87. # PROP BASE Output_Dir "cryptes0"
  88. # PROP BASE Intermediate_Dir "cryptes0"
  89. # PROP BASE Target_Dir ""
  90. # PROP Use_MFC 0
  91. # PROP Use_Debug_Libraries 0
  92. # PROP Output_Dir "CTRelease"
  93. # PROP Intermediate_Dir "CTRelease"
  94. # PROP Ignore_Export_Lib 0
  95. # PROP Target_Dir ""
  96. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  97. # ADD CPP /nologo /MT /W3 /GR /GX /Zi /O1 /Ob2 /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
  98. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  99. # ADD RSC /l 0x409 /d "NDEBUG"
  100. BSC32=bscmake.exe
  101. # ADD BASE BSC32 /nologo
  102. # ADD BSC32 /nologo
  103. LINK32=link.exe
  104. # 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
  105. # ADD LINK32 advapi32.lib Ws2_32.lib /nologo /subsystem:console /map /debug /machine:I386 /OPT:NOWIN98 /OPT:REF /OPT:ICF
  106. # SUBTRACT LINK32 /pdb:none
  107. !ELSEIF "$(CFG)" == "cryptest - Win32 Debug"
  108. # PROP BASE Use_MFC 0
  109. # PROP BASE Use_Debug_Libraries 1
  110. # PROP BASE Output_Dir "cryptes1"
  111. # PROP BASE Intermediate_Dir "cryptes1"
  112. # PROP BASE Target_Dir ""
  113. # PROP Use_MFC 0
  114. # PROP Use_Debug_Libraries 1
  115. # PROP Output_Dir "CTDebug"
  116. # PROP Intermediate_Dir "CTDebug"
  117. # PROP Ignore_Export_Lib 0
  118. # PROP Target_Dir ""
  119. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  120. # ADD CPP /nologo /MTd /W3 /GR /GX /Zi /Oi /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
  121. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  122. # ADD RSC /l 0x409 /d "_DEBUG"
  123. BSC32=bscmake.exe
  124. # ADD BASE BSC32 /nologo
  125. # ADD BSC32 /nologo
  126. LINK32=link.exe
  127. # 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
  128. # ADD LINK32 advapi32.lib Ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /OPT:NOWIN98
  129. # SUBTRACT LINK32 /pdb:none
  130. !ENDIF
  131. # Begin Target
  132. # Name "cryptest - Win32 DLL-Import Release"
  133. # Name "cryptest - Win32 DLL-Import Debug"
  134. # Name "cryptest - Win32 Release"
  135. # Name "cryptest - Win32 Debug"
  136. # Begin Group "Source Code"
  137. # PROP Default_Filter ".cpp;.h"
  138. # Begin Source File
  139. SOURCE=.\adhoc.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\bench.cpp
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\bench.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\bench2.cpp
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\datatest.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\dlltest.cpp
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\fipsalgt.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\regtest.cpp
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\test.cpp
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\validat1.cpp
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\validat2.cpp
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\validat3.cpp
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\validate.h
  176. # End Source File
  177. # End Group
  178. # End Target
  179. # End Project