Client7z.dsp 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. # Microsoft Developer Studio Project File - Name="Client7z" - 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=Client7z - Win32 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 "Client7z.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 "Client7z.mak" CFG="Client7z - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Client7z - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "Client7z - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "Client7z - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
  39. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
  40. # ADD BASE RSC /l 0x419 /d "NDEBUG"
  41. # ADD RSC /l 0x419 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LINK32=link.exe
  46. # 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 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
  47. # 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 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
  48. !ELSEIF "$(CFG)" == "Client7z - Win32 Debug"
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 1
  51. # PROP BASE Output_Dir "Debug"
  52. # PROP BASE Intermediate_Dir "Debug"
  53. # PROP BASE Target_Dir ""
  54. # PROP Use_MFC 0
  55. # PROP Use_Debug_Libraries 1
  56. # PROP Output_Dir "Debug"
  57. # PROP Intermediate_Dir "Debug"
  58. # PROP Ignore_Export_Lib 0
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  61. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  62. # ADD BASE RSC /l 0x419 /d "_DEBUG"
  63. # ADD RSC /l 0x419 /d "_DEBUG"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LINK32=link.exe
  68. # 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 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
  69. # 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 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. !ENDIF
  71. # Begin Target
  72. # Name "Client7z - Win32 Release"
  73. # Name "Client7z - Win32 Debug"
  74. # Begin Group "Spec"
  75. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  76. # Begin Source File
  77. SOURCE=.\StdAfx.cpp
  78. # ADD CPP /Yc"stdafx.h"
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=.\StdAfx.h
  82. # End Source File
  83. # End Group
  84. # Begin Group "Windows"
  85. # PROP Default_Filter ""
  86. # Begin Source File
  87. SOURCE=..\..\..\Windows\DLL.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=..\..\..\Windows\DLL.h
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=..\..\..\Windows\FileDir.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=..\..\..\Windows\FileDir.h
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=..\..\..\Windows\FileFind.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=..\..\..\Windows\FileFind.h
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=..\..\..\Windows\FileIO.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=..\..\..\Windows\FileIO.h
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=..\..\..\Windows\FileName.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=..\..\..\Windows\FileName.h
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=..\..\..\Windows\PropVariant.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=..\..\..\Windows\PropVariant.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=..\..\..\Windows\PropVariantConversions.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=..\..\..\Windows\PropVariantConversions.h
  127. # End Source File
  128. # End Group
  129. # Begin Group "Common"
  130. # PROP Default_Filter ""
  131. # Begin Source File
  132. SOURCE=..\..\..\Common\IntToString.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..\..\..\Common\IntToString.h
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..\..\..\Common\MyString.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..\..\..\Common\MyString.h
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..\..\..\Common\MyVector.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..\..\..\Common\MyVector.h
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=..\..\..\Common\NewHandler.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=..\..\..\Common\NewHandler.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..\..\..\Common\StringConvert.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..\..\..\Common\StringConvert.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..\..\..\Common\Wildcard.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=..\..\..\Common\Wildcard.h
  166. # End Source File
  167. # End Group
  168. # Begin Group "7zip Common"
  169. # PROP Default_Filter ""
  170. # Begin Source File
  171. SOURCE=..\..\Common\FileStreams.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=..\..\Common\FileStreams.h
  175. # End Source File
  176. # End Group
  177. # Begin Source File
  178. SOURCE=.\Client7z.cpp
  179. # End Source File
  180. # End Target
  181. # End Project