AloneLZMA.dsp 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. # Microsoft Developer Studio Project File - Name="AloneLZMA" - 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=AloneLZMA - Win32 DebugU
  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 "AloneLZMA.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 "AloneLZMA.mak" CFG="AloneLZMA - Win32 DebugU"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "AloneLZMA - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "AloneLZMA - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "AloneLZMA - Win32 ReleaseU" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "AloneLZMA - Win32 DebugU" (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)" == "AloneLZMA - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  42. # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\\" /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /FAcs /Yu"StdAfx.h" /FD /c
  43. # ADD BASE RSC /l 0x419 /d "NDEBUG"
  44. # ADD RSC /l 0x419 /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 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 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 /out:"c:\UTIL\lzma.exe" /opt:NOWIN98
  51. # SUBTRACT LINK32 /pdb:none
  52. !ELSEIF "$(CFG)" == "AloneLZMA - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  65. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /Yu"StdAfx.h" /FD /GZ /c
  66. # ADD BASE RSC /l 0x419 /d "_DEBUG"
  67. # ADD RSC /l 0x419 /d "_DEBUG"
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LINK32=link.exe
  72. # 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
  73. # 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 /out:"c:\UTIL\lzma.exe" /pdbtype:sept
  74. !ELSEIF "$(CFG)" == "AloneLZMA - Win32 ReleaseU"
  75. # PROP BASE Use_MFC 0
  76. # PROP BASE Use_Debug_Libraries 0
  77. # PROP BASE Output_Dir "ReleaseU"
  78. # PROP BASE Intermediate_Dir "ReleaseU"
  79. # PROP BASE Ignore_Export_Lib 0
  80. # PROP BASE Target_Dir ""
  81. # PROP Use_MFC 0
  82. # PROP Use_Debug_Libraries 0
  83. # PROP Output_Dir "ReleaseU"
  84. # PROP Intermediate_Dir "ReleaseU"
  85. # PROP Ignore_Export_Lib 0
  86. # PROP Target_Dir ""
  87. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "FORMAT_BZIP2" /D "FORMAT_ZIP" /D "FORMAT_TAR" /D "FORMAT_GZIP" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "COMPRESS_MF_PAT" /D "COMPRESS_MF_BT" /D "COMPRESS_PPMD" /D "COMPRESS_DEFLATE" /D "COMPRESS_IMPLODE" /D "COMPRESS_BZIP2" /D "CRYPTO_ZIP" /Yu"StdAfx.h" /FD /c
  88. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /Yu"StdAfx.h" /FD /c
  89. # ADD BASE RSC /l 0x419 /d "NDEBUG"
  90. # ADD RSC /l 0x419 /d "NDEBUG"
  91. BSC32=bscmake.exe
  92. # ADD BASE BSC32 /nologo
  93. # ADD BSC32 /nologo
  94. LINK32=link.exe
  95. # 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 /out:"c:\UTIL\7za2.exe" /opt:NOWIN98
  96. # SUBTRACT BASE LINK32 /pdb:none
  97. # 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 /out:"c:\UTIL\lzma.exe" /opt:NOWIN98
  98. # SUBTRACT LINK32 /pdb:none
  99. !ELSEIF "$(CFG)" == "AloneLZMA - Win32 DebugU"
  100. # PROP BASE Use_MFC 0
  101. # PROP BASE Use_Debug_Libraries 1
  102. # PROP BASE Output_Dir "DebugU"
  103. # PROP BASE Intermediate_Dir "DebugU"
  104. # PROP BASE Ignore_Export_Lib 0
  105. # PROP BASE Target_Dir ""
  106. # PROP Use_MFC 0
  107. # PROP Use_Debug_Libraries 1
  108. # PROP Output_Dir "DebugU"
  109. # PROP Intermediate_Dir "DebugU"
  110. # PROP Ignore_Export_Lib 0
  111. # PROP Target_Dir ""
  112. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "FORMAT_BZIP2" /D "FORMAT_ZIP" /D "FORMAT_TAR" /D "FORMAT_GZIP" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "COMPRESS_MF_PAT" /D "COMPRESS_MF_BT" /D "COMPRESS_PPMD" /D "COMPRESS_DEFLATE" /D "COMPRESS_IMPLODE" /D "COMPRESS_BZIP2" /D "CRYPTO_ZIP" /D "_MBCS" /Yu"StdAfx.h" /FD /GZ /c
  113. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /Yu"StdAfx.h" /FD /GZ /c
  114. # ADD BASE RSC /l 0x419 /d "_DEBUG"
  115. # ADD RSC /l 0x419 /d "_DEBUG"
  116. BSC32=bscmake.exe
  117. # ADD BASE BSC32 /nologo
  118. # ADD BSC32 /nologo
  119. LINK32=link.exe
  120. # 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 /out:"c:\UTIL\7za2.exe" /pdbtype:sept
  121. # 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 /out:"c:\UTIL\lzma.exe" /pdbtype:sept
  122. !ENDIF
  123. # Begin Target
  124. # Name "AloneLZMA - Win32 Release"
  125. # Name "AloneLZMA - Win32 Debug"
  126. # Name "AloneLZMA - Win32 ReleaseU"
  127. # Name "AloneLZMA - Win32 DebugU"
  128. # Begin Group "Spec"
  129. # PROP Default_Filter ""
  130. # Begin Source File
  131. SOURCE=.\StdAfx.cpp
  132. # ADD CPP /Yc"StdAfx.h"
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\StdAfx.h
  136. # End Source File
  137. # End Group
  138. # Begin Group "Compress"
  139. # PROP Default_Filter ""
  140. # Begin Group "LZMA"
  141. # PROP Default_Filter ""
  142. # Begin Source File
  143. SOURCE=..\LZMA\LZMA.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\LZMA\LZMADecoder.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\LZMA\LZMADecoder.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=..\LZMA\LZMAEncoder.cpp
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=..\LZMA\LZMAEncoder.h
  156. # End Source File
  157. # End Group
  158. # Begin Group "RangeCoder"
  159. # PROP Default_Filter ""
  160. # Begin Source File
  161. SOURCE=..\RangeCoder\RangeCoder.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\RangeCoder\RangeCoderBit.cpp
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\RangeCoder\RangeCoderBit.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\RangeCoder\RangeCoderBitTree.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=..\RangeCoder\RangeCoderOpt.h
  174. # End Source File
  175. # End Group
  176. # Begin Group "LZ"
  177. # PROP Default_Filter ""
  178. # Begin Source File
  179. SOURCE=..\LZ\LZOutWindow.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=..\LZ\LZOutWindow.h
  183. # End Source File
  184. # End Group
  185. # End Group
  186. # Begin Group "Windows"
  187. # PROP Default_Filter ""
  188. # Begin Source File
  189. SOURCE=..\..\..\Windows\FileIO.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=..\..\..\Windows\FileIO.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=..\..\..\Windows\Synchronization.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..\..\..\Windows\Synchronization.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..\..\..\Windows\System.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..\..\..\Windows\System.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=..\..\..\Windows\Thread.h
  208. # End Source File
  209. # End Group
  210. # Begin Group "Common"
  211. # PROP Default_Filter ""
  212. # Begin Source File
  213. SOURCE=..\..\..\Common\CommandLineParser.cpp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=..\..\..\Common\CommandLineParser.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=..\..\..\Common\CRC.cpp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=..\..\..\Common\Defs.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=..\..\..\Windows\Defs.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=..\..\..\Common\IntToString.cpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=..\..\..\Common\IntToString.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=..\..\..\Common\MyCom.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=..\..\..\Common\MyString.cpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=..\..\..\Common\MyString.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=..\..\..\Common\MyVector.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=..\..\..\Common\MyVector.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=..\..\..\Common\MyWindows.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=..\..\..\Common\NewHandler.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=..\..\..\Common\NewHandler.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=..\..\..\Common\StringConvert.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=..\..\..\Common\StringConvert.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=..\..\..\Common\StringToInt.cpp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=..\..\..\Common\StringToInt.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=..\..\..\Common\Types.h
  271. # End Source File
  272. # End Group
  273. # Begin Group "7zip Common"
  274. # PROP Default_Filter ""
  275. # Begin Source File
  276. SOURCE=..\..\Common\FileStreams.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=..\..\Common\FileStreams.h
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=..\..\Common\InBuffer.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=..\..\Common\InBuffer.h
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=..\..\Common\OutBuffer.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=..\..\Common\OutBuffer.h
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=..\..\Common\StreamUtils.cpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=..\..\Common\StreamUtils.h
  298. # End Source File
  299. # End Group
  300. # Begin Group "C"
  301. # PROP Default_Filter ""
  302. # Begin Group "C-Lz"
  303. # PROP Default_Filter ""
  304. # Begin Source File
  305. SOURCE=..\..\..\..\C\Compress\Lz\MatchFinder.c
  306. # SUBTRACT CPP /YX /Yc /Yu
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=..\..\..\..\C\Compress\Lz\MatchFinder.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=..\..\..\..\C\Compress\Lz\MatchFinderMt.c
  313. # SUBTRACT CPP /YX /Yc /Yu
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=..\..\..\..\C\Compress\Lz\MatchFinderMt.h
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=..\..\..\..\C\Threads.c
  320. # SUBTRACT CPP /YX /Yc /Yu
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=..\..\..\..\C\Threads.h
  324. # End Source File
  325. # End Group
  326. # Begin Group "LZMA_C"
  327. # PROP Default_Filter ""
  328. # Begin Source File
  329. SOURCE=..\..\..\..\C\Compress\Lzma\LzmaDecode.c
  330. # SUBTRACT CPP /YX /Yc /Yu
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=..\..\..\..\C\Compress\Lzma\LzmaDecode.h
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=..\..\..\..\C\Compress\Lzma\LzmaTypes.h
  337. # End Source File
  338. # End Group
  339. # Begin Group "Branch"
  340. # PROP Default_Filter ""
  341. # Begin Source File
  342. SOURCE=..\..\..\..\C\Compress\Branch\BranchTypes.h
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=..\..\..\..\C\Compress\Branch\BranchX86.c
  346. # SUBTRACT CPP /YX /Yc /Yu
  347. # End Source File
  348. # Begin Source File
  349. SOURCE=..\..\..\..\C\Compress\Branch\BranchX86.h
  350. # End Source File
  351. # End Group
  352. # Begin Source File
  353. SOURCE=..\..\..\..\C\7zCrc.c
  354. # SUBTRACT CPP /YX /Yc /Yu
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=..\..\..\..\C\7zCrc.h
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=..\..\..\..\C\Alloc.c
  361. # SUBTRACT CPP /YX /Yc /Yu
  362. # End Source File
  363. # Begin Source File
  364. SOURCE=..\..\..\..\C\Alloc.h
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=..\..\..\..\C\Types.h
  368. # End Source File
  369. # End Group
  370. # Begin Source File
  371. SOURCE=..\..\ICoder.h
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=.\LzmaAlone.cpp
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=.\LzmaBench.cpp
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=.\LzmaBench.h
  381. # End Source File
  382. # Begin Source File
  383. SOURCE=.\LzmaBenchCon.cpp
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=.\LzmaBenchCon.h
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=.\LzmaRam.cpp
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=.\LzmaRam.h
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=.\LzmaRamDecode.c
  396. # SUBTRACT CPP /YX /Yc /Yu
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=.\LzmaRamDecode.h
  400. # End Source File
  401. # End Target
  402. # End Project