rehash.001 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. # Microsoft Developer Studio Project File - Name="rehash" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** NICHT BEARBEITEN **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=rehash - Win32 Debug
  6. !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit\
  7. NMAKE
  8. !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den\
  9. Befehl
  10. !MESSAGE
  11. !MESSAGE NMAKE /f "rehash.mak".
  12. !MESSAGE
  13. !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
  14. !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
  15. !MESSAGE
  16. !MESSAGE NMAKE /f "rehash.mak" CFG="rehash - Win32 Debug"
  17. !MESSAGE
  18. !MESSAGE Für die Konfiguration stehen zur Auswahl:
  19. !MESSAGE
  20. !MESSAGE "rehash - Win32 Release" (basierend auf\
  21. "Win32 (x86) Console Application")
  22. !MESSAGE "rehash - Win32 Debug" (basierend auf\
  23. "Win32 (x86) Console Application")
  24. !MESSAGE
  25. # Begin Project
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "rehash - Win32 Release"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  42. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  43. # ADD BASE RSC /l 0x407 /d "NDEBUG"
  44. # ADD RSC /l 0x407 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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
  50. # ADD 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
  51. !ELSEIF "$(CFG)" == "rehash - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "Debug"
  55. # PROP BASE Intermediate_Dir "Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  63. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  64. # ADD BASE RSC /l 0x407 /d "_DEBUG"
  65. # ADD RSC /l 0x407 /d "_DEBUG"
  66. BSC32=bscmake.exe
  67. # ADD BASE BSC32 /nologo
  68. # ADD BSC32 /nologo
  69. LINK32=link.exe
  70. # 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
  71. # ADD 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
  72. !ENDIF
  73. # Begin Target
  74. # Name "rehash - Win32 Release"
  75. # Name "rehash - Win32 Debug"
  76. # Begin Group "algo"
  77. # PROP Default_Filter ""
  78. # Begin Source File
  79. SOURCE=.\algo\crc16.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.\algo\crc16.h
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.\algo\crc32.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\algo\crc32.h
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\algo\fcs.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\algo\fcs.h
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\algo\ghash.cpp
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\algo\ghash.h
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\algo\gosthash.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\algo\gosthash.h
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\algo\haval.cpp
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\algo\haval.h
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\algo\md2.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\algo\md2.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\algo\md4.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\algo\md4.h
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\algo\md5.cpp
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\algo\md5.h
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\algo\sha1.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\algo\sha1.h
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\algo\sha2.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\algo\sha2.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\algo\sizehash.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\algo\sizehash.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\algo\tiger.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\algo\tiger.h
  155. # End Source File
  156. # End Group
  157. # Begin Group "main"
  158. # PROP Default_Filter ""
  159. # Begin Source File
  160. SOURCE=.\hashmgr.cpp
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\hashmgr.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\rehash.cpp
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\rehash.h
  170. # End Source File
  171. # End Group
  172. # Begin Group "util"
  173. # PROP Default_Filter ""
  174. # Begin Source File
  175. SOURCE=.\clutil.cpp
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\clutil.h
  179. # End Source File
  180. # End Group
  181. # Begin Group "system"
  182. # PROP Default_Filter ""
  183. # Begin Source File
  184. SOURCE=.\rhsyscfg.h
  185. # End Source File
  186. # End Group
  187. # End Target
  188. # End Project