diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp | 803 |
1 files changed, 803 insertions, 0 deletions
diff --git a/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp b/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp new file mode 100644 index 0000000..754cc0e --- /dev/null +++ b/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp | |||
@@ -0,0 +1,803 @@ | |||
1 | # Microsoft Developer Studio Project File - Name="SFXSetup" - Package Owner=<4> | ||
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | ||
3 | # ** DO NOT EDIT ** | ||
4 | |||
5 | # TARGTYPE "Win32 (x86) Application" 0x0101 | ||
6 | |||
7 | CFG=SFXSetup - Win32 Debug | ||
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 "SFXSetup.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 "SFXSetup.mak" CFG="SFXSetup - Win32 Debug" | ||
17 | !MESSAGE | ||
18 | !MESSAGE Possible choices for configuration are: | ||
19 | !MESSAGE | ||
20 | !MESSAGE "SFXSetup - Win32 Release" (based on "Win32 (x86) Application") | ||
21 | !MESSAGE "SFXSetup - Win32 Debug" (based on "Win32 (x86) Application") | ||
22 | !MESSAGE "SFXSetup - Win32 ReleaseD" (based on "Win32 (x86) Application") | ||
23 | !MESSAGE | ||
24 | |||
25 | # Begin Project | ||
26 | # PROP AllowPerConfigDependencies 0 | ||
27 | # PROP Scc_ProjName "" | ||
28 | # PROP Scc_LocalPath "" | ||
29 | CPP=cl.exe | ||
30 | MTL=midl.exe | ||
31 | RSC=rc.exe | ||
32 | |||
33 | !IF "$(CFG)" == "SFXSetup - 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 "_WINDOWS" /D "_MBCS" /YX /FD /c | ||
47 | # ADD CPP /nologo /Gz /MT /W4 /WX /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "NO_REGISTRY" /D "_SFX" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /c | ||
48 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | ||
49 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | ||
50 | # ADD BASE RSC /l 0x419 /d "NDEBUG" | ||
51 | # ADD RSC /l 0x419 /d "NDEBUG" | ||
52 | BSC32=bscmake.exe | ||
53 | # ADD BASE BSC32 /nologo | ||
54 | # ADD BSC32 /nologo | ||
55 | LINK32=link.exe | ||
56 | # 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:windows /machine:I386 | ||
57 | # ADD LINK32 comctl32.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:windows /machine:I386 /out:"C:\Util\7zS.sfx" /opt:NOWIN98 | ||
58 | # SUBTRACT LINK32 /pdb:none | ||
59 | |||
60 | !ELSEIF "$(CFG)" == "SFXSetup - Win32 Debug" | ||
61 | |||
62 | # PROP BASE Use_MFC 0 | ||
63 | # PROP BASE Use_Debug_Libraries 1 | ||
64 | # PROP BASE Output_Dir "Debug" | ||
65 | # PROP BASE Intermediate_Dir "Debug" | ||
66 | # PROP BASE Target_Dir "" | ||
67 | # PROP Use_MFC 0 | ||
68 | # PROP Use_Debug_Libraries 1 | ||
69 | # PROP Output_Dir "Debug" | ||
70 | # PROP Intermediate_Dir "Debug" | ||
71 | # PROP Ignore_Export_Lib 0 | ||
72 | # PROP Target_Dir "" | ||
73 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c | ||
74 | # ADD CPP /nologo /Gz /MTd /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "NO_REGISTRY" /D "_SFX" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /GZ /c | ||
75 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | ||
76 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | ||
77 | # ADD BASE RSC /l 0x419 /d "_DEBUG" | ||
78 | # ADD RSC /l 0x419 /d "_DEBUG" | ||
79 | BSC32=bscmake.exe | ||
80 | # ADD BASE BSC32 /nologo | ||
81 | # ADD BSC32 /nologo | ||
82 | LINK32=link.exe | ||
83 | # 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:windows /debug /machine:I386 /pdbtype:sept | ||
84 | # 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 comctl32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"C:\UTIL\7zSfxS.exe" /pdbtype:sept | ||
85 | |||
86 | !ELSEIF "$(CFG)" == "SFXSetup - Win32 ReleaseD" | ||
87 | |||
88 | # PROP BASE Use_MFC 0 | ||
89 | # PROP BASE Use_Debug_Libraries 0 | ||
90 | # PROP BASE Output_Dir "ReleaseD" | ||
91 | # PROP BASE Intermediate_Dir "ReleaseD" | ||
92 | # PROP BASE Ignore_Export_Lib 0 | ||
93 | # PROP BASE Target_Dir "" | ||
94 | # PROP Use_MFC 0 | ||
95 | # PROP Use_Debug_Libraries 0 | ||
96 | # PROP Output_Dir "ReleaseD" | ||
97 | # PROP Intermediate_Dir "ReleaseD" | ||
98 | # PROP Ignore_Export_Lib 0 | ||
99 | # PROP Target_Dir "" | ||
100 | # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "_SFX" /Yu"StdAfx.h" /FD /c | ||
101 | # ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "NO_REGISTRY" /D "_SFX" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /c | ||
102 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | ||
103 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | ||
104 | # ADD BASE RSC /l 0x419 /d "NDEBUG" | ||
105 | # ADD RSC /l 0x419 /d "NDEBUG" | ||
106 | BSC32=bscmake.exe | ||
107 | # ADD BASE BSC32 /nologo | ||
108 | # ADD BSC32 /nologo | ||
109 | LINK32=link.exe | ||
110 | # ADD BASE LINK32 comctl32.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:windows /machine:I386 /out:"C:\UTIL\7zWinSR.exe" | ||
111 | # SUBTRACT BASE LINK32 /debug /nodefaultlib | ||
112 | # ADD LINK32 comctl32.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:windows /machine:I386 /out:"C:\Util\7zSD.sfx" /opt:NOWIN98 | ||
113 | # SUBTRACT LINK32 /pdb:none | ||
114 | |||
115 | !ENDIF | ||
116 | |||
117 | # Begin Target | ||
118 | |||
119 | # Name "SFXSetup - Win32 Release" | ||
120 | # Name "SFXSetup - Win32 Debug" | ||
121 | # Name "SFXSetup - Win32 ReleaseD" | ||
122 | # Begin Group "Spec" | ||
123 | |||
124 | # PROP Default_Filter "" | ||
125 | # Begin Source File | ||
126 | |||
127 | SOURCE=.\resource.rc | ||
128 | # End Source File | ||
129 | # Begin Source File | ||
130 | |||
131 | SOURCE=.\StdAfx.cpp | ||
132 | # ADD CPP /Yc"StdAfx.h" | ||
133 | # End Source File | ||
134 | # Begin Source File | ||
135 | |||
136 | SOURCE=.\StdAfx.h | ||
137 | # End Source File | ||
138 | # End Group | ||
139 | # Begin Group "Interface" | ||
140 | |||
141 | # PROP Default_Filter "" | ||
142 | # End Group | ||
143 | # Begin Group "7z" | ||
144 | |||
145 | # PROP Default_Filter "" | ||
146 | # Begin Source File | ||
147 | |||
148 | SOURCE=..\..\Archive\7z\7zDecode.cpp | ||
149 | # End Source File | ||
150 | # Begin Source File | ||
151 | |||
152 | SOURCE=..\..\Archive\7z\7zDecode.h | ||
153 | # End Source File | ||
154 | # Begin Source File | ||
155 | |||
156 | SOURCE=..\..\Archive\7z\7zExtract.cpp | ||
157 | # End Source File | ||
158 | # Begin Source File | ||
159 | |||
160 | SOURCE=..\..\Archive\7z\7zHandler.cpp | ||
161 | # End Source File | ||
162 | # Begin Source File | ||
163 | |||
164 | SOURCE=..\..\Archive\7z\7zHandler.h | ||
165 | # End Source File | ||
166 | # Begin Source File | ||
167 | |||
168 | SOURCE=..\..\Archive\7z\7zHeader.h | ||
169 | # End Source File | ||
170 | # Begin Source File | ||
171 | |||
172 | SOURCE=..\..\Archive\7z\7zIn.cpp | ||
173 | # End Source File | ||
174 | # Begin Source File | ||
175 | |||
176 | SOURCE=..\..\Archive\7z\7zIn.h | ||
177 | # End Source File | ||
178 | # Begin Source File | ||
179 | |||
180 | SOURCE=..\..\Archive\7z\7zItem.h | ||
181 | # End Source File | ||
182 | # Begin Source File | ||
183 | |||
184 | SOURCE=..\..\Archive\7z\7zRegister.cpp | ||
185 | # End Source File | ||
186 | # End Group | ||
187 | # Begin Group "Archive Common" | ||
188 | |||
189 | # PROP Default_Filter "" | ||
190 | # Begin Source File | ||
191 | |||
192 | SOURCE=..\..\Archive\Common\CoderMixer2.cpp | ||
193 | # End Source File | ||
194 | # Begin Source File | ||
195 | |||
196 | SOURCE=..\..\Archive\Common\CoderMixer2.h | ||
197 | # End Source File | ||
198 | # Begin Source File | ||
199 | |||
200 | SOURCE=..\..\Archive\Common\ItemNameUtils.cpp | ||
201 | # End Source File | ||
202 | # Begin Source File | ||
203 | |||
204 | SOURCE=..\..\Archive\Common\ItemNameUtils.h | ||
205 | # End Source File | ||
206 | # Begin Source File | ||
207 | |||
208 | SOURCE=..\..\Archive\Common\OutStreamWithCRC.cpp | ||
209 | # End Source File | ||
210 | # Begin Source File | ||
211 | |||
212 | SOURCE=..\..\Archive\Common\OutStreamWithCRC.h | ||
213 | # End Source File | ||
214 | # End Group | ||
215 | # Begin Group "Compress" | ||
216 | |||
217 | # PROP Default_Filter "" | ||
218 | # Begin Source File | ||
219 | |||
220 | SOURCE=..\..\Compress\Bcj2Coder.cpp | ||
221 | # End Source File | ||
222 | # Begin Source File | ||
223 | |||
224 | SOURCE=..\..\Compress\Bcj2Register.cpp | ||
225 | # End Source File | ||
226 | # Begin Source File | ||
227 | |||
228 | SOURCE=..\..\Compress\BcjCoder.cpp | ||
229 | # End Source File | ||
230 | # Begin Source File | ||
231 | |||
232 | SOURCE=..\..\Compress\BcjRegister.cpp | ||
233 | # End Source File | ||
234 | # Begin Source File | ||
235 | |||
236 | SOURCE=..\..\Compress\BranchMisc.cpp | ||
237 | # End Source File | ||
238 | # Begin Source File | ||
239 | |||
240 | SOURCE=..\..\Compress\BranchMisc.h | ||
241 | # End Source File | ||
242 | # Begin Source File | ||
243 | |||
244 | SOURCE=..\..\Compress\BranchRegister.cpp | ||
245 | # End Source File | ||
246 | # Begin Source File | ||
247 | |||
248 | SOURCE=..\..\Compress\CopyCoder.cpp | ||
249 | # End Source File | ||
250 | # Begin Source File | ||
251 | |||
252 | SOURCE=..\..\Compress\CopyRegister.cpp | ||
253 | # End Source File | ||
254 | # Begin Source File | ||
255 | |||
256 | SOURCE=..\..\Compress\DeltaFilter.cpp | ||
257 | # End Source File | ||
258 | # Begin Source File | ||
259 | |||
260 | SOURCE=..\..\Compress\Lzma2Decoder.cpp | ||
261 | # End Source File | ||
262 | # Begin Source File | ||
263 | |||
264 | SOURCE=..\..\Compress\Lzma2Decoder.h | ||
265 | # End Source File | ||
266 | # Begin Source File | ||
267 | |||
268 | SOURCE=..\..\Compress\Lzma2Register.cpp | ||
269 | # End Source File | ||
270 | # Begin Source File | ||
271 | |||
272 | SOURCE=..\..\Compress\LzmaDecoder.cpp | ||
273 | # End Source File | ||
274 | # Begin Source File | ||
275 | |||
276 | SOURCE=..\..\Compress\LzmaRegister.cpp | ||
277 | # End Source File | ||
278 | # End Group | ||
279 | # Begin Group "Common" | ||
280 | |||
281 | # PROP Default_Filter "" | ||
282 | # Begin Source File | ||
283 | |||
284 | SOURCE=..\..\..\Common\CommandLineParser.cpp | ||
285 | # End Source File | ||
286 | # Begin Source File | ||
287 | |||
288 | SOURCE=..\..\..\Common\CommandLineParser.h | ||
289 | # End Source File | ||
290 | # Begin Source File | ||
291 | |||
292 | SOURCE=..\..\..\Common\CRC.cpp | ||
293 | # End Source File | ||
294 | # Begin Source File | ||
295 | |||
296 | SOURCE=..\..\..\Common\CRC.h | ||
297 | # End Source File | ||
298 | # Begin Source File | ||
299 | |||
300 | SOURCE=..\..\..\Common\IntToString.cpp | ||
301 | # End Source File | ||
302 | # Begin Source File | ||
303 | |||
304 | SOURCE=..\..\..\Common\IntToString.h | ||
305 | # End Source File | ||
306 | # Begin Source File | ||
307 | |||
308 | SOURCE=..\..\..\Common\MyString.cpp | ||
309 | # End Source File | ||
310 | # Begin Source File | ||
311 | |||
312 | SOURCE=..\..\..\Common\MyString.h | ||
313 | # End Source File | ||
314 | # Begin Source File | ||
315 | |||
316 | SOURCE=..\..\..\Common\MyVector.cpp | ||
317 | # End Source File | ||
318 | # Begin Source File | ||
319 | |||
320 | SOURCE=..\..\..\Common\MyVector.h | ||
321 | # End Source File | ||
322 | # Begin Source File | ||
323 | |||
324 | SOURCE=..\..\..\Common\NewHandler.cpp | ||
325 | # End Source File | ||
326 | # Begin Source File | ||
327 | |||
328 | SOURCE=..\..\..\Common\NewHandler.h | ||
329 | # End Source File | ||
330 | # Begin Source File | ||
331 | |||
332 | SOURCE=..\..\..\Common\StringConvert.cpp | ||
333 | # End Source File | ||
334 | # Begin Source File | ||
335 | |||
336 | SOURCE=..\..\..\Common\StringConvert.h | ||
337 | # End Source File | ||
338 | # Begin Source File | ||
339 | |||
340 | SOURCE=..\..\..\Common\TextConfig.cpp | ||
341 | # End Source File | ||
342 | # Begin Source File | ||
343 | |||
344 | SOURCE=..\..\..\Common\TextConfig.h | ||
345 | # End Source File | ||
346 | # Begin Source File | ||
347 | |||
348 | SOURCE=..\..\..\Common\UTFConvert.cpp | ||
349 | # End Source File | ||
350 | # Begin Source File | ||
351 | |||
352 | SOURCE=..\..\..\Common\UTFConvert.h | ||
353 | # End Source File | ||
354 | # Begin Source File | ||
355 | |||
356 | SOURCE=..\..\..\Common\Wildcard.cpp | ||
357 | # End Source File | ||
358 | # Begin Source File | ||
359 | |||
360 | SOURCE=..\..\..\Common\Wildcard.h | ||
361 | # End Source File | ||
362 | # End Group | ||
363 | # Begin Group "Windows" | ||
364 | |||
365 | # PROP Default_Filter "" | ||
366 | # Begin Group "Control" | ||
367 | |||
368 | # PROP Default_Filter "" | ||
369 | # Begin Source File | ||
370 | |||
371 | SOURCE=..\..\..\Windows\Control\Dialog.cpp | ||
372 | # End Source File | ||
373 | # Begin Source File | ||
374 | |||
375 | SOURCE=..\..\..\Windows\Control\Dialog.h | ||
376 | # End Source File | ||
377 | # End Group | ||
378 | # Begin Source File | ||
379 | |||
380 | SOURCE=..\..\..\Windows\DLL.cpp | ||
381 | # End Source File | ||
382 | # Begin Source File | ||
383 | |||
384 | SOURCE=..\..\..\Windows\DLL.h | ||
385 | # End Source File | ||
386 | # Begin Source File | ||
387 | |||
388 | SOURCE=..\..\..\Windows\ErrorMsg.cpp | ||
389 | # End Source File | ||
390 | # Begin Source File | ||
391 | |||
392 | SOURCE=..\..\..\Windows\ErrorMsg.h | ||
393 | # End Source File | ||
394 | # Begin Source File | ||
395 | |||
396 | SOURCE=..\..\..\Windows\FileDir.cpp | ||
397 | # End Source File | ||
398 | # Begin Source File | ||
399 | |||
400 | SOURCE=..\..\..\Windows\FileDir.h | ||
401 | # End Source File | ||
402 | # Begin Source File | ||
403 | |||
404 | SOURCE=..\..\..\Windows\FileFind.cpp | ||
405 | # End Source File | ||
406 | # Begin Source File | ||
407 | |||
408 | SOURCE=..\..\..\Windows\FileFind.h | ||
409 | # End Source File | ||
410 | # Begin Source File | ||
411 | |||
412 | SOURCE=..\..\..\Windows\FileIO.cpp | ||
413 | # End Source File | ||
414 | # Begin Source File | ||
415 | |||
416 | SOURCE=..\..\..\Windows\FileIO.h | ||
417 | # End Source File | ||
418 | # Begin Source File | ||
419 | |||
420 | SOURCE=..\..\..\Windows\FileName.cpp | ||
421 | # End Source File | ||
422 | # Begin Source File | ||
423 | |||
424 | SOURCE=..\..\..\Windows\FileName.h | ||
425 | # End Source File | ||
426 | # Begin Source File | ||
427 | |||
428 | SOURCE=..\..\..\Windows\PropVariant.cpp | ||
429 | # End Source File | ||
430 | # Begin Source File | ||
431 | |||
432 | SOURCE=..\..\..\Windows\PropVariant.h | ||
433 | # End Source File | ||
434 | # Begin Source File | ||
435 | |||
436 | SOURCE=..\..\..\Windows\ResourceString.cpp | ||
437 | # End Source File | ||
438 | # Begin Source File | ||
439 | |||
440 | SOURCE=..\..\..\Windows\ResourceString.h | ||
441 | # End Source File | ||
442 | # Begin Source File | ||
443 | |||
444 | SOURCE=..\..\..\Windows\Synchronization.cpp | ||
445 | # End Source File | ||
446 | # Begin Source File | ||
447 | |||
448 | SOURCE=..\..\..\Windows\Synchronization.h | ||
449 | # End Source File | ||
450 | # Begin Source File | ||
451 | |||
452 | SOURCE=..\..\..\Windows\System.cpp | ||
453 | # End Source File | ||
454 | # Begin Source File | ||
455 | |||
456 | SOURCE=..\..\..\Windows\System.h | ||
457 | # End Source File | ||
458 | # Begin Source File | ||
459 | |||
460 | SOURCE=..\..\..\Windows\Window.cpp | ||
461 | # End Source File | ||
462 | # Begin Source File | ||
463 | |||
464 | SOURCE=..\..\..\Windows\Window.h | ||
465 | # End Source File | ||
466 | # End Group | ||
467 | # Begin Group "7z Common" | ||
468 | |||
469 | # PROP Default_Filter "" | ||
470 | # Begin Source File | ||
471 | |||
472 | SOURCE=..\..\Common\CreateCoder.cpp | ||
473 | # End Source File | ||
474 | # Begin Source File | ||
475 | |||
476 | SOURCE=..\..\Common\CreateCoder.h | ||
477 | # End Source File | ||
478 | # Begin Source File | ||
479 | |||
480 | SOURCE=..\..\Common\CWrappers.cpp | ||
481 | # End Source File | ||
482 | # Begin Source File | ||
483 | |||
484 | SOURCE=..\..\Common\CWrappers.h | ||
485 | # End Source File | ||
486 | # Begin Source File | ||
487 | |||
488 | SOURCE=..\..\Common\FileStreams.cpp | ||
489 | # End Source File | ||
490 | # Begin Source File | ||
491 | |||
492 | SOURCE=..\..\Common\FileStreams.h | ||
493 | # End Source File | ||
494 | # Begin Source File | ||
495 | |||
496 | SOURCE=..\..\Common\FilterCoder.cpp | ||
497 | # End Source File | ||
498 | # Begin Source File | ||
499 | |||
500 | SOURCE=..\..\Common\FilterCoder.h | ||
501 | # End Source File | ||
502 | # Begin Source File | ||
503 | |||
504 | SOURCE=..\..\Common\InBuffer.cpp | ||
505 | # End Source File | ||
506 | # Begin Source File | ||
507 | |||
508 | SOURCE=..\..\Common\InBuffer.h | ||
509 | # End Source File | ||
510 | # Begin Source File | ||
511 | |||
512 | SOURCE=..\..\Common\LimitedStreams.cpp | ||
513 | # End Source File | ||
514 | # Begin Source File | ||
515 | |||
516 | SOURCE=..\..\Common\LimitedStreams.h | ||
517 | # End Source File | ||
518 | # Begin Source File | ||
519 | |||
520 | SOURCE=..\..\Common\OutBuffer.cpp | ||
521 | # End Source File | ||
522 | # Begin Source File | ||
523 | |||
524 | SOURCE=..\..\Common\OutBuffer.h | ||
525 | # End Source File | ||
526 | # Begin Source File | ||
527 | |||
528 | SOURCE=..\..\Common\ProgressUtils.cpp | ||
529 | # End Source File | ||
530 | # Begin Source File | ||
531 | |||
532 | SOURCE=..\..\Common\ProgressUtils.h | ||
533 | # End Source File | ||
534 | # Begin Source File | ||
535 | |||
536 | SOURCE=..\..\Common\PropId.cpp | ||
537 | # End Source File | ||
538 | # Begin Source File | ||
539 | |||
540 | SOURCE=..\..\Common\StreamBinder.cpp | ||
541 | # End Source File | ||
542 | # Begin Source File | ||
543 | |||
544 | SOURCE=..\..\Common\StreamBinder.h | ||
545 | # End Source File | ||
546 | # Begin Source File | ||
547 | |||
548 | SOURCE=..\..\Common\StreamObjects.cpp | ||
549 | # End Source File | ||
550 | # Begin Source File | ||
551 | |||
552 | SOURCE=..\..\Common\StreamObjects.h | ||
553 | # End Source File | ||
554 | # Begin Source File | ||
555 | |||
556 | SOURCE=..\..\Common\StreamUtils.cpp | ||
557 | # End Source File | ||
558 | # Begin Source File | ||
559 | |||
560 | SOURCE=..\..\Common\StreamUtils.h | ||
561 | # End Source File | ||
562 | # Begin Source File | ||
563 | |||
564 | SOURCE=..\..\Common\VirtThread.cpp | ||
565 | # End Source File | ||
566 | # Begin Source File | ||
567 | |||
568 | SOURCE=..\..\Common\VirtThread.h | ||
569 | # End Source File | ||
570 | # End Group | ||
571 | # Begin Group "UI" | ||
572 | |||
573 | # PROP Default_Filter "" | ||
574 | # Begin Group "Explorer" | ||
575 | |||
576 | # PROP Default_Filter "" | ||
577 | # Begin Source File | ||
578 | |||
579 | SOURCE=..\..\UI\Explorer\MyMessages.cpp | ||
580 | # End Source File | ||
581 | # Begin Source File | ||
582 | |||
583 | SOURCE=..\..\UI\Explorer\MyMessages.h | ||
584 | # End Source File | ||
585 | # End Group | ||
586 | # Begin Group "UI Common" | ||
587 | |||
588 | # PROP Default_Filter "" | ||
589 | # Begin Source File | ||
590 | |||
591 | SOURCE=..\..\UI\Common\ArchiveOpenCallback.cpp | ||
592 | # End Source File | ||
593 | # Begin Source File | ||
594 | |||
595 | SOURCE=..\..\UI\Common\ArchiveOpenCallback.h | ||
596 | # End Source File | ||
597 | # Begin Source File | ||
598 | |||
599 | SOURCE=..\..\UI\Common\DefaultName.cpp | ||
600 | # End Source File | ||
601 | # Begin Source File | ||
602 | |||
603 | SOURCE=..\..\UI\Common\DefaultName.h | ||
604 | # End Source File | ||
605 | # Begin Source File | ||
606 | |||
607 | SOURCE=..\..\UI\Common\ExtractMode.h | ||
608 | # End Source File | ||
609 | # Begin Source File | ||
610 | |||
611 | SOURCE=..\..\UI\Common\LoadCodecs.cpp | ||
612 | # End Source File | ||
613 | # Begin Source File | ||
614 | |||
615 | SOURCE=..\..\UI\Common\LoadCodecs.h | ||
616 | # End Source File | ||
617 | # Begin Source File | ||
618 | |||
619 | SOURCE=..\..\UI\Common\OpenArchive.cpp | ||
620 | # End Source File | ||
621 | # Begin Source File | ||
622 | |||
623 | SOURCE=..\..\UI\Common\OpenArchive.h | ||
624 | # End Source File | ||
625 | # End Group | ||
626 | # End Group | ||
627 | # Begin Group "File Manager" | ||
628 | |||
629 | # PROP Default_Filter "" | ||
630 | # Begin Source File | ||
631 | |||
632 | SOURCE=..\..\UI\FileManager\FormatUtils.cpp | ||
633 | # End Source File | ||
634 | # Begin Source File | ||
635 | |||
636 | SOURCE=..\..\UI\FileManager\FormatUtils.h | ||
637 | # End Source File | ||
638 | # Begin Source File | ||
639 | |||
640 | SOURCE=..\..\UI\FileManager\LangUtils.h | ||
641 | # End Source File | ||
642 | # Begin Source File | ||
643 | |||
644 | SOURCE=..\..\UI\FileManager\ProgressDialog.cpp | ||
645 | # End Source File | ||
646 | # Begin Source File | ||
647 | |||
648 | SOURCE=..\..\UI\FileManager\ProgressDialog.h | ||
649 | # End Source File | ||
650 | # End Group | ||
651 | # Begin Group "C" | ||
652 | |||
653 | # PROP Default_Filter "" | ||
654 | # Begin Source File | ||
655 | |||
656 | SOURCE=..\..\..\..\C\7zCrc.c | ||
657 | # SUBTRACT CPP /YX /Yc /Yu | ||
658 | # End Source File | ||
659 | # Begin Source File | ||
660 | |||
661 | SOURCE=..\..\..\..\C\7zCrc.h | ||
662 | # End Source File | ||
663 | # Begin Source File | ||
664 | |||
665 | SOURCE=..\..\..\..\C\7zCrcOpt.c | ||
666 | # SUBTRACT CPP /YX /Yc /Yu | ||
667 | # End Source File | ||
668 | # Begin Source File | ||
669 | |||
670 | SOURCE=..\..\..\..\C\Alloc.c | ||
671 | # SUBTRACT CPP /YX /Yc /Yu | ||
672 | # End Source File | ||
673 | # Begin Source File | ||
674 | |||
675 | SOURCE=..\..\..\..\C\Alloc.h | ||
676 | # End Source File | ||
677 | # Begin Source File | ||
678 | |||
679 | SOURCE=..\..\..\..\C\Bcj2.c | ||
680 | # SUBTRACT CPP /YX /Yc /Yu | ||
681 | # End Source File | ||
682 | # Begin Source File | ||
683 | |||
684 | SOURCE=..\..\..\..\C\Bcj2.h | ||
685 | # End Source File | ||
686 | # Begin Source File | ||
687 | |||
688 | SOURCE=..\..\..\..\C\Bra.c | ||
689 | # SUBTRACT CPP /YX /Yc /Yu | ||
690 | # End Source File | ||
691 | # Begin Source File | ||
692 | |||
693 | SOURCE=..\..\..\..\C\Bra.h | ||
694 | # End Source File | ||
695 | # Begin Source File | ||
696 | |||
697 | SOURCE=..\..\..\..\C\Bra86.c | ||
698 | # SUBTRACT CPP /YX /Yc /Yu | ||
699 | # End Source File | ||
700 | # Begin Source File | ||
701 | |||
702 | SOURCE=..\..\..\..\C\BraIA64.c | ||
703 | # SUBTRACT CPP /YX /Yc /Yu | ||
704 | # End Source File | ||
705 | # Begin Source File | ||
706 | |||
707 | SOURCE=..\..\..\..\C\CpuArch.c | ||
708 | # SUBTRACT CPP /YX /Yc /Yu | ||
709 | # End Source File | ||
710 | # Begin Source File | ||
711 | |||
712 | SOURCE=..\..\..\..\C\CpuArch.h | ||
713 | # End Source File | ||
714 | # Begin Source File | ||
715 | |||
716 | SOURCE=..\..\..\..\C\Delta.c | ||
717 | # SUBTRACT CPP /YX /Yc /Yu | ||
718 | # End Source File | ||
719 | # Begin Source File | ||
720 | |||
721 | SOURCE=..\..\..\..\C\Delta.h | ||
722 | # End Source File | ||
723 | # Begin Source File | ||
724 | |||
725 | SOURCE=..\..\..\..\C\DllSecur.c | ||
726 | # SUBTRACT CPP /YX /Yc /Yu | ||
727 | # End Source File | ||
728 | # Begin Source File | ||
729 | |||
730 | SOURCE=..\..\..\..\C\DllSecur.h | ||
731 | # End Source File | ||
732 | # Begin Source File | ||
733 | |||
734 | SOURCE=..\..\..\..\C\Lzma2Dec.c | ||
735 | # SUBTRACT CPP /YX /Yc /Yu | ||
736 | # End Source File | ||
737 | # Begin Source File | ||
738 | |||
739 | SOURCE=..\..\..\..\C\Lzma2Dec.h | ||
740 | # End Source File | ||
741 | # Begin Source File | ||
742 | |||
743 | SOURCE=..\..\..\..\C\Lzma2DecMt.c | ||
744 | # SUBTRACT CPP /YX /Yc /Yu | ||
745 | # End Source File | ||
746 | # Begin Source File | ||
747 | |||
748 | SOURCE=..\..\..\..\C\Lzma2DecMt.h | ||
749 | # End Source File | ||
750 | # Begin Source File | ||
751 | |||
752 | SOURCE=..\..\..\..\C\LzmaDec.c | ||
753 | # SUBTRACT CPP /YX /Yc /Yu | ||
754 | # End Source File | ||
755 | # Begin Source File | ||
756 | |||
757 | SOURCE=..\..\..\..\C\LzmaDec.h | ||
758 | # End Source File | ||
759 | # Begin Source File | ||
760 | |||
761 | SOURCE=..\..\..\..\C\MtDec.c | ||
762 | # SUBTRACT CPP /YX /Yc /Yu | ||
763 | # End Source File | ||
764 | # Begin Source File | ||
765 | |||
766 | SOURCE=..\..\..\..\C\MtDec.h | ||
767 | # End Source File | ||
768 | # Begin Source File | ||
769 | |||
770 | SOURCE=..\..\..\..\C\Threads.c | ||
771 | # SUBTRACT CPP /YX /Yc /Yu | ||
772 | # End Source File | ||
773 | # Begin Source File | ||
774 | |||
775 | SOURCE=..\..\..\..\C\Threads.h | ||
776 | # End Source File | ||
777 | # End Group | ||
778 | # Begin Source File | ||
779 | |||
780 | SOURCE=.\ExtractCallbackSfx.cpp | ||
781 | # End Source File | ||
782 | # Begin Source File | ||
783 | |||
784 | SOURCE=.\ExtractCallbackSfx.h | ||
785 | # End Source File | ||
786 | # Begin Source File | ||
787 | |||
788 | SOURCE=.\ExtractEngine.cpp | ||
789 | # End Source File | ||
790 | # Begin Source File | ||
791 | |||
792 | SOURCE=.\ExtractEngine.h | ||
793 | # End Source File | ||
794 | # Begin Source File | ||
795 | |||
796 | SOURCE=.\setup.ico | ||
797 | # End Source File | ||
798 | # Begin Source File | ||
799 | |||
800 | SOURCE=.\SfxSetup.cpp | ||
801 | # End Source File | ||
802 | # End Target | ||
803 | # End Project | ||