unzip.dsp 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # Microsoft Developer Studio Project File - Name="unzip" - 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=unzip - 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 "unzip.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 "unzip.mak" CFG="unzip - Win32 ASM Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "unzip - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "unzip - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "unzip - Win32 ASM Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "unzip - Win32 ASM 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)" == "unzip - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "unzip__Win32_Release"
  33. # PROP BASE Intermediate_Dir "unzip__Win32_Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "unzip__Win32_Release"
  38. # PROP Intermediate_Dir "unzip__Win32_Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /FD /c
  42. # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /c
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /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 advapi32.lib /nologo /subsystem:console /machine:I386
  51. !ELSEIF "$(CFG)" == "unzip - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "unzip__Win32_Debug"
  55. # PROP BASE Intermediate_Dir "unzip__Win32_Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "unzip__Win32_Debug"
  60. # PROP Intermediate_Dir "unzip__Win32_Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /FD /GZ /c
  64. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
  65. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  66. # ADD RSC /l 0x409 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LINK32=link.exe
  71. # 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
  72. # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  73. !ELSEIF "$(CFG)" == "unzip - Win32 ASM Release"
  74. # PROP BASE Use_MFC 0
  75. # PROP BASE Use_Debug_Libraries 0
  76. # PROP BASE Output_Dir "unzip__Win32_ASM_Release"
  77. # PROP BASE Intermediate_Dir "unzip__Win32_ASM_Release"
  78. # PROP BASE Target_Dir ""
  79. # PROP Use_MFC 0
  80. # PROP Use_Debug_Libraries 0
  81. # PROP Output_Dir "unzip__Win32_ASM_Release"
  82. # PROP Intermediate_Dir "unzip__Win32_ASM_Release"
  83. # PROP Ignore_Export_Lib 0
  84. # PROP Target_Dir ""
  85. # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /FD /c
  86. # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "ASM_CRC" /D "_CONSOLE" /D "_MBCS" /FD /c
  87. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  88. # ADD RSC /l 0x409 /d "NDEBUG"
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LINK32=link.exe
  93. # 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
  94. # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /machine:I386
  95. !ELSEIF "$(CFG)" == "unzip - Win32 ASM Debug"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 1
  98. # PROP BASE Output_Dir "unzip__Win32_ASM_Debug"
  99. # PROP BASE Intermediate_Dir "unzip__Win32_ASM_Debug"
  100. # PROP BASE Ignore_Export_Lib 0
  101. # PROP BASE Target_Dir ""
  102. # PROP Use_MFC 0
  103. # PROP Use_Debug_Libraries 1
  104. # PROP Output_Dir "unzip__Win32_ASM_Debug"
  105. # PROP Intermediate_Dir "unzip__Win32_ASM_Debug"
  106. # PROP Ignore_Export_Lib 0
  107. # PROP Target_Dir ""
  108. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /FD /GZ /c
  109. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "ASM_CRC" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
  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 advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  118. !ENDIF
  119. # Begin Target
  120. # Name "unzip - Win32 Release"
  121. # Name "unzip - Win32 Debug"
  122. # Name "unzip - Win32 ASM Release"
  123. # Name "unzip - Win32 ASM Debug"
  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=..\..\crc32.c
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=..\crc_i386.c
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=..\..\crypt.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=..\..\envargs.c
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=..\..\explode.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=..\..\extract.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=..\..\fileio.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=..\..\globals.c
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=..\..\inflate.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\..\list.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\..\match.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\nt.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\..\process.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\..\ttyio.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..\..\ubz2err.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..\..\unreduce.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..\..\unshrink.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\..\unzip.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..\win32.c
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=..\win32i64.c
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=..\..\zipinfo.c
  188. # End Source File
  189. # End Group
  190. # Begin Group "Header Files"
  191. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  192. # Begin Source File
  193. SOURCE=..\..\consts.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=..\..\crc32.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=..\..\crypt.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=..\..\ebcdic.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=..\..\globals.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=..\..\inflate.h
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=..\nt.h
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=..\..\ttyio.h
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=..\..\unzip.h
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=..\..\unzpriv.h
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=..\..\unzvers.h
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=..\w32cfg.h
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=..\..\zip.h
  230. # End Source File
  231. # End Group
  232. # End Target
  233. # End Project