zip.dsp 9.4 KB

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