unzipsfx.dsp 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. # Microsoft Developer Studio Project File - Name="unzipsfx" - 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=unzipsfx - 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 "unzipsfx.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 "unzipsfx.mak" CFG="unzipsfx - Win32 ASM Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "unzipsfx - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "unzipsfx - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "unzipsfx - Win32 ASM Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "unzipsfx - 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)" == "unzipsfx - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "unzipsfx___Win32_Release"
  33. # PROP BASE Intermediate_Dir "unzipsfx___Win32_Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "unzipsfx___Win32_Release"
  38. # PROP Intermediate_Dir "unzipsfx___Win32_Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /FD /c
  42. # ADD CPP /nologo /W3 /GX /O1 /D "WIN32" /D "SFX" /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)" == "unzipsfx - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "unzipsfx___Win32_Debug"
  55. # PROP BASE Intermediate_Dir "unzipsfx___Win32_Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "unzipsfx___Win32_Debug"
  60. # PROP Intermediate_Dir "unzipsfx___Win32_Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /FD /GZ /c
  64. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "SFX" /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)" == "unzipsfx - Win32 ASM Release"
  74. # PROP BASE Use_MFC 0
  75. # PROP BASE Use_Debug_Libraries 0
  76. # PROP BASE Output_Dir "unzipsfx___Win32_ASM_Release"
  77. # PROP BASE Intermediate_Dir "unzipsfx___Win32_ASM_Release"
  78. # PROP BASE Target_Dir ""
  79. # PROP Use_MFC 0
  80. # PROP Use_Debug_Libraries 0
  81. # PROP Output_Dir "unzipsfx___Win32_ASM_Release"
  82. # PROP Intermediate_Dir "unzipsfx___Win32_ASM_Release"
  83. # PROP Ignore_Export_Lib 0
  84. # PROP Target_Dir ""
  85. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "SFX" /FD /c
  86. # ADD CPP /nologo /W3 /GX /O1 /D "NDEBUG" /D "WIN32" /D "SFX" /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)" == "unzipsfx - Win32 ASM Debug"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 1
  98. # PROP BASE Output_Dir "unzipsfx___Win32_ASM_Debug"
  99. # PROP BASE Intermediate_Dir "unzipsfx___Win32_ASM_Debug"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 1
  103. # PROP Output_Dir "unzipsfx___Win32_ASM_Debug"
  104. # PROP Intermediate_Dir "unzipsfx___Win32_ASM_Debug"
  105. # PROP Ignore_Export_Lib 0
  106. # PROP Target_Dir ""
  107. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "SFX" /FD /GZ /c
  108. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "SFX" /D "ASM_CRC" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
  109. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  110. # ADD RSC /l 0x409 /d "_DEBUG"
  111. BSC32=bscmake.exe
  112. # ADD BASE BSC32 /nologo
  113. # ADD BSC32 /nologo
  114. LINK32=link.exe
  115. # 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
  116. # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  117. !ENDIF
  118. # Begin Target
  119. # Name "unzipsfx - Win32 Release"
  120. # Name "unzipsfx - Win32 Debug"
  121. # Name "unzipsfx - Win32 ASM Release"
  122. # Name "unzipsfx - Win32 ASM Debug"
  123. # Begin Group "Source Files"
  124. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  125. # Begin Source File
  126. SOURCE=..\..\crc32.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..\crc_i386.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=..\..\crypt.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..\..\extract.c
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..\..\fileio.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..\..\globals.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..\..\inflate.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..\..\match.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=..\nt.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=..\..\process.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..\..\ttyio.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..\..\ubz2err.c
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..\..\unzip.c
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=..\win32.c
  166. # End Source File
  167. # End Group
  168. # Begin Group "Header Files"
  169. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  170. # Begin Source File
  171. SOURCE=..\..\consts.h
  172. # End Source File
  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=..\..\globals.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=..\..\inflate.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=..\nt.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=..\..\ttyio.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=..\..\unzip.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..\..\unzpriv.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..\..\unzvers.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..\w32cfg.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=..\..\zip.h
  208. # End Source File
  209. # End Group
  210. # End Target
  211. # End Project