• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
7CFG=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 ""
29CPP=cl.exe
30MTL=midl.exe
31RSC=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"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=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"
79BSC32=bscmake.exe
80# ADD BASE BSC32 /nologo
81# ADD BSC32 /nologo
82LINK32=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"
106BSC32=bscmake.exe
107# ADD BASE BSC32 /nologo
108# ADD BSC32 /nologo
109LINK32=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
127SOURCE=.\resource.rc
128# End Source File
129# Begin Source File
130
131SOURCE=.\StdAfx.cpp
132# ADD CPP /Yc"StdAfx.h"
133# End Source File
134# Begin Source File
135
136SOURCE=.\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
148SOURCE=..\..\Archive\7z\7zDecode.cpp
149# End Source File
150# Begin Source File
151
152SOURCE=..\..\Archive\7z\7zDecode.h
153# End Source File
154# Begin Source File
155
156SOURCE=..\..\Archive\7z\7zExtract.cpp
157# End Source File
158# Begin Source File
159
160SOURCE=..\..\Archive\7z\7zFolderOutStream.cpp
161# End Source File
162# Begin Source File
163
164SOURCE=..\..\Archive\7z\7zFolderOutStream.h
165# End Source File
166# Begin Source File
167
168SOURCE=..\..\Archive\7z\7zHandler.cpp
169# End Source File
170# Begin Source File
171
172SOURCE=..\..\Archive\7z\7zHandler.h
173# End Source File
174# Begin Source File
175
176SOURCE=..\..\Archive\7z\7zHeader.h
177# End Source File
178# Begin Source File
179
180SOURCE=..\..\Archive\7z\7zIn.cpp
181# End Source File
182# Begin Source File
183
184SOURCE=..\..\Archive\7z\7zIn.h
185# End Source File
186# Begin Source File
187
188SOURCE=..\..\Archive\7z\7zItem.h
189# End Source File
190# Begin Source File
191
192SOURCE=..\..\Archive\7z\7zRegister.cpp
193# End Source File
194# End Group
195# Begin Group "Archive Common"
196
197# PROP Default_Filter ""
198# Begin Source File
199
200SOURCE=..\..\Archive\Common\CoderMixer2.cpp
201# End Source File
202# Begin Source File
203
204SOURCE=..\..\Archive\Common\CoderMixer2.h
205# End Source File
206# Begin Source File
207
208SOURCE=..\..\Archive\Common\CoderMixer2MT.cpp
209# End Source File
210# Begin Source File
211
212SOURCE=..\..\Archive\Common\CoderMixer2MT.h
213# End Source File
214# Begin Source File
215
216SOURCE=..\..\Archive\Common\CrossThreadProgress.cpp
217# End Source File
218# Begin Source File
219
220SOURCE=..\..\Archive\Common\CrossThreadProgress.h
221# End Source File
222# Begin Source File
223
224SOURCE=..\..\Archive\Common\ItemNameUtils.cpp
225# End Source File
226# Begin Source File
227
228SOURCE=..\..\Archive\Common\ItemNameUtils.h
229# End Source File
230# Begin Source File
231
232SOURCE=..\..\Archive\Common\OutStreamWithCRC.cpp
233# End Source File
234# Begin Source File
235
236SOURCE=..\..\Archive\Common\OutStreamWithCRC.h
237# End Source File
238# End Group
239# Begin Group "Compress"
240
241# PROP Default_Filter ""
242# Begin Source File
243
244SOURCE=..\..\Compress\Bcj2Coder.cpp
245# End Source File
246# Begin Source File
247
248SOURCE=..\..\Compress\Bcj2Register.cpp
249# End Source File
250# Begin Source File
251
252SOURCE=..\..\Compress\BcjCoder.cpp
253# End Source File
254# Begin Source File
255
256SOURCE=..\..\Compress\BcjRegister.cpp
257# End Source File
258# Begin Source File
259
260SOURCE=..\..\Compress\BranchCoder.cpp
261# End Source File
262# Begin Source File
263
264SOURCE=..\..\Compress\CopyCoder.cpp
265# End Source File
266# Begin Source File
267
268SOURCE=..\..\Compress\CopyRegister.cpp
269# End Source File
270# Begin Source File
271
272SOURCE=..\..\Compress\Lzma2Decoder.cpp
273# End Source File
274# Begin Source File
275
276SOURCE=..\..\Compress\Lzma2Decoder.h
277# End Source File
278# Begin Source File
279
280SOURCE=..\..\Compress\Lzma2Register.cpp
281# End Source File
282# Begin Source File
283
284SOURCE=..\..\Compress\LzmaDecoder.cpp
285# End Source File
286# Begin Source File
287
288SOURCE=..\..\Compress\LzmaRegister.cpp
289# End Source File
290# End Group
291# Begin Group "Common"
292
293# PROP Default_Filter ""
294# Begin Source File
295
296SOURCE=..\..\..\Common\CommandLineParser.cpp
297# End Source File
298# Begin Source File
299
300SOURCE=..\..\..\Common\CommandLineParser.h
301# End Source File
302# Begin Source File
303
304SOURCE=..\..\..\Common\CRC.cpp
305# End Source File
306# Begin Source File
307
308SOURCE=..\..\..\Common\CRC.h
309# End Source File
310# Begin Source File
311
312SOURCE=..\..\..\Common\IntToString.cpp
313# End Source File
314# Begin Source File
315
316SOURCE=..\..\..\Common\IntToString.h
317# End Source File
318# Begin Source File
319
320SOURCE=..\..\..\Common\MyString.cpp
321# End Source File
322# Begin Source File
323
324SOURCE=..\..\..\Common\MyString.h
325# End Source File
326# Begin Source File
327
328SOURCE=..\..\..\Common\MyVector.cpp
329# End Source File
330# Begin Source File
331
332SOURCE=..\..\..\Common\MyVector.h
333# End Source File
334# Begin Source File
335
336SOURCE=..\..\..\Common\NewHandler.cpp
337# End Source File
338# Begin Source File
339
340SOURCE=..\..\..\Common\NewHandler.h
341# End Source File
342# Begin Source File
343
344SOURCE=..\..\..\Common\StringConvert.cpp
345# End Source File
346# Begin Source File
347
348SOURCE=..\..\..\Common\StringConvert.h
349# End Source File
350# Begin Source File
351
352SOURCE=..\..\..\Common\TextConfig.cpp
353# End Source File
354# Begin Source File
355
356SOURCE=..\..\..\Common\TextConfig.h
357# End Source File
358# Begin Source File
359
360SOURCE=..\..\..\Common\UTFConvert.cpp
361# End Source File
362# Begin Source File
363
364SOURCE=..\..\..\Common\UTFConvert.h
365# End Source File
366# Begin Source File
367
368SOURCE=..\..\..\Common\Wildcard.cpp
369# End Source File
370# Begin Source File
371
372SOURCE=..\..\..\Common\Wildcard.h
373# End Source File
374# End Group
375# Begin Group "Windows"
376
377# PROP Default_Filter ""
378# Begin Group "Control"
379
380# PROP Default_Filter ""
381# Begin Source File
382
383SOURCE=..\..\..\Windows\Control\Dialog.cpp
384# End Source File
385# Begin Source File
386
387SOURCE=..\..\..\Windows\Control\Dialog.h
388# End Source File
389# End Group
390# Begin Source File
391
392SOURCE=..\..\..\Windows\DLL.cpp
393# End Source File
394# Begin Source File
395
396SOURCE=..\..\..\Windows\DLL.h
397# End Source File
398# Begin Source File
399
400SOURCE=..\..\..\Windows\ErrorMsg.cpp
401# End Source File
402# Begin Source File
403
404SOURCE=..\..\..\Windows\ErrorMsg.h
405# End Source File
406# Begin Source File
407
408SOURCE=..\..\..\Windows\FileDir.cpp
409# End Source File
410# Begin Source File
411
412SOURCE=..\..\..\Windows\FileDir.h
413# End Source File
414# Begin Source File
415
416SOURCE=..\..\..\Windows\FileFind.cpp
417# End Source File
418# Begin Source File
419
420SOURCE=..\..\..\Windows\FileFind.h
421# End Source File
422# Begin Source File
423
424SOURCE=..\..\..\Windows\FileIO.cpp
425# End Source File
426# Begin Source File
427
428SOURCE=..\..\..\Windows\FileIO.h
429# End Source File
430# Begin Source File
431
432SOURCE=..\..\..\Windows\FileName.cpp
433# End Source File
434# Begin Source File
435
436SOURCE=..\..\..\Windows\FileName.h
437# End Source File
438# Begin Source File
439
440SOURCE=..\..\..\Windows\PropVariant.cpp
441# End Source File
442# Begin Source File
443
444SOURCE=..\..\..\Windows\PropVariant.h
445# End Source File
446# Begin Source File
447
448SOURCE=..\..\..\Windows\ResourceString.cpp
449# End Source File
450# Begin Source File
451
452SOURCE=..\..\..\Windows\ResourceString.h
453# End Source File
454# Begin Source File
455
456SOURCE=..\..\..\Windows\Synchronization.cpp
457# End Source File
458# Begin Source File
459
460SOURCE=..\..\..\Windows\Synchronization.h
461# End Source File
462# Begin Source File
463
464SOURCE=..\..\..\Windows\Window.cpp
465# End Source File
466# Begin Source File
467
468SOURCE=..\..\..\Windows\Window.h
469# End Source File
470# End Group
471# Begin Group "7z Common"
472
473# PROP Default_Filter ""
474# Begin Source File
475
476SOURCE=..\..\Common\CreateCoder.cpp
477# End Source File
478# Begin Source File
479
480SOURCE=..\..\Common\CreateCoder.h
481# End Source File
482# Begin Source File
483
484SOURCE=..\..\Common\FileStreams.cpp
485# End Source File
486# Begin Source File
487
488SOURCE=..\..\Common\FileStreams.h
489# End Source File
490# Begin Source File
491
492SOURCE=..\..\Common\FilterCoder.cpp
493# End Source File
494# Begin Source File
495
496SOURCE=..\..\Common\FilterCoder.h
497# End Source File
498# Begin Source File
499
500SOURCE=..\..\Common\InBuffer.cpp
501# End Source File
502# Begin Source File
503
504SOURCE=..\..\Common\InBuffer.h
505# End Source File
506# Begin Source File
507
508SOURCE=..\..\Common\LimitedStreams.cpp
509# End Source File
510# Begin Source File
511
512SOURCE=..\..\Common\LimitedStreams.h
513# End Source File
514# Begin Source File
515
516SOURCE=..\..\Common\LockedStream.cpp
517# End Source File
518# Begin Source File
519
520SOURCE=..\..\Common\LockedStream.h
521# End Source File
522# Begin Source File
523
524SOURCE=..\..\Common\OutBuffer.cpp
525# End Source File
526# Begin Source File
527
528SOURCE=..\..\Common\OutBuffer.h
529# End Source File
530# Begin Source File
531
532SOURCE=..\..\Common\ProgressUtils.cpp
533# End Source File
534# Begin Source File
535
536SOURCE=..\..\Common\ProgressUtils.h
537# End Source File
538# Begin Source File
539
540SOURCE=..\..\Common\PropId.cpp
541# End Source File
542# Begin Source File
543
544SOURCE=..\..\Common\StreamBinder.cpp
545# End Source File
546# Begin Source File
547
548SOURCE=..\..\Common\StreamBinder.h
549# End Source File
550# Begin Source File
551
552SOURCE=..\..\Common\StreamObjects.cpp
553# End Source File
554# Begin Source File
555
556SOURCE=..\..\Common\StreamObjects.h
557# End Source File
558# Begin Source File
559
560SOURCE=..\..\Common\StreamUtils.cpp
561# End Source File
562# Begin Source File
563
564SOURCE=..\..\Common\StreamUtils.h
565# End Source File
566# Begin Source File
567
568SOURCE=..\..\Common\VirtThread.cpp
569# End Source File
570# Begin Source File
571
572SOURCE=..\..\Common\VirtThread.h
573# End Source File
574# End Group
575# Begin Group "UI"
576
577# PROP Default_Filter ""
578# Begin Group "Explorer"
579
580# PROP Default_Filter ""
581# Begin Source File
582
583SOURCE=..\..\UI\Explorer\MyMessages.cpp
584# End Source File
585# Begin Source File
586
587SOURCE=..\..\UI\Explorer\MyMessages.h
588# End Source File
589# End Group
590# Begin Group "UI Common"
591
592# PROP Default_Filter ""
593# Begin Source File
594
595SOURCE=..\..\UI\Common\ArchiveOpenCallback.cpp
596# End Source File
597# Begin Source File
598
599SOURCE=..\..\UI\Common\ArchiveOpenCallback.h
600# End Source File
601# Begin Source File
602
603SOURCE=..\..\UI\Common\DefaultName.cpp
604# End Source File
605# Begin Source File
606
607SOURCE=..\..\UI\Common\DefaultName.h
608# End Source File
609# Begin Source File
610
611SOURCE=..\..\UI\Common\ExtractMode.h
612# End Source File
613# Begin Source File
614
615SOURCE=..\..\UI\Common\LoadCodecs.cpp
616# End Source File
617# Begin Source File
618
619SOURCE=..\..\UI\Common\LoadCodecs.h
620# End Source File
621# Begin Source File
622
623SOURCE=..\..\UI\Common\OpenArchive.cpp
624# End Source File
625# Begin Source File
626
627SOURCE=..\..\UI\Common\OpenArchive.h
628# End Source File
629# End Group
630# End Group
631# Begin Group "File Manager"
632
633# PROP Default_Filter ""
634# Begin Source File
635
636SOURCE=..\..\UI\FileManager\FormatUtils.cpp
637# End Source File
638# Begin Source File
639
640SOURCE=..\..\UI\FileManager\FormatUtils.h
641# End Source File
642# Begin Source File
643
644SOURCE=..\..\UI\FileManager\LangUtils.h
645# End Source File
646# Begin Source File
647
648SOURCE=..\..\UI\FileManager\ProgressDialog.cpp
649# End Source File
650# Begin Source File
651
652SOURCE=..\..\UI\FileManager\ProgressDialog.h
653# End Source File
654# End Group
655# Begin Group "C"
656
657# PROP Default_Filter ""
658# Begin Source File
659
660SOURCE=..\..\..\..\C\7zCrc.c
661# SUBTRACT CPP /YX /Yc /Yu
662# End Source File
663# Begin Source File
664
665SOURCE=..\..\..\..\C\7zCrc.h
666# End Source File
667# Begin Source File
668
669SOURCE=..\..\..\..\C\7zCrcOpt.c
670# SUBTRACT CPP /YX /Yc /Yu
671# End Source File
672# Begin Source File
673
674SOURCE=..\..\..\..\C\Alloc.c
675# SUBTRACT CPP /YX /Yc /Yu
676# End Source File
677# Begin Source File
678
679SOURCE=..\..\..\..\C\Alloc.h
680# End Source File
681# Begin Source File
682
683SOURCE=..\..\..\..\C\Bra.h
684# End Source File
685# Begin Source File
686
687SOURCE=..\..\..\..\C\Bra86.c
688# SUBTRACT CPP /YX /Yc /Yu
689# End Source File
690# Begin Source File
691
692SOURCE=..\..\..\..\C\CpuArch.c
693# SUBTRACT CPP /YX /Yc /Yu
694# End Source File
695# Begin Source File
696
697SOURCE=..\..\..\..\C\CpuArch.h
698# End Source File
699# Begin Source File
700
701SOURCE=..\..\..\..\C\Lzma2Dec.c
702# SUBTRACT CPP /YX /Yc /Yu
703# End Source File
704# Begin Source File
705
706SOURCE=..\..\..\..\C\Lzma2Dec.h
707# End Source File
708# Begin Source File
709
710SOURCE=..\..\..\..\C\LzmaDec.c
711# SUBTRACT CPP /YX /Yc /Yu
712# End Source File
713# Begin Source File
714
715SOURCE=..\..\..\..\C\LzmaDec.h
716# End Source File
717# Begin Source File
718
719SOURCE=..\..\..\..\C\Threads.c
720# SUBTRACT CPP /YX /Yc /Yu
721# End Source File
722# Begin Source File
723
724SOURCE=..\..\..\..\C\Threads.h
725# End Source File
726# End Group
727# Begin Source File
728
729SOURCE=.\ExtractCallbackSfx.cpp
730# End Source File
731# Begin Source File
732
733SOURCE=.\ExtractCallbackSfx.h
734# End Source File
735# Begin Source File
736
737SOURCE=.\ExtractEngine.cpp
738# End Source File
739# Begin Source File
740
741SOURCE=.\ExtractEngine.h
742# End Source File
743# Begin Source File
744
745SOURCE=.\setup.ico
746# End Source File
747# Begin Source File
748
749SOURCE=.\SfxSetup.cpp
750# End Source File
751# End Target
752# End Project
753