other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/SFXSetup-moz.dsp

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # Microsoft Developer Studio Project File - Name="SFXSetup-moz" - Package Owner=<4>
     2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
     3 # ** DO NOT EDIT **
     5 # TARGTYPE "Win32 (x86) Application" 0x0101
     7 CFG=SFXSetup-moz - 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-moz.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-moz.mak" CFG="SFXSetup-moz - Win32 Debug"
    17 !MESSAGE 
    18 !MESSAGE Possible choices for configuration are:
    19 !MESSAGE 
    20 !MESSAGE "SFXSetup-moz - Win32 Release" (based on "Win32 (x86) Application")
    21 !MESSAGE "SFXSetup-moz - Win32 Debug" (based on "Win32 (x86) Application")
    22 !MESSAGE "SFXSetup-moz - Win32 ReleaseD" (based on "Win32 (x86) Application")
    23 !MESSAGE 
    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
    33 !IF  "$(CFG)" == "SFXSetup-moz - Win32 Release"
    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 /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /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
    60 !ELSEIF  "$(CFG)" == "SFXSetup-moz - Win32 Debug"
    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 /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /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
    86 !ELSEIF  "$(CFG)" == "SFXSetup-moz - Win32 ReleaseD"
    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 "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "_SFX" /Yu"StdAfx.h" /FD /c
   101 # ADD CPP /nologo /Gz /MD /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /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:"ReleaseD\7zSD.sfx" /opt:NOWIN98
   113 # SUBTRACT LINK32 /pdb:none
   115 !ENDIF 
   117 # Begin Target
   119 # Name "SFXSetup-moz - Win32 Release"
   120 # Name "SFXSetup-moz - Win32 Debug"
   121 # Name "SFXSetup-moz - Win32 ReleaseD"
   122 # Begin Group "Spec"
   124 # PROP Default_Filter ""
   125 # Begin Source File
   127 SOURCE=.\resource.rc
   128 # End Source File
   129 # Begin Source File
   131 SOURCE=.\StdAfx.cpp
   132 # ADD CPP /Yc"StdAfx.h"
   133 # End Source File
   134 # Begin Source File
   136 SOURCE=.\StdAfx.h
   137 # End Source File
   138 # End Group
   139 # Begin Group "Interface"
   141 # PROP Default_Filter ""
   142 # End Group
   143 # Begin Group "7z"
   145 # PROP Default_Filter ""
   146 # Begin Source File
   148 SOURCE=..\..\Archive\7z\7zDecode.cpp
   149 # End Source File
   150 # Begin Source File
   152 SOURCE=..\..\Archive\7z\7zDecode.h
   153 # End Source File
   154 # Begin Source File
   156 SOURCE=..\..\Archive\7z\7zExtract.cpp
   157 # End Source File
   158 # Begin Source File
   160 SOURCE=..\..\Archive\7z\7zFolderOutStream.cpp
   161 # End Source File
   162 # Begin Source File
   164 SOURCE=..\..\Archive\7z\7zFolderOutStream.h
   165 # End Source File
   166 # Begin Source File
   168 SOURCE=..\..\Archive\7z\7zHandler.cpp
   169 # End Source File
   170 # Begin Source File
   172 SOURCE=..\..\Archive\7z\7zHandler.h
   173 # End Source File
   174 # Begin Source File
   176 SOURCE=..\..\Archive\7z\7zHeader.cpp
   177 # End Source File
   178 # Begin Source File
   180 SOURCE=..\..\Archive\7z\7zHeader.h
   181 # End Source File
   182 # Begin Source File
   184 SOURCE=..\..\Archive\7z\7zIn.cpp
   185 # End Source File
   186 # Begin Source File
   188 SOURCE=..\..\Archive\7z\7zIn.h
   189 # End Source File
   190 # Begin Source File
   192 SOURCE=..\..\Archive\7z\7zItem.h
   193 # End Source File
   194 # Begin Source File
   196 SOURCE=..\..\Archive\7z\7zMethodID.cpp
   197 # End Source File
   198 # Begin Source File
   200 SOURCE=..\..\Archive\7z\7zMethodID.h
   201 # End Source File
   202 # End Group
   203 # Begin Group "Archive Common"
   205 # PROP Default_Filter ""
   206 # Begin Source File
   208 SOURCE=..\..\Archive\Common\CoderMixer2.cpp
   209 # End Source File
   210 # Begin Source File
   212 SOURCE=..\..\Archive\Common\CoderMixer2.h
   213 # End Source File
   214 # Begin Source File
   216 SOURCE=..\..\Archive\Common\CoderMixer2MT.cpp
   217 # End Source File
   218 # Begin Source File
   220 SOURCE=..\..\Archive\Common\CoderMixer2MT.h
   221 # End Source File
   222 # Begin Source File
   224 SOURCE=..\..\Archive\Common\CrossThreadProgress.cpp
   225 # End Source File
   226 # Begin Source File
   228 SOURCE=..\..\Archive\Common\CrossThreadProgress.h
   229 # End Source File
   230 # Begin Source File
   232 SOURCE=..\..\Archive\Common\FilterCoder.cpp
   233 # End Source File
   234 # Begin Source File
   236 SOURCE=..\..\Archive\Common\FilterCoder.h
   237 # End Source File
   238 # Begin Source File
   240 SOURCE=..\..\Archive\Common\ItemNameUtils.cpp
   241 # End Source File
   242 # Begin Source File
   244 SOURCE=..\..\Archive\Common\ItemNameUtils.h
   245 # End Source File
   246 # Begin Source File
   248 SOURCE=..\..\Archive\Common\OutStreamWithCRC.cpp
   249 # End Source File
   250 # Begin Source File
   252 SOURCE=..\..\Archive\Common\OutStreamWithCRC.h
   253 # End Source File
   254 # End Group
   255 # Begin Group "Compress"
   257 # PROP Default_Filter ""
   258 # Begin Group "LZMA"
   260 # PROP Default_Filter ""
   261 # Begin Source File
   263 SOURCE=..\..\Compress\LZMA\LZMADecoder.cpp
   264 # End Source File
   265 # End Group
   266 # Begin Group "Branch"
   268 # PROP Default_Filter ""
   269 # Begin Source File
   271 SOURCE=..\..\Compress\Branch\BranchCoder.cpp
   272 # End Source File
   273 # Begin Source File
   275 SOURCE=..\..\Compress\Branch\BranchCoder.h
   276 # End Source File
   277 # Begin Source File
   279 SOURCE=..\..\Compress\Branch\x86.cpp
   280 # End Source File
   281 # Begin Source File
   283 SOURCE=..\..\Compress\Branch\x86_2.cpp
   284 # End Source File
   285 # End Group
   286 # Begin Group "Copy"
   288 # PROP Default_Filter ""
   289 # Begin Source File
   291 SOURCE=..\..\Compress\Copy\CopyCoder.cpp
   292 # End Source File
   293 # Begin Source File
   295 SOURCE=..\..\Compress\Copy\CopyCoder.h
   296 # End Source File
   297 # End Group
   298 # Begin Group "LZ"
   300 # PROP Default_Filter ""
   301 # Begin Source File
   303 SOURCE=..\..\Compress\LZ\LZOutWindow.cpp
   304 # End Source File
   305 # Begin Source File
   307 SOURCE=..\..\Compress\LZ\LZOutWindow.h
   308 # End Source File
   309 # End Group
   310 # End Group
   311 # Begin Group "SDK"
   313 # PROP Default_Filter ""
   314 # End Group
   315 # Begin Group "Common"
   317 # PROP Default_Filter ""
   318 # Begin Source File
   320 SOURCE=..\..\..\Common\Alloc.cpp
   321 # End Source File
   322 # Begin Source File
   324 SOURCE=..\..\..\Common\Alloc.h
   325 # End Source File
   326 # Begin Source File
   328 SOURCE=..\..\..\Common\CommandLineParser.cpp
   329 # End Source File
   330 # Begin Source File
   332 SOURCE=..\..\..\Common\CommandLineParser.h
   333 # End Source File
   334 # Begin Source File
   336 SOURCE=..\..\..\Common\CRC.cpp
   337 # End Source File
   338 # Begin Source File
   340 SOURCE=..\..\..\Common\CRC.h
   341 # End Source File
   342 # Begin Source File
   344 SOURCE=..\..\..\Common\IntToString.cpp
   345 # End Source File
   346 # Begin Source File
   348 SOURCE=..\..\..\Common\IntToString.h
   349 # End Source File
   350 # Begin Source File
   352 SOURCE=..\..\..\Common\NewHandler.cpp
   353 # End Source File
   354 # Begin Source File
   356 SOURCE=..\..\..\Common\NewHandler.h
   357 # End Source File
   358 # Begin Source File
   360 SOURCE=..\..\..\Common\String.cpp
   361 # End Source File
   362 # Begin Source File
   364 SOURCE=..\..\..\Common\String.h
   365 # End Source File
   366 # Begin Source File
   368 SOURCE=..\..\..\Common\StringConvert.cpp
   369 # End Source File
   370 # Begin Source File
   372 SOURCE=..\..\..\Common\StringConvert.h
   373 # End Source File
   374 # Begin Source File
   376 SOURCE=..\..\..\Common\TextConfig.cpp
   377 # End Source File
   378 # Begin Source File
   380 SOURCE=..\..\..\Common\TextConfig.h
   381 # End Source File
   382 # Begin Source File
   384 SOURCE=..\..\..\Common\UTFConvert.cpp
   385 # End Source File
   386 # Begin Source File
   388 SOURCE=..\..\..\Common\UTFConvert.h
   389 # End Source File
   390 # Begin Source File
   392 SOURCE=..\..\..\Common\Vector.cpp
   393 # End Source File
   394 # Begin Source File
   396 SOURCE=..\..\..\Common\Vector.h
   397 # End Source File
   398 # Begin Source File
   400 SOURCE=..\..\..\Common\Wildcard.cpp
   401 # End Source File
   402 # Begin Source File
   404 SOURCE=..\..\..\Common\Wildcard.h
   405 # End Source File
   406 # End Group
   407 # Begin Group "Windows"
   409 # PROP Default_Filter ""
   410 # Begin Group "Control"
   412 # PROP Default_Filter ""
   413 # Begin Source File
   415 SOURCE=..\..\..\Windows\Control\Dialog.cpp
   416 # End Source File
   417 # Begin Source File
   419 SOURCE=..\..\..\Windows\Control\Dialog.h
   420 # End Source File
   421 # End Group
   422 # Begin Source File
   424 SOURCE=..\..\..\Windows\DLL.cpp
   425 # End Source File
   426 # Begin Source File
   428 SOURCE=..\..\..\Windows\DLL.h
   429 # End Source File
   430 # Begin Source File
   432 SOURCE=..\..\..\Windows\Error.cpp
   433 # End Source File
   434 # Begin Source File
   436 SOURCE=..\..\..\Windows\Error.h
   437 # End Source File
   438 # Begin Source File
   440 SOURCE=..\..\..\Windows\FileDir.cpp
   441 # End Source File
   442 # Begin Source File
   444 SOURCE=..\..\..\Windows\FileDir.h
   445 # End Source File
   446 # Begin Source File
   448 SOURCE=..\..\..\Windows\FileFind.cpp
   449 # End Source File
   450 # Begin Source File
   452 SOURCE=..\..\..\Windows\FileFind.h
   453 # End Source File
   454 # Begin Source File
   456 SOURCE=..\..\..\Windows\FileIO.cpp
   457 # End Source File
   458 # Begin Source File
   460 SOURCE=..\..\..\Windows\FileIO.h
   461 # End Source File
   462 # Begin Source File
   464 SOURCE=..\..\..\Windows\FileName.cpp
   465 # End Source File
   466 # Begin Source File
   468 SOURCE=..\..\..\Windows\FileName.h
   469 # End Source File
   470 # Begin Source File
   472 SOURCE=..\..\..\Windows\PropVariant.cpp
   473 # End Source File
   474 # Begin Source File
   476 SOURCE=..\..\..\Windows\PropVariant.h
   477 # End Source File
   478 # Begin Source File
   480 SOURCE=..\..\..\Windows\ResourceString.cpp
   481 # End Source File
   482 # Begin Source File
   484 SOURCE=..\..\..\Windows\ResourceString.h
   485 # End Source File
   486 # Begin Source File
   488 SOURCE=..\..\..\Windows\Synchronization.cpp
   489 # End Source File
   490 # Begin Source File
   492 SOURCE=..\..\..\Windows\Synchronization.h
   493 # End Source File
   494 # Begin Source File
   496 SOURCE=..\..\..\Windows\Window.cpp
   497 # End Source File
   498 # Begin Source File
   500 SOURCE=..\..\..\Windows\Window.h
   501 # End Source File
   502 # End Group
   503 # Begin Group "7z Common"
   505 # PROP Default_Filter ""
   506 # Begin Source File
   508 SOURCE=..\..\Common\FileStreams.cpp
   509 # End Source File
   510 # Begin Source File
   512 SOURCE=..\..\Common\FileStreams.h
   513 # End Source File
   514 # Begin Source File
   516 SOURCE=..\..\Common\InBuffer.cpp
   517 # End Source File
   518 # Begin Source File
   520 SOURCE=..\..\Common\InBuffer.h
   521 # End Source File
   522 # Begin Source File
   524 SOURCE=..\..\Common\LimitedStreams.cpp
   525 # End Source File
   526 # Begin Source File
   528 SOURCE=..\..\Common\LimitedStreams.h
   529 # End Source File
   530 # Begin Source File
   532 SOURCE=..\..\Common\LockedStream.cpp
   533 # End Source File
   534 # Begin Source File
   536 SOURCE=..\..\Common\LockedStream.h
   537 # End Source File
   538 # Begin Source File
   540 SOURCE=..\..\Common\OutBuffer.cpp
   541 # End Source File
   542 # Begin Source File
   544 SOURCE=..\..\Common\OutBuffer.h
   545 # End Source File
   546 # Begin Source File
   548 SOURCE=..\..\Common\ProgressUtils.cpp
   549 # End Source File
   550 # Begin Source File
   552 SOURCE=..\..\Common\ProgressUtils.h
   553 # End Source File
   554 # Begin Source File
   556 SOURCE=..\..\Common\StreamBinder.cpp
   557 # End Source File
   558 # Begin Source File
   560 SOURCE=..\..\Common\StreamBinder.h
   561 # End Source File
   562 # Begin Source File
   564 SOURCE=..\..\Common\StreamObjects.cpp
   565 # End Source File
   566 # Begin Source File
   568 SOURCE=..\..\Common\StreamObjects.h
   569 # End Source File
   570 # Begin Source File
   572 SOURCE=..\..\Common\StreamUtils.cpp
   573 # End Source File
   574 # Begin Source File
   576 SOURCE=..\..\Common\StreamUtils.h
   577 # End Source File
   578 # End Group
   579 # Begin Group "UI"
   581 # PROP Default_Filter ""
   582 # Begin Group "Explorer"
   584 # PROP Default_Filter ""
   585 # Begin Source File
   587 SOURCE=..\..\UI\Explorer\MyMessages.cpp
   588 # End Source File
   589 # Begin Source File
   591 SOURCE=..\..\UI\Explorer\MyMessages.h
   592 # End Source File
   593 # End Group
   594 # Begin Group "UI Common"
   596 # PROP Default_Filter ""
   597 # Begin Source File
   599 SOURCE=..\..\UI\Common\ArchiveOpenCallback.cpp
   600 # End Source File
   601 # Begin Source File
   603 SOURCE=..\..\UI\Common\ArchiveOpenCallback.h
   604 # End Source File
   605 # Begin Source File
   607 SOURCE=..\..\UI\Common\ArchiverInfo.cpp
   608 # End Source File
   609 # Begin Source File
   611 SOURCE=..\..\UI\Common\ArchiverInfo.h
   612 # End Source File
   613 # Begin Source File
   615 SOURCE=..\..\UI\Common\DefaultName.cpp
   616 # End Source File
   617 # Begin Source File
   619 SOURCE=..\..\UI\Common\DefaultName.h
   620 # End Source File
   621 # Begin Source File
   623 SOURCE=..\..\UI\Common\ExtractMode.h
   624 # End Source File
   625 # Begin Source File
   627 SOURCE=..\..\UI\Common\OpenArchive.cpp
   628 # End Source File
   629 # Begin Source File
   631 SOURCE=..\..\UI\Common\OpenArchive.h
   632 # End Source File
   633 # End Group
   634 # Begin Group "GUI"
   636 # PROP Default_Filter ""
   637 # Begin Source File
   639 SOURCE=..\..\UI\GUI\OpenCallbackGUI.cpp
   640 # End Source File
   641 # Begin Source File
   643 SOURCE=..\..\UI\GUI\OpenCallbackGUI.h
   644 # End Source File
   645 # End Group
   646 # End Group
   647 # Begin Group "File Manager"
   649 # PROP Default_Filter ""
   650 # Begin Group "Dialog"
   652 # PROP Default_Filter ""
   653 # Begin Source File
   655 SOURCE=..\..\FileManager\Resource\ProgressDialog\ProgressDialog.cpp
   656 # End Source File
   657 # Begin Source File
   659 SOURCE=..\..\FileManager\Resource\ProgressDialog\ProgressDialog.h
   660 # End Source File
   661 # End Group
   662 # Begin Source File
   664 SOURCE=..\..\FileManager\FormatUtils.cpp
   665 # End Source File
   666 # Begin Source File
   668 SOURCE=..\..\FileManager\FormatUtils.h
   669 # End Source File
   670 # End Group
   671 # Begin Source File
   673 SOURCE=.\ExtractCallback.cpp
   674 # End Source File
   675 # Begin Source File
   677 SOURCE=.\ExtractCallback.h
   678 # End Source File
   679 # Begin Source File
   681 SOURCE=.\ExtractEngine.cpp
   682 # End Source File
   683 # Begin Source File
   685 SOURCE=.\ExtractEngine.h
   686 # End Source File
   687 # Begin Source File
   689 SOURCE=.\Main.cpp
   690 # End Source File
   691 # Begin Source File
   693 SOURCE=.\setup.ico
   694 # End Source File
   695 # End Target
   696 # End Project

mercurial