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 |
|
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103 |
|
6 |
|
7 CFG=AloneLZMA - Win32 DebugU |
|
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, |
|
9 !MESSAGE use the Export Makefile command and run |
|
10 !MESSAGE |
|
11 !MESSAGE NMAKE /f "AloneLZMA.mak". |
|
12 !MESSAGE |
|
13 !MESSAGE You can specify a configuration when running NMAKE |
|
14 !MESSAGE by defining the macro CFG on the command line. For example: |
|
15 !MESSAGE |
|
16 !MESSAGE NMAKE /f "AloneLZMA.mak" CFG="AloneLZMA - Win32 DebugU" |
|
17 !MESSAGE |
|
18 !MESSAGE Possible choices for configuration are: |
|
19 !MESSAGE |
|
20 !MESSAGE "AloneLZMA - Win32 Release" (based on "Win32 (x86) Console Application") |
|
21 !MESSAGE "AloneLZMA - Win32 Debug" (based on "Win32 (x86) Console Application") |
|
22 !MESSAGE "AloneLZMA - Win32 ReleaseU" (based on "Win32 (x86) Console Application") |
|
23 !MESSAGE "AloneLZMA - Win32 DebugU" (based on "Win32 (x86) Console Application") |
|
24 !MESSAGE |
|
25 |
|
26 # Begin Project |
|
27 # PROP AllowPerConfigDependencies 0 |
|
28 # PROP Scc_ProjName "" |
|
29 # PROP Scc_LocalPath "" |
|
30 CPP=cl.exe |
|
31 RSC=rc.exe |
|
32 |
|
33 !IF "$(CFG)" == "AloneLZMA - Win32 Release" |
|
34 |
|
35 # PROP BASE Use_MFC 0 |
|
36 # PROP BASE Use_Debug_Libraries 0 |
|
37 # PROP BASE Output_Dir "Release" |
|
38 # PROP BASE Intermediate_Dir "Release" |
|
39 # PROP BASE Target_Dir "" |
|
40 # PROP Use_MFC 0 |
|
41 # PROP Use_Debug_Libraries 0 |
|
42 # PROP Output_Dir "Release" |
|
43 # PROP Intermediate_Dir "Release" |
|
44 # PROP Ignore_Export_Lib 0 |
|
45 # PROP Target_Dir "" |
|
46 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c |
|
47 # 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 |
|
48 # ADD BASE RSC /l 0x419 /d "NDEBUG" |
|
49 # ADD RSC /l 0x419 /d "NDEBUG" |
|
50 BSC32=bscmake.exe |
|
51 # ADD BASE BSC32 /nologo |
|
52 # ADD BSC32 /nologo |
|
53 LINK32=link.exe |
|
54 # 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 |
|
55 # 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 |
|
56 # SUBTRACT LINK32 /pdb:none |
|
57 |
|
58 !ELSEIF "$(CFG)" == "AloneLZMA - Win32 Debug" |
|
59 |
|
60 # PROP BASE Use_MFC 0 |
|
61 # PROP BASE Use_Debug_Libraries 1 |
|
62 # PROP BASE Output_Dir "Debug" |
|
63 # PROP BASE Intermediate_Dir "Debug" |
|
64 # PROP BASE Target_Dir "" |
|
65 # PROP Use_MFC 0 |
|
66 # PROP Use_Debug_Libraries 1 |
|
67 # PROP Output_Dir "Debug" |
|
68 # PROP Intermediate_Dir "Debug" |
|
69 # PROP Ignore_Export_Lib 0 |
|
70 # PROP Target_Dir "" |
|
71 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c |
|
72 # 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 |
|
73 # ADD BASE RSC /l 0x419 /d "_DEBUG" |
|
74 # ADD RSC /l 0x419 /d "_DEBUG" |
|
75 BSC32=bscmake.exe |
|
76 # ADD BASE BSC32 /nologo |
|
77 # ADD BSC32 /nologo |
|
78 LINK32=link.exe |
|
79 # 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 |
|
80 # 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 |
|
81 |
|
82 !ELSEIF "$(CFG)" == "AloneLZMA - Win32 ReleaseU" |
|
83 |
|
84 # PROP BASE Use_MFC 0 |
|
85 # PROP BASE Use_Debug_Libraries 0 |
|
86 # PROP BASE Output_Dir "ReleaseU" |
|
87 # PROP BASE Intermediate_Dir "ReleaseU" |
|
88 # PROP BASE Ignore_Export_Lib 0 |
|
89 # PROP BASE Target_Dir "" |
|
90 # PROP Use_MFC 0 |
|
91 # PROP Use_Debug_Libraries 0 |
|
92 # PROP Output_Dir "ReleaseU" |
|
93 # PROP Intermediate_Dir "ReleaseU" |
|
94 # PROP Ignore_Export_Lib 0 |
|
95 # PROP Target_Dir "" |
|
96 # 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 |
|
97 # 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 |
|
98 # ADD BASE RSC /l 0x419 /d "NDEBUG" |
|
99 # ADD RSC /l 0x419 /d "NDEBUG" |
|
100 BSC32=bscmake.exe |
|
101 # ADD BASE BSC32 /nologo |
|
102 # ADD BSC32 /nologo |
|
103 LINK32=link.exe |
|
104 # 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 |
|
105 # SUBTRACT BASE LINK32 /pdb:none |
|
106 # 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 |
|
107 # SUBTRACT LINK32 /pdb:none |
|
108 |
|
109 !ELSEIF "$(CFG)" == "AloneLZMA - Win32 DebugU" |
|
110 |
|
111 # PROP BASE Use_MFC 0 |
|
112 # PROP BASE Use_Debug_Libraries 1 |
|
113 # PROP BASE Output_Dir "DebugU" |
|
114 # PROP BASE Intermediate_Dir "DebugU" |
|
115 # PROP BASE Ignore_Export_Lib 0 |
|
116 # PROP BASE Target_Dir "" |
|
117 # PROP Use_MFC 0 |
|
118 # PROP Use_Debug_Libraries 1 |
|
119 # PROP Output_Dir "DebugU" |
|
120 # PROP Intermediate_Dir "DebugU" |
|
121 # PROP Ignore_Export_Lib 0 |
|
122 # PROP Target_Dir "" |
|
123 # 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 |
|
124 # 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 |
|
125 # ADD BASE RSC /l 0x419 /d "_DEBUG" |
|
126 # ADD RSC /l 0x419 /d "_DEBUG" |
|
127 BSC32=bscmake.exe |
|
128 # ADD BASE BSC32 /nologo |
|
129 # ADD BSC32 /nologo |
|
130 LINK32=link.exe |
|
131 # 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 |
|
132 # 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 |
|
133 |
|
134 !ENDIF |
|
135 |
|
136 # Begin Target |
|
137 |
|
138 # Name "AloneLZMA - Win32 Release" |
|
139 # Name "AloneLZMA - Win32 Debug" |
|
140 # Name "AloneLZMA - Win32 ReleaseU" |
|
141 # Name "AloneLZMA - Win32 DebugU" |
|
142 # Begin Group "Spec" |
|
143 |
|
144 # PROP Default_Filter "" |
|
145 # Begin Source File |
|
146 |
|
147 SOURCE=.\StdAfx.cpp |
|
148 # ADD CPP /Yc"StdAfx.h" |
|
149 # End Source File |
|
150 # Begin Source File |
|
151 |
|
152 SOURCE=.\StdAfx.h |
|
153 # End Source File |
|
154 # End Group |
|
155 # Begin Group "Compress" |
|
156 |
|
157 # PROP Default_Filter "" |
|
158 # Begin Group "LZMA" |
|
159 |
|
160 # PROP Default_Filter "" |
|
161 # Begin Source File |
|
162 |
|
163 SOURCE=..\LZMA\LZMA.h |
|
164 # End Source File |
|
165 # Begin Source File |
|
166 |
|
167 SOURCE=..\LZMA\LZMADecoder.cpp |
|
168 # End Source File |
|
169 # Begin Source File |
|
170 |
|
171 SOURCE=..\LZMA\LZMADecoder.h |
|
172 # End Source File |
|
173 # Begin Source File |
|
174 |
|
175 SOURCE=..\LZMA\LZMAEncoder.cpp |
|
176 # End Source File |
|
177 # Begin Source File |
|
178 |
|
179 SOURCE=..\LZMA\LZMAEncoder.h |
|
180 # End Source File |
|
181 # End Group |
|
182 # Begin Group "RangeCoder" |
|
183 |
|
184 # PROP Default_Filter "" |
|
185 # Begin Source File |
|
186 |
|
187 SOURCE=..\RangeCoder\RangeCoder.h |
|
188 # End Source File |
|
189 # Begin Source File |
|
190 |
|
191 SOURCE=..\RangeCoder\RangeCoderBit.cpp |
|
192 # End Source File |
|
193 # Begin Source File |
|
194 |
|
195 SOURCE=..\RangeCoder\RangeCoderBit.h |
|
196 # End Source File |
|
197 # Begin Source File |
|
198 |
|
199 SOURCE=..\RangeCoder\RangeCoderBitTree.h |
|
200 # End Source File |
|
201 # Begin Source File |
|
202 |
|
203 SOURCE=..\RangeCoder\RangeCoderOpt.h |
|
204 # End Source File |
|
205 # End Group |
|
206 # Begin Group "LZ" |
|
207 |
|
208 # PROP Default_Filter "" |
|
209 # Begin Source File |
|
210 |
|
211 SOURCE=..\LZ\LZOutWindow.cpp |
|
212 # End Source File |
|
213 # Begin Source File |
|
214 |
|
215 SOURCE=..\LZ\LZOutWindow.h |
|
216 # End Source File |
|
217 # End Group |
|
218 # End Group |
|
219 # Begin Group "Windows" |
|
220 |
|
221 # PROP Default_Filter "" |
|
222 # Begin Source File |
|
223 |
|
224 SOURCE=..\..\..\Windows\FileIO.cpp |
|
225 # End Source File |
|
226 # Begin Source File |
|
227 |
|
228 SOURCE=..\..\..\Windows\FileIO.h |
|
229 # End Source File |
|
230 # Begin Source File |
|
231 |
|
232 SOURCE=..\..\..\Windows\Synchronization.cpp |
|
233 # End Source File |
|
234 # Begin Source File |
|
235 |
|
236 SOURCE=..\..\..\Windows\Synchronization.h |
|
237 # End Source File |
|
238 # Begin Source File |
|
239 |
|
240 SOURCE=..\..\..\Windows\System.cpp |
|
241 # End Source File |
|
242 # Begin Source File |
|
243 |
|
244 SOURCE=..\..\..\Windows\System.h |
|
245 # End Source File |
|
246 # Begin Source File |
|
247 |
|
248 SOURCE=..\..\..\Windows\Thread.h |
|
249 # End Source File |
|
250 # End Group |
|
251 # Begin Group "Common" |
|
252 |
|
253 # PROP Default_Filter "" |
|
254 # Begin Source File |
|
255 |
|
256 SOURCE=..\..\..\Common\CommandLineParser.cpp |
|
257 # End Source File |
|
258 # Begin Source File |
|
259 |
|
260 SOURCE=..\..\..\Common\CommandLineParser.h |
|
261 # End Source File |
|
262 # Begin Source File |
|
263 |
|
264 SOURCE=..\..\..\Common\CRC.cpp |
|
265 # End Source File |
|
266 # Begin Source File |
|
267 |
|
268 SOURCE=..\..\..\Common\Defs.h |
|
269 # End Source File |
|
270 # Begin Source File |
|
271 |
|
272 SOURCE=..\..\..\Windows\Defs.h |
|
273 # End Source File |
|
274 # Begin Source File |
|
275 |
|
276 SOURCE=..\..\..\Common\IntToString.cpp |
|
277 # End Source File |
|
278 # Begin Source File |
|
279 |
|
280 SOURCE=..\..\..\Common\IntToString.h |
|
281 # End Source File |
|
282 # Begin Source File |
|
283 |
|
284 SOURCE=..\..\..\Common\MyCom.h |
|
285 # End Source File |
|
286 # Begin Source File |
|
287 |
|
288 SOURCE=..\..\..\Common\MyString.cpp |
|
289 # End Source File |
|
290 # Begin Source File |
|
291 |
|
292 SOURCE=..\..\..\Common\MyString.h |
|
293 # End Source File |
|
294 # Begin Source File |
|
295 |
|
296 SOURCE=..\..\..\Common\MyVector.cpp |
|
297 # End Source File |
|
298 # Begin Source File |
|
299 |
|
300 SOURCE=..\..\..\Common\MyVector.h |
|
301 # End Source File |
|
302 # Begin Source File |
|
303 |
|
304 SOURCE=..\..\..\Common\MyWindows.h |
|
305 # End Source File |
|
306 # Begin Source File |
|
307 |
|
308 SOURCE=..\..\..\Common\NewHandler.cpp |
|
309 # End Source File |
|
310 # Begin Source File |
|
311 |
|
312 SOURCE=..\..\..\Common\NewHandler.h |
|
313 # End Source File |
|
314 # Begin Source File |
|
315 |
|
316 SOURCE=..\..\..\Common\StringConvert.cpp |
|
317 # End Source File |
|
318 # Begin Source File |
|
319 |
|
320 SOURCE=..\..\..\Common\StringConvert.h |
|
321 # End Source File |
|
322 # Begin Source File |
|
323 |
|
324 SOURCE=..\..\..\Common\StringToInt.cpp |
|
325 # End Source File |
|
326 # Begin Source File |
|
327 |
|
328 SOURCE=..\..\..\Common\StringToInt.h |
|
329 # End Source File |
|
330 # Begin Source File |
|
331 |
|
332 SOURCE=..\..\..\Common\Types.h |
|
333 # End Source File |
|
334 # End Group |
|
335 # Begin Group "7zip Common" |
|
336 |
|
337 # PROP Default_Filter "" |
|
338 # Begin Source File |
|
339 |
|
340 SOURCE=..\..\Common\FileStreams.cpp |
|
341 # End Source File |
|
342 # Begin Source File |
|
343 |
|
344 SOURCE=..\..\Common\FileStreams.h |
|
345 # End Source File |
|
346 # Begin Source File |
|
347 |
|
348 SOURCE=..\..\Common\InBuffer.cpp |
|
349 # End Source File |
|
350 # Begin Source File |
|
351 |
|
352 SOURCE=..\..\Common\InBuffer.h |
|
353 # End Source File |
|
354 # Begin Source File |
|
355 |
|
356 SOURCE=..\..\Common\OutBuffer.cpp |
|
357 # End Source File |
|
358 # Begin Source File |
|
359 |
|
360 SOURCE=..\..\Common\OutBuffer.h |
|
361 # End Source File |
|
362 # Begin Source File |
|
363 |
|
364 SOURCE=..\..\Common\StreamUtils.cpp |
|
365 # End Source File |
|
366 # Begin Source File |
|
367 |
|
368 SOURCE=..\..\Common\StreamUtils.h |
|
369 # End Source File |
|
370 # End Group |
|
371 # Begin Group "C" |
|
372 |
|
373 # PROP Default_Filter "" |
|
374 # Begin Group "C-Lz" |
|
375 |
|
376 # PROP Default_Filter "" |
|
377 # Begin Source File |
|
378 |
|
379 SOURCE=..\..\..\..\C\Compress\Lz\MatchFinder.c |
|
380 # SUBTRACT CPP /YX /Yc /Yu |
|
381 # End Source File |
|
382 # Begin Source File |
|
383 |
|
384 SOURCE=..\..\..\..\C\Compress\Lz\MatchFinder.h |
|
385 # End Source File |
|
386 # Begin Source File |
|
387 |
|
388 SOURCE=..\..\..\..\C\Compress\Lz\MatchFinderMt.c |
|
389 # SUBTRACT CPP /YX /Yc /Yu |
|
390 # End Source File |
|
391 # Begin Source File |
|
392 |
|
393 SOURCE=..\..\..\..\C\Compress\Lz\MatchFinderMt.h |
|
394 # End Source File |
|
395 # Begin Source File |
|
396 |
|
397 SOURCE=..\..\..\..\C\Threads.c |
|
398 # SUBTRACT CPP /YX /Yc /Yu |
|
399 # End Source File |
|
400 # Begin Source File |
|
401 |
|
402 SOURCE=..\..\..\..\C\Threads.h |
|
403 # End Source File |
|
404 # End Group |
|
405 # Begin Group "LZMA_C" |
|
406 |
|
407 # PROP Default_Filter "" |
|
408 # Begin Source File |
|
409 |
|
410 SOURCE=..\..\..\..\C\Compress\Lzma\LzmaDecode.c |
|
411 # SUBTRACT CPP /YX /Yc /Yu |
|
412 # End Source File |
|
413 # Begin Source File |
|
414 |
|
415 SOURCE=..\..\..\..\C\Compress\Lzma\LzmaDecode.h |
|
416 # End Source File |
|
417 # Begin Source File |
|
418 |
|
419 SOURCE=..\..\..\..\C\Compress\Lzma\LzmaTypes.h |
|
420 # End Source File |
|
421 # End Group |
|
422 # Begin Group "Branch" |
|
423 |
|
424 # PROP Default_Filter "" |
|
425 # Begin Source File |
|
426 |
|
427 SOURCE=..\..\..\..\C\Compress\Branch\BranchTypes.h |
|
428 # End Source File |
|
429 # Begin Source File |
|
430 |
|
431 SOURCE=..\..\..\..\C\Compress\Branch\BranchX86.c |
|
432 # SUBTRACT CPP /YX /Yc /Yu |
|
433 # End Source File |
|
434 # Begin Source File |
|
435 |
|
436 SOURCE=..\..\..\..\C\Compress\Branch\BranchX86.h |
|
437 # End Source File |
|
438 # End Group |
|
439 # Begin Source File |
|
440 |
|
441 SOURCE=..\..\..\..\C\7zCrc.c |
|
442 # SUBTRACT CPP /YX /Yc /Yu |
|
443 # End Source File |
|
444 # Begin Source File |
|
445 |
|
446 SOURCE=..\..\..\..\C\7zCrc.h |
|
447 # End Source File |
|
448 # Begin Source File |
|
449 |
|
450 SOURCE=..\..\..\..\C\Alloc.c |
|
451 # SUBTRACT CPP /YX /Yc /Yu |
|
452 # End Source File |
|
453 # Begin Source File |
|
454 |
|
455 SOURCE=..\..\..\..\C\Alloc.h |
|
456 # End Source File |
|
457 # Begin Source File |
|
458 |
|
459 SOURCE=..\..\..\..\C\Types.h |
|
460 # End Source File |
|
461 # End Group |
|
462 # Begin Source File |
|
463 |
|
464 SOURCE=..\..\ICoder.h |
|
465 # End Source File |
|
466 # Begin Source File |
|
467 |
|
468 SOURCE=.\LzmaAlone.cpp |
|
469 # End Source File |
|
470 # Begin Source File |
|
471 |
|
472 SOURCE=.\LzmaBench.cpp |
|
473 # End Source File |
|
474 # Begin Source File |
|
475 |
|
476 SOURCE=.\LzmaBench.h |
|
477 # End Source File |
|
478 # Begin Source File |
|
479 |
|
480 SOURCE=.\LzmaBenchCon.cpp |
|
481 # End Source File |
|
482 # Begin Source File |
|
483 |
|
484 SOURCE=.\LzmaBenchCon.h |
|
485 # End Source File |
|
486 # Begin Source File |
|
487 |
|
488 SOURCE=.\LzmaRam.cpp |
|
489 # End Source File |
|
490 # Begin Source File |
|
491 |
|
492 SOURCE=.\LzmaRam.h |
|
493 # End Source File |
|
494 # Begin Source File |
|
495 |
|
496 SOURCE=.\LzmaRamDecode.c |
|
497 # SUBTRACT CPP /YX /Yc /Yu |
|
498 # End Source File |
|
499 # Begin Source File |
|
500 |
|
501 SOURCE=.\LzmaRamDecode.h |
|
502 # End Source File |
|
503 # End Target |
|
504 # End Project |
|