zip.dsp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. # Microsoft Developer Studio Project File - Name="zip" - 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=zip - Win32 Debug bzip2
  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 "zip.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 "zip.mak" CFG="zip - Win32 Debug bzip2"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "zip - Win32 ASM Release bzip2" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "zip - Win32 ASM Debug bzip2" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "zip - Win32 Release bzip2" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "zip - Win32 Debug bzip2" (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)" == "zip - Win32 ASM Release bzip2"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "zip___Win32_ASM_Release_bzip2"
  33. # PROP BASE Intermediate_Dir "zip___Win32_ASM_Release_bzip2"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "zip___Win32_ASM_Release_bzip2"
  38. # PROP Intermediate_Dir "zip___Win32_ASM_Release_bzip2"
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "ASM_CRC" /D "ASMV" /FD /c
  41. # ADD CPP /nologo /W3 /GX /O2 /I "../../bzip2" /D "ASM_CRC" /D "ASMV" /D "WIN32" /D "BZIP2_SUPPORT" /D "BZ_NO_STDIO" /FD /c
  42. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  43. # ADD RSC /l 0x409 /d "NDEBUG"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LINK32=link.exe
  48. # 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
  49. # 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
  50. !ELSEIF "$(CFG)" == "zip - Win32 ASM Debug bzip2"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "zip___Win32_ASM_Debug_bzip2"
  54. # PROP BASE Intermediate_Dir "zip___Win32_ASM_Debug_bzip2"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "zip___Win32_ASM_Debug_bzip2"
  59. # PROP Intermediate_Dir "zip___Win32_ASM_Debug_bzip2"
  60. # PROP Ignore_Export_Lib 0
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "ASM_CRC" /D "ASMV" /FR /FD /GZ /c
  63. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../bzip2" /D "ASM_CRC" /D "ASMV" /D "WIN32" /D "BZIP2_SUPPORT" /D "BZ_NO_STDIO" /FR /FD /GZ /c
  64. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  65. # ADD RSC /l 0x409 /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. !ELSEIF "$(CFG)" == "zip - Win32 Release bzip2"
  73. # PROP BASE Use_MFC 0
  74. # PROP BASE Use_Debug_Libraries 0
  75. # PROP BASE Output_Dir "zip___Win32_Release_bzip2"
  76. # PROP BASE Intermediate_Dir "zip___Win32_Release_bzip2"
  77. # PROP BASE Target_Dir ""
  78. # PROP Use_MFC 0
  79. # PROP Use_Debug_Libraries 0
  80. # PROP Output_Dir "zip___Win32_Release_bzip2"
  81. # PROP Intermediate_Dir "zip___Win32_Release_bzip2"
  82. # PROP Target_Dir ""
  83. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NO_ASM" /FD /c
  84. # ADD CPP /nologo /W3 /GX /O2 /I "../../bzip2" /D "NO_ASM" /D "WIN32" /D "BZIP2_SUPPORT" /D "BZ_NO_STDIO" /FD /c
  85. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  86. # ADD RSC /l 0x409 /d "NDEBUG"
  87. BSC32=bscmake.exe
  88. # ADD BASE BSC32 /nologo
  89. # ADD BSC32 /nologo
  90. LINK32=link.exe
  91. # 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
  92. # 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
  93. !ELSEIF "$(CFG)" == "zip - Win32 Debug bzip2"
  94. # PROP BASE Use_MFC 0
  95. # PROP BASE Use_Debug_Libraries 1
  96. # PROP BASE Output_Dir "zip___Win32_Debug_bzip2"
  97. # PROP BASE Intermediate_Dir "zip___Win32_Debug_bzip2"
  98. # PROP BASE Ignore_Export_Lib 0
  99. # PROP BASE Target_Dir ""
  100. # PROP Use_MFC 0
  101. # PROP Use_Debug_Libraries 1
  102. # PROP Output_Dir "zip___Win32_Debug_bzip2"
  103. # PROP Intermediate_Dir "zip___Win32_Debug_bzip2"
  104. # PROP Ignore_Export_Lib 0
  105. # PROP Target_Dir ""
  106. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "NO_ASM" /D "WIN32" /FR /FD /GZ /c
  107. # SUBTRACT BASE CPP /WX
  108. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../bzip2" /D "NO_ASM" /D "WIN32" /D "BZIP2_SUPPORT" /D "BZ_NO_STDIO" /FR /FD /GZ /c
  109. # SUBTRACT CPP /WX
  110. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  111. # ADD RSC /l 0x409 /d "_DEBUG"
  112. BSC32=bscmake.exe
  113. # ADD BASE BSC32 /nologo
  114. # ADD BSC32 /nologo
  115. LINK32=link.exe
  116. # 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
  117. # 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
  118. !ENDIF
  119. # Begin Target
  120. # Name "zip - Win32 ASM Release bzip2"
  121. # Name "zip - Win32 ASM Debug bzip2"
  122. # Name "zip - Win32 Release bzip2"
  123. # Name "zip - Win32 Debug bzip2"
  124. # Begin Group "Source Files"
  125. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  126. # Begin Source File
  127. SOURCE=..\..\bzip2\blocksort.c
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=..\..\bzip2\bzlib.c
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=..\..\bzip2\compress.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=..\..\crc32.c
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=..\..\bzip2\crctable.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=..\..\crypt.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=..\..\bzip2\decompress.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=..\..\deflate.c
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=..\..\fileio.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\..\globals.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\..\bzip2\huffman.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\nt.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\..\bzip2\randtable.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\..\trees.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..\..\ttyio.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..\..\util.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..\win32.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\win32i64.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..\win32zip.c
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=..\..\zbz2err.c
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=..\..\zip.c
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..\zip.rc
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=..\..\zipfile.c
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=..\..\zipup.c
  197. # End Source File
  198. # End Group
  199. # Begin Group "Header Files"
  200. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  201. # Begin Source File
  202. SOURCE=..\..\bzip2\bzlib.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=..\..\crc32.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=..\..\crypt.h
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=..\..\ebcdic.h
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=..\nt.h
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=..\osdep.h
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=..\..\revision.h
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=..\..\tailor.h
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=..\..\ttyio.h
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=..\win32zip.h
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=..\..\zip.h
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=..\..\ziperr.h
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=..\zipup.h
  239. # End Source File
  240. # End Group
  241. # Begin Group "Assembler Files"
  242. # PROP Default_Filter "asm;obj"
  243. # Begin Source File
  244. SOURCE=..\crc_i386.asm
  245. !IF "$(CFG)" == "zip - Win32 ASM Release bzip2"
  246. # Begin Custom Build - Assembling...
  247. IntDir=.\zip___Win32_ASM_Release_bzip2
  248. InputPath=..\crc_i386.asm
  249. InputName=crc_i386
  250. "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  251. ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  252. # End Custom Build
  253. !ELSEIF "$(CFG)" == "zip - Win32 ASM Debug bzip2"
  254. # Begin Custom Build - Assembling...
  255. IntDir=.\zip___Win32_ASM_Debug_bzip2
  256. InputPath=..\crc_i386.asm
  257. InputName=crc_i386
  258. "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  259. ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  260. # End Custom Build
  261. !ELSEIF "$(CFG)" == "zip - Win32 Release bzip2"
  262. # PROP BASE Exclude_From_Build 1
  263. # PROP Exclude_From_Build 1
  264. !ELSEIF "$(CFG)" == "zip - Win32 Debug bzip2"
  265. # PROP BASE Exclude_From_Build 1
  266. # PROP Exclude_From_Build 1
  267. !ENDIF
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=..\match32.asm
  271. !IF "$(CFG)" == "zip - Win32 ASM Release bzip2"
  272. # Begin Custom Build - Assembling...
  273. IntDir=.\zip___Win32_ASM_Release_bzip2
  274. InputPath=..\match32.asm
  275. InputName=match32
  276. "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  277. ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  278. # End Custom Build
  279. !ELSEIF "$(CFG)" == "zip - Win32 ASM Debug bzip2"
  280. # Begin Custom Build - Assembling...
  281. IntDir=.\zip___Win32_ASM_Debug_bzip2
  282. InputPath=..\match32.asm
  283. InputName=match32
  284. "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  285. ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  286. # End Custom Build
  287. !ELSEIF "$(CFG)" == "zip - Win32 Release bzip2"
  288. # PROP BASE Exclude_From_Build 1
  289. # PROP Exclude_From_Build 1
  290. !ELSEIF "$(CFG)" == "zip - Win32 Debug bzip2"
  291. # PROP BASE Exclude_From_Build 1
  292. # PROP Exclude_From_Build 1
  293. !ENDIF
  294. # End Source File
  295. # End Group
  296. # End Target
  297. # End Project