Home | History | Annotate | Download | only in Alone7z
      1 # Microsoft Developer Studio Project File - Name="Alone" - 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=Alone - 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 "Alone.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 "Alone.mak" CFG="Alone - Win32 DebugU"
     17 !MESSAGE 
     18 !MESSAGE Possible choices for configuration are:
     19 !MESSAGE 
     20 !MESSAGE "Alone - Win32 Release" (based on "Win32 (x86) Console Application")
     21 !MESSAGE "Alone - Win32 Debug" (based on "Win32 (x86) Console Application")
     22 !MESSAGE "Alone - Win32 ReleaseU" (based on "Win32 (x86) Console Application")
     23 !MESSAGE "Alone - 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)" == "Alone - 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 /Gz /MT /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_CONSOLE" /D "_NO_CRYPTO" /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\7zr.exe" /opt:NOWIN98
     56 # SUBTRACT LINK32 /pdb:none
     57 
     58 !ELSEIF  "$(CFG)" == "Alone - 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 /Gz /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_CONSOLE" /D "_NO_CRYPTO" /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\7zr.exe" /pdbtype:sept
     81 
     82 !ELSEIF  "$(CFG)" == "Alone - 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" /Yu"StdAfx.h" /FD /c
     97 # ADD CPP /nologo /Gz /MD /W4 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_CONSOLE" /D "_NO_CRYPTO" /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\7za.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\7zr.exe" /opt:NOWIN98
    107 # SUBTRACT LINK32 /pdb:none
    108 
    109 !ELSEIF  "$(CFG)" == "Alone - 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 "_MBCS" /Yu"StdAfx.h" /FD /GZ /c
    124 # ADD CPP /nologo /Gz /MDd /W4 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_CONSOLE" /D "_NO_CRYPTO" /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\7za.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\7zr.exe" /pdbtype:sept
    133 
    134 !ENDIF 
    135 
    136 # Begin Target
    137 
    138 # Name "Alone - Win32 Release"
    139 # Name "Alone - Win32 Debug"
    140 # Name "Alone - Win32 ReleaseU"
    141 # Name "Alone - Win32 DebugU"
    142 # Begin Group "Console"
    143 
    144 # PROP Default_Filter ""
    145 # Begin Source File
    146 
    147 SOURCE=..\..\UI\Console\ArError.h
    148 # End Source File
    149 # Begin Source File
    150 
    151 SOURCE=..\..\UI\Console\BenchCon.cpp
    152 # End Source File
    153 # Begin Source File
    154 
    155 SOURCE=..\..\UI\Console\BenchCon.h
    156 # End Source File
    157 # Begin Source File
    158 
    159 SOURCE=..\..\UI\Console\CompressionMode.h
    160 # End Source File
    161 # Begin Source File
    162 
    163 SOURCE=..\..\UI\Console\ConsoleClose.cpp
    164 # End Source File
    165 # Begin Source File
    166 
    167 SOURCE=..\..\UI\Console\ConsoleClose.h
    168 # End Source File
    169 # Begin Source File
    170 
    171 SOURCE=..\..\UI\Console\ExtractCallbackConsole.cpp
    172 # End Source File
    173 # Begin Source File
    174 
    175 SOURCE=..\..\UI\Console\ExtractCallbackConsole.h
    176 # End Source File
    177 # Begin Source File
    178 
    179 SOURCE=..\..\UI\Console\List.cpp
    180 # End Source File
    181 # Begin Source File
    182 
    183 SOURCE=..\..\UI\Console\List.h
    184 # End Source File
    185 # Begin Source File
    186 
    187 SOURCE=..\..\UI\Console\Main.cpp
    188 # End Source File
    189 # Begin Source File
    190 
    191 SOURCE=..\..\UI\Console\MainAr.cpp
    192 # End Source File
    193 # Begin Source File
    194 
    195 SOURCE=..\..\UI\Console\OpenCallbackConsole.cpp
    196 # End Source File
    197 # Begin Source File
    198 
    199 SOURCE=..\..\UI\Console\OpenCallbackConsole.h
    200 # End Source File
    201 # Begin Source File
    202 
    203 SOURCE=..\..\UI\Console\PercentPrinter.cpp
    204 # End Source File
    205 # Begin Source File
    206 
    207 SOURCE=..\..\UI\Console\PercentPrinter.h
    208 # End Source File
    209 # Begin Source File
    210 
    211 SOURCE=..\..\UI\Console\UpdateCallbackConsole.cpp
    212 # End Source File
    213 # Begin Source File
    214 
    215 SOURCE=..\..\UI\Console\UpdateCallbackConsole.h
    216 # End Source File
    217 # Begin Source File
    218 
    219 SOURCE=..\..\UI\Console\UserInputUtils.cpp
    220 # End Source File
    221 # Begin Source File
    222 
    223 SOURCE=..\..\UI\Console\UserInputUtils.h
    224 # End Source File
    225 # End Group
    226 # Begin Group "Spec"
    227 
    228 # PROP Default_Filter ""
    229 # Begin Source File
    230 
    231 SOURCE=.\resource.rc
    232 # End Source File
    233 # Begin Source File
    234 
    235 SOURCE=.\StdAfx.cpp
    236 # ADD CPP /Yc"StdAfx.h"
    237 # End Source File
    238 # Begin Source File
    239 
    240 SOURCE=.\StdAfx.h
    241 # End Source File
    242 # End Group
    243 # Begin Group "Common"
    244 
    245 # PROP Default_Filter ""
    246 # Begin Source File
    247 
    248 SOURCE=..\..\..\Common\AutoPtr.h
    249 # End Source File
    250 # Begin Source File
    251 
    252 SOURCE=..\..\..\Common\Buffer.h
    253 # End Source File
    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\ComTry.h
    265 # End Source File
    266 # Begin Source File
    267 
    268 SOURCE=..\..\..\Common\CRC.cpp
    269 # End Source File
    270 # Begin Source File
    271 
    272 SOURCE=..\..\..\Common\Defs.h
    273 # End Source File
    274 # Begin Source File
    275 
    276 SOURCE=..\..\..\Common\DynamicBuffer.h
    277 # End Source File
    278 # Begin Source File
    279 
    280 SOURCE=..\..\..\Common\IntToString.cpp
    281 # End Source File
    282 # Begin Source File
    283 
    284 SOURCE=..\..\..\Common\IntToString.h
    285 # End Source File
    286 # Begin Source File
    287 
    288 SOURCE=..\..\..\Common\ListFileUtils.cpp
    289 # End Source File
    290 # Begin Source File
    291 
    292 SOURCE=..\..\..\Common\ListFileUtils.h
    293 # End Source File
    294 # Begin Source File
    295 
    296 SOURCE=..\..\..\Common\MyCom.h
    297 # End Source File
    298 # Begin Source File
    299 
    300 SOURCE=..\..\..\Common\MyException.h
    301 # End Source File
    302 # Begin Source File
    303 
    304 SOURCE=..\..\..\Common\MyGuidDef.h
    305 # End Source File
    306 # Begin Source File
    307 
    308 SOURCE=..\..\..\Common\MyInitGuid.h
    309 # End Source File
    310 # Begin Source File
    311 
    312 SOURCE=..\..\..\Common\MyString.cpp
    313 # End Source File
    314 # Begin Source File
    315 
    316 SOURCE=..\..\..\Common\MyString.h
    317 # End Source File
    318 # Begin Source File
    319 
    320 SOURCE=..\..\..\Common\MyUnknown.h
    321 # End Source File
    322 # Begin Source File
    323 
    324 SOURCE=..\..\..\Common\MyVector.cpp
    325 # End Source File
    326 # Begin Source File
    327 
    328 SOURCE=..\..\..\Common\MyVector.h
    329 # End Source File
    330 # Begin Source File
    331 
    332 SOURCE=..\..\..\Common\NewHandler.cpp
    333 # End Source File
    334 # Begin Source File
    335 
    336 SOURCE=..\..\..\Common\NewHandler.h
    337 # End Source File
    338 # Begin Source File
    339 
    340 SOURCE=..\..\..\Common\StdInStream.cpp
    341 # End Source File
    342 # Begin Source File
    343 
    344 SOURCE=..\..\..\Common\StdInStream.h
    345 # End Source File
    346 # Begin Source File
    347 
    348 SOURCE=..\..\..\Common\StdOutStream.cpp
    349 # End Source File
    350 # Begin Source File
    351 
    352 SOURCE=..\..\..\Common\StdOutStream.h
    353 # End Source File
    354 # Begin Source File
    355 
    356 SOURCE=..\..\..\Common\StringConvert.cpp
    357 # End Source File
    358 # Begin Source File
    359 
    360 SOURCE=..\..\..\Common\StringConvert.h
    361 # End Source File
    362 # Begin Source File
    363 
    364 SOURCE=..\..\..\Common\StringToInt.cpp
    365 # End Source File
    366 # Begin Source File
    367 
    368 SOURCE=..\..\..\Common\StringToInt.h
    369 # End Source File
    370 # Begin Source File
    371 
    372 SOURCE=..\..\..\Common\Types.h
    373 # End Source File
    374 # Begin Source File
    375 
    376 SOURCE=..\..\..\Common\UTFConvert.cpp
    377 # End Source File
    378 # Begin Source File
    379 
    380 SOURCE=..\..\..\Common\UTFConvert.h
    381 # End Source File
    382 # Begin Source File
    383 
    384 SOURCE=..\..\..\Common\Wildcard.cpp
    385 # End Source File
    386 # Begin Source File
    387 
    388 SOURCE=..\..\..\Common\Wildcard.h
    389 # End Source File
    390 # End Group
    391 # Begin Group "Windows"
    392 
    393 # PROP Default_Filter ""
    394 # Begin Source File
    395 
    396 SOURCE=..\..\..\Windows\Defs.h
    397 # End Source File
    398 # Begin Source File
    399 
    400 SOURCE=..\..\..\Windows\Device.h
    401 # End Source File
    402 # Begin Source File
    403 
    404 SOURCE=..\..\..\Windows\DLL.cpp
    405 # End Source File
    406 # Begin Source File
    407 
    408 SOURCE=..\..\..\Windows\DLL.h
    409 # End Source File
    410 # Begin Source File
    411 
    412 SOURCE=..\..\..\Windows\Error.cpp
    413 # End Source File
    414 # Begin Source File
    415 
    416 SOURCE=..\..\..\Windows\Error.h
    417 # End Source File
    418 # Begin Source File
    419 
    420 SOURCE=..\..\..\Windows\FileDir.cpp
    421 # End Source File
    422 # Begin Source File
    423 
    424 SOURCE=..\..\..\Windows\FileDir.h
    425 # End Source File
    426 # Begin Source File
    427 
    428 SOURCE=..\..\..\Windows\FileFind.cpp
    429 # End Source File
    430 # Begin Source File
    431 
    432 SOURCE=..\..\..\Windows\FileFind.h
    433 # End Source File
    434 # Begin Source File
    435 
    436 SOURCE=..\..\..\Windows\FileIO.cpp
    437 # End Source File
    438 # Begin Source File
    439 
    440 SOURCE=..\..\..\Windows\FileIO.h
    441 # End Source File
    442 # Begin Source File
    443 
    444 SOURCE=..\..\..\Windows\FileMapping.h
    445 # End Source File
    446 # Begin Source File
    447 
    448 SOURCE=..\..\..\Windows\FileName.cpp
    449 # End Source File
    450 # Begin Source File
    451 
    452 SOURCE=..\..\..\Windows\FileName.h
    453 # End Source File
    454 # Begin Source File
    455 
    456 SOURCE=..\..\..\Windows\Handle.h
    457 # End Source File
    458 # Begin Source File
    459 
    460 SOURCE=..\..\..\Windows\MemoryLock.cpp
    461 # End Source File
    462 # Begin Source File
    463 
    464 SOURCE=..\..\..\Windows\MemoryLock.h
    465 # End Source File
    466 # Begin Source File
    467 
    468 SOURCE=..\..\..\Windows\PropVariant.cpp
    469 # End Source File
    470 # Begin Source File
    471 
    472 SOURCE=..\..\..\Windows\PropVariant.h
    473 # End Source File
    474 # Begin Source File
    475 
    476 SOURCE=..\..\..\Windows\PropVariantConversions.cpp
    477 # End Source File
    478 # Begin Source File
    479 
    480 SOURCE=..\..\..\Windows\PropVariantConversions.h
    481 # End Source File
    482 # Begin Source File
    483 
    484 SOURCE=..\..\..\Windows\Synchronization.cpp
    485 # End Source File
    486 # Begin Source File
    487 
    488 SOURCE=..\..\..\Windows\Synchronization.h
    489 # End Source File
    490 # Begin Source File
    491 
    492 SOURCE=..\..\..\Windows\System.cpp
    493 # End Source File
    494 # Begin Source File
    495 
    496 SOURCE=..\..\..\Windows\System.h
    497 # End Source File
    498 # Begin Source File
    499 
    500 SOURCE=..\..\..\Windows\Thread.h
    501 # End Source File
    502 # Begin Source File
    503 
    504 SOURCE=..\..\..\Windows\Time.cpp
    505 # End Source File
    506 # Begin Source File
    507 
    508 SOURCE=..\..\..\Windows\Time.h
    509 # End Source File
    510 # End Group
    511 # Begin Group "7zip Common"
    512 
    513 # PROP Default_Filter ""
    514 # Begin Source File
    515 
    516 SOURCE=..\..\Common\CreateCoder.cpp
    517 # End Source File
    518 # Begin Source File
    519 
    520 SOURCE=..\..\Common\CreateCoder.h
    521 # End Source File
    522 # Begin Source File
    523 
    524 SOURCE=..\..\Archive\Common\CrossThreadProgress.cpp
    525 # End Source File
    526 # Begin Source File
    527 
    528 SOURCE=..\..\Archive\Common\CrossThreadProgress.h
    529 # End Source File
    530 # Begin Source File
    531 
    532 SOURCE=..\..\Common\CWrappers.cpp
    533 # End Source File
    534 # Begin Source File
    535 
    536 SOURCE=..\..\Common\CWrappers.h
    537 # End Source File
    538 # Begin Source File
    539 
    540 SOURCE=..\..\Common\FilePathAutoRename.cpp
    541 # End Source File
    542 # Begin Source File
    543 
    544 SOURCE=..\..\Common\FilePathAutoRename.h
    545 # End Source File
    546 # Begin Source File
    547 
    548 SOURCE=..\..\Common\FileStreams.cpp
    549 # End Source File
    550 # Begin Source File
    551 
    552 SOURCE=..\..\Common\FileStreams.h
    553 # End Source File
    554 # Begin Source File
    555 
    556 SOURCE=..\..\Common\FilterCoder.cpp
    557 # End Source File
    558 # Begin Source File
    559 
    560 SOURCE=..\..\Common\FilterCoder.h
    561 # End Source File
    562 # Begin Source File
    563 
    564 SOURCE=..\..\Common\InBuffer.cpp
    565 # End Source File
    566 # Begin Source File
    567 
    568 SOURCE=..\..\Common\InBuffer.h
    569 # End Source File
    570 # Begin Source File
    571 
    572 SOURCE=..\..\Common\InOutTempBuffer.cpp
    573 # End Source File
    574 # Begin Source File
    575 
    576 SOURCE=..\..\Common\InOutTempBuffer.h
    577 # End Source File
    578 # Begin Source File
    579 
    580 SOURCE=..\..\Common\LimitedStreams.cpp
    581 # End Source File
    582 # Begin Source File
    583 
    584 SOURCE=..\..\Common\LimitedStreams.h
    585 # End Source File
    586 # Begin Source File
    587 
    588 SOURCE=..\..\Common\LockedStream.cpp
    589 # End Source File
    590 # Begin Source File
    591 
    592 SOURCE=..\..\Common\LockedStream.h
    593 # End Source File
    594 # Begin Source File
    595 
    596 SOURCE=..\..\Common\MethodId.cpp
    597 # End Source File
    598 # Begin Source File
    599 
    600 SOURCE=..\..\Common\MethodId.h
    601 # End Source File
    602 # Begin Source File
    603 
    604 SOURCE=..\..\Common\MethodProps.cpp
    605 # End Source File
    606 # Begin Source File
    607 
    608 SOURCE=..\..\Common\MethodProps.h
    609 # End Source File
    610 # Begin Source File
    611 
    612 SOURCE=..\..\Common\OffsetStream.cpp
    613 # End Source File
    614 # Begin Source File
    615 
    616 SOURCE=..\..\Common\OffsetStream.h
    617 # End Source File
    618 # Begin Source File
    619 
    620 SOURCE=..\..\Common\OutBuffer.cpp
    621 # End Source File
    622 # Begin Source File
    623 
    624 SOURCE=..\..\Common\OutBuffer.h
    625 # End Source File
    626 # Begin Source File
    627 
    628 SOURCE=..\..\Common\ProgressUtils.cpp
    629 # End Source File
    630 # Begin Source File
    631 
    632 SOURCE=..\..\Common\ProgressUtils.h
    633 # End Source File
    634 # Begin Source File
    635 
    636 SOURCE=..\..\Common\RegisterArc.h
    637 # End Source File
    638 # Begin Source File
    639 
    640 SOURCE=..\..\Common\RegisterCodec.h
    641 # End Source File
    642 # Begin Source File
    643 
    644 SOURCE=..\..\Common\StreamBinder.cpp
    645 # End Source File
    646 # Begin Source File
    647 
    648 SOURCE=..\..\Common\StreamBinder.h
    649 # End Source File
    650 # Begin Source File
    651 
    652 SOURCE=..\..\Common\StreamObjects.cpp
    653 # End Source File
    654 # Begin Source File
    655 
    656 SOURCE=..\..\Common\StreamObjects.h
    657 # End Source File
    658 # Begin Source File
    659 
    660 SOURCE=..\..\Common\StreamUtils.cpp
    661 # End Source File
    662 # Begin Source File
    663 
    664 SOURCE=..\..\Common\StreamUtils.h
    665 # End Source File
    666 # Begin Source File
    667 
    668 SOURCE=..\..\Common\VirtThread.cpp
    669 # End Source File
    670 # Begin Source File
    671 
    672 SOURCE=..\..\Common\VirtThread.h
    673 # End Source File
    674 # End Group
    675 # Begin Group "Compress"
    676 
    677 # PROP Default_Filter ""
    678 # Begin Source File
    679 
    680 SOURCE=..\..\Compress\Bcj2Coder.cpp
    681 # End Source File
    682 # Begin Source File
    683 
    684 SOURCE=..\..\Compress\Bcj2Coder.h
    685 # End Source File
    686 # Begin Source File
    687 
    688 SOURCE=..\..\Compress\Bcj2Register.cpp
    689 # End Source File
    690 # Begin Source File
    691 
    692 SOURCE=..\..\Compress\BcjCoder.cpp
    693 # End Source File
    694 # Begin Source File
    695 
    696 SOURCE=..\..\Compress\BcjCoder.h
    697 # End Source File
    698 # Begin Source File
    699 
    700 SOURCE=..\..\Compress\BcjRegister.cpp
    701 # End Source File
    702 # Begin Source File
    703 
    704 SOURCE=..\..\Compress\BranchCoder.cpp
    705 # End Source File
    706 # Begin Source File
    707 
    708 SOURCE=..\..\Compress\BranchCoder.h
    709 # End Source File
    710 # Begin Source File
    711 
    712 SOURCE=..\..\Compress\BranchMisc.cpp
    713 # End Source File
    714 # Begin Source File
    715 
    716 SOURCE=..\..\Compress\BranchMisc.h
    717 # End Source File
    718 # Begin Source File
    719 
    720 SOURCE=..\..\Compress\BranchRegister.cpp
    721 # End Source File
    722 # Begin Source File
    723 
    724 SOURCE=..\..\Compress\ByteSwap.cpp
    725 # End Source File
    726 # Begin Source File
    727 
    728 SOURCE=..\..\Compress\ByteSwap.h
    729 # End Source File
    730 # Begin Source File
    731 
    732 SOURCE=..\..\Compress\CopyCoder.cpp
    733 # End Source File
    734 # Begin Source File
    735 
    736 SOURCE=..\..\Compress\CopyCoder.h
    737 # End Source File
    738 # Begin Source File
    739 
    740 SOURCE=..\..\Compress\CopyRegister.cpp
    741 # End Source File
    742 # Begin Source File
    743 
    744 SOURCE=..\..\Compress\DeltaFilter.cpp
    745 # End Source File
    746 # Begin Source File
    747 
    748 SOURCE=..\..\Compress\Lzma2Decoder.cpp
    749 # End Source File
    750 # Begin Source File
    751 
    752 SOURCE=..\..\Compress\Lzma2Decoder.h
    753 # End Source File
    754 # Begin Source File
    755 
    756 SOURCE=..\..\Compress\Lzma2Encoder.cpp
    757 # End Source File
    758 # Begin Source File
    759 
    760 SOURCE=..\..\Compress\Lzma2Encoder.h
    761 # End Source File
    762 # Begin Source File
    763 
    764 SOURCE=..\..\Compress\Lzma2Register.cpp
    765 # End Source File
    766 # Begin Source File
    767 
    768 SOURCE=..\..\Compress\LzmaDecoder.cpp
    769 # End Source File
    770 # Begin Source File
    771 
    772 SOURCE=..\..\Compress\LzmaDecoder.h
    773 # End Source File
    774 # Begin Source File
    775 
    776 SOURCE=..\..\Compress\LzmaEncoder.cpp
    777 # End Source File
    778 # Begin Source File
    779 
    780 SOURCE=..\..\Compress\LzmaEncoder.h
    781 # End Source File
    782 # Begin Source File
    783 
    784 SOURCE=..\..\Compress\LzmaRegister.cpp
    785 # End Source File
    786 # Begin Source File
    787 
    788 SOURCE=..\..\Compress\RangeCoder.h
    789 # End Source File
    790 # Begin Source File
    791 
    792 SOURCE=..\..\Compress\RangeCoderBit.h
    793 # End Source File
    794 # Begin Source File
    795 
    796 SOURCE=..\..\Compress\RangeCoderBitTree.h
    797 # End Source File
    798 # Begin Source File
    799 
    800 SOURCE=..\..\Compress\RangeCoderOpt.h
    801 # End Source File
    802 # End Group
    803 # Begin Group "Archive"
    804 
    805 # PROP Default_Filter ""
    806 # Begin Group "7z"
    807 
    808 # PROP Default_Filter ""
    809 # Begin Source File
    810 
    811 SOURCE=..\..\Archive\7z\7zCompressionMode.cpp
    812 # End Source File
    813 # Begin Source File
    814 
    815 SOURCE=..\..\Archive\7z\7zCompressionMode.h
    816 # End Source File
    817 # Begin Source File
    818 
    819 SOURCE=..\..\Archive\7z\7zDecode.cpp
    820 # End Source File
    821 # Begin Source File
    822 
    823 SOURCE=..\..\Archive\7z\7zDecode.h
    824 # End Source File
    825 # Begin Source File
    826 
    827 SOURCE=..\..\Archive\7z\7zEncode.cpp
    828 # End Source File
    829 # Begin Source File
    830 
    831 SOURCE=..\..\Archive\7z\7zEncode.h
    832 # End Source File
    833 # Begin Source File
    834 
    835 SOURCE=..\..\Archive\7z\7zExtract.cpp
    836 # End Source File
    837 # Begin Source File
    838 
    839 SOURCE=..\..\Archive\7z\7zFolderInStream.cpp
    840 # End Source File
    841 # Begin Source File
    842 
    843 SOURCE=..\..\Archive\7z\7zFolderInStream.h
    844 # End Source File
    845 # Begin Source File
    846 
    847 SOURCE=..\..\Archive\7z\7zFolderOutStream.cpp
    848 # End Source File
    849 # Begin Source File
    850 
    851 SOURCE=..\..\Archive\7z\7zFolderOutStream.h
    852 # End Source File
    853 # Begin Source File
    854 
    855 SOURCE=..\..\Archive\7z\7zHandler.cpp
    856 # End Source File
    857 # Begin Source File
    858 
    859 SOURCE=..\..\Archive\7z\7zHandler.h
    860 # End Source File
    861 # Begin Source File
    862 
    863 SOURCE=..\..\Archive\7z\7zHandlerOut.cpp
    864 # End Source File
    865 # Begin Source File
    866 
    867 SOURCE=..\..\Archive\7z\7zHeader.cpp
    868 # End Source File
    869 # Begin Source File
    870 
    871 SOURCE=..\..\Archive\7z\7zHeader.h
    872 # End Source File
    873 # Begin Source File
    874 
    875 SOURCE=..\..\Archive\7z\7zIn.cpp
    876 # End Source File
    877 # Begin Source File
    878 
    879 SOURCE=..\..\Archive\7z\7zIn.h
    880 # End Source File
    881 # Begin Source File
    882 
    883 SOURCE=..\..\Archive\7z\7zItem.h
    884 # End Source File
    885 # Begin Source File
    886 
    887 SOURCE=..\..\Archive\7z\7zOut.cpp
    888 # End Source File
    889 # Begin Source File
    890 
    891 SOURCE=..\..\Archive\7z\7zOut.h
    892 # End Source File
    893 # Begin Source File
    894 
    895 SOURCE=..\..\Archive\7z\7zProperties.cpp
    896 # End Source File
    897 # Begin Source File
    898 
    899 SOURCE=..\..\Archive\7z\7zProperties.h
    900 # End Source File
    901 # Begin Source File
    902 
    903 SOURCE=..\..\Archive\7z\7zRegister.cpp
    904 # End Source File
    905 # Begin Source File
    906 
    907 SOURCE=..\..\Archive\7z\7zSpecStream.cpp
    908 # End Source File
    909 # Begin Source File
    910 
    911 SOURCE=..\..\Archive\7z\7zSpecStream.h
    912 # End Source File
    913 # Begin Source File
    914 
    915 SOURCE=..\..\Archive\7z\7zUpdate.cpp
    916 # End Source File
    917 # Begin Source File
    918 
    919 SOURCE=..\..\Archive\7z\7zUpdate.h
    920 # End Source File
    921 # End Group
    922 # Begin Group "Archive Common"
    923 
    924 # PROP Default_Filter ""
    925 # Begin Source File
    926 
    927 SOURCE=..\..\Archive\Common\CoderMixer2.cpp
    928 # End Source File
    929 # Begin Source File
    930 
    931 SOURCE=..\..\Archive\Common\CoderMixer2.h
    932 # End Source File
    933 # Begin Source File
    934 
    935 SOURCE=..\..\Archive\Common\CoderMixer2MT.cpp
    936 # End Source File
    937 # Begin Source File
    938 
    939 SOURCE=..\..\Archive\Common\CoderMixer2MT.h
    940 # End Source File
    941 # Begin Source File
    942 
    943 SOURCE=..\..\Archive\Common\DummyOutStream.cpp
    944 # End Source File
    945 # Begin Source File
    946 
    947 SOURCE=..\..\Archive\Common\DummyOutStream.h
    948 # End Source File
    949 # Begin Source File
    950 
    951 SOURCE=..\..\Archive\Common\HandlerOut.cpp
    952 # End Source File
    953 # Begin Source File
    954 
    955 SOURCE=..\..\Archive\Common\HandlerOut.h
    956 # End Source File
    957 # Begin Source File
    958 
    959 SOURCE=..\..\Archive\Common\InStreamWithCRC.cpp
    960 # End Source File
    961 # Begin Source File
    962 
    963 SOURCE=..\..\Archive\Common\InStreamWithCRC.h
    964 # End Source File
    965 # Begin Source File
    966 
    967 SOURCE=..\..\Archive\Common\ItemNameUtils.cpp
    968 # End Source File
    969 # Begin Source File
    970 
    971 SOURCE=..\..\Archive\Common\ItemNameUtils.h
    972 # End Source File
    973 # Begin Source File
    974 
    975 SOURCE=..\..\Archive\Common\MultiStream.cpp
    976 # End Source File
    977 # Begin Source File
    978 
    979 SOURCE=..\..\Archive\Common\MultiStream.h
    980 # End Source File
    981 # Begin Source File
    982 
    983 SOURCE=..\..\Archive\Common\OutStreamWithCRC.cpp
    984 # End Source File
    985 # Begin Source File
    986 
    987 SOURCE=..\..\Archive\Common\OutStreamWithCRC.h
    988 # End Source File
    989 # Begin Source File
    990 
    991 SOURCE=..\..\Archive\Common\ParseProperties.cpp
    992 # End Source File
    993 # Begin Source File
    994 
    995 SOURCE=..\..\Archive\Common\ParseProperties.h
    996 # End Source File
    997 # End Group
    998 # Begin Source File
    999 
   1000 SOURCE=..\..\Archive\LzmaHandler.cpp
   1001 # End Source File
   1002 # Begin Source File
   1003 
   1004 SOURCE=..\..\Archive\SplitHandler.cpp
   1005 # End Source File
   1006 # Begin Source File
   1007 
   1008 SOURCE=..\..\Archive\XzHandler.cpp
   1009 # End Source File
   1010 # End Group
   1011 # Begin Group "UI Common"
   1012 
   1013 # PROP Default_Filter ""
   1014 # Begin Source File
   1015 
   1016 SOURCE=..\..\UI\Common\ArchiveCommandLine.cpp
   1017 # End Source File
   1018 # Begin Source File
   1019 
   1020 SOURCE=..\..\UI\Common\ArchiveCommandLine.h
   1021 # End Source File
   1022 # Begin Source File
   1023 
   1024 SOURCE=..\..\UI\Common\ArchiveExtractCallback.cpp
   1025 # End Source File
   1026 # Begin Source File
   1027 
   1028 SOURCE=..\..\UI\Common\ArchiveExtractCallback.h
   1029 # End Source File
   1030 # Begin Source File
   1031 
   1032 SOURCE=..\..\UI\Common\ArchiveOpenCallback.cpp
   1033 # End Source File
   1034 # Begin Source File
   1035 
   1036 SOURCE=..\..\UI\Common\ArchiveOpenCallback.h
   1037 # End Source File
   1038 # Begin Source File
   1039 
   1040 SOURCE=..\..\UI\Common\Bench.cpp
   1041 # End Source File
   1042 # Begin Source File
   1043 
   1044 SOURCE=..\..\UI\Common\Bench.h
   1045 # End Source File
   1046 # Begin Source File
   1047 
   1048 SOURCE=..\..\UI\Common\DefaultName.cpp
   1049 # End Source File
   1050 # Begin Source File
   1051 
   1052 SOURCE=..\..\UI\Common\DefaultName.h
   1053 # End Source File
   1054 # Begin Source File
   1055 
   1056 SOURCE=..\..\UI\Common\EnumDirItems.cpp
   1057 # End Source File
   1058 # Begin Source File
   1059 
   1060 SOURCE=..\..\UI\Common\EnumDirItems.h
   1061 # End Source File
   1062 # Begin Source File
   1063 
   1064 SOURCE=..\..\UI\Common\Extract.cpp
   1065 # End Source File
   1066 # Begin Source File
   1067 
   1068 SOURCE=..\..\UI\Common\Extract.h
   1069 # End Source File
   1070 # Begin Source File
   1071 
   1072 SOURCE=..\..\UI\Common\ExtractingFilePath.cpp
   1073 # End Source File
   1074 # Begin Source File
   1075 
   1076 SOURCE=..\..\UI\Common\ExtractingFilePath.h
   1077 # End Source File
   1078 # Begin Source File
   1079 
   1080 SOURCE=..\..\UI\Common\LoadCodecs.cpp
   1081 # End Source File
   1082 # Begin Source File
   1083 
   1084 SOURCE=..\..\UI\Common\LoadCodecs.h
   1085 # End Source File
   1086 # Begin Source File
   1087 
   1088 SOURCE=..\..\UI\Common\OpenArchive.cpp
   1089 # End Source File
   1090 # Begin Source File
   1091 
   1092 SOURCE=..\..\UI\Common\OpenArchive.h
   1093 # End Source File
   1094 # Begin Source File
   1095 
   1096 SOURCE=..\..\UI\Common\Property.h
   1097 # End Source File
   1098 # Begin Source File
   1099 
   1100 SOURCE=..\..\UI\Common\PropIDUtils.cpp
   1101 # End Source File
   1102 # Begin Source File
   1103 
   1104 SOURCE=..\..\UI\Common\PropIDUtils.h
   1105 # End Source File
   1106 # Begin Source File
   1107 
   1108 SOURCE=..\..\UI\Common\SetProperties.cpp
   1109 # End Source File
   1110 # Begin Source File
   1111 
   1112 SOURCE=..\..\UI\Common\SetProperties.h
   1113 # End Source File
   1114 # Begin Source File
   1115 
   1116 SOURCE=..\..\UI\Common\SortUtils.cpp
   1117 # End Source File
   1118 # Begin Source File
   1119 
   1120 SOURCE=..\..\UI\Common\SortUtils.h
   1121 # End Source File
   1122 # Begin Source File
   1123 
   1124 SOURCE=..\..\UI\Common\TempFiles.cpp
   1125 # End Source File
   1126 # Begin Source File
   1127 
   1128 SOURCE=..\..\UI\Common\TempFiles.h
   1129 # End Source File
   1130 # Begin Source File
   1131 
   1132 SOURCE=..\..\UI\Common\Update.cpp
   1133 # End Source File
   1134 # Begin Source File
   1135 
   1136 SOURCE=..\..\UI\Common\Update.h
   1137 # End Source File
   1138 # Begin Source File
   1139 
   1140 SOURCE=..\..\UI\Common\UpdateAction.cpp
   1141 # End Source File
   1142 # Begin Source File
   1143 
   1144 SOURCE=..\..\UI\Common\UpdateAction.h
   1145 # End Source File
   1146 # Begin Source File
   1147 
   1148 SOURCE=..\..\UI\Common\UpdateCallback.cpp
   1149 # End Source File
   1150 # Begin Source File
   1151 
   1152 SOURCE=..\..\UI\Common\UpdateCallback.h
   1153 # End Source File
   1154 # Begin Source File
   1155 
   1156 SOURCE=..\..\UI\Common\UpdatePair.cpp
   1157 # End Source File
   1158 # Begin Source File
   1159 
   1160 SOURCE=..\..\UI\Common\UpdatePair.h
   1161 # End Source File
   1162 # Begin Source File
   1163 
   1164 SOURCE=..\..\UI\Common\UpdateProduce.cpp
   1165 # End Source File
   1166 # Begin Source File
   1167 
   1168 SOURCE=..\..\UI\Common\UpdateProduce.h
   1169 # End Source File
   1170 # Begin Source File
   1171 
   1172 SOURCE=..\..\UI\Common\WorkDir.cpp
   1173 # End Source File
   1174 # Begin Source File
   1175 
   1176 SOURCE=..\..\UI\Common\WorkDir.h
   1177 # End Source File
   1178 # End Group
   1179 # Begin Group "7-zip"
   1180 
   1181 # PROP Default_Filter ""
   1182 # Begin Source File
   1183 
   1184 SOURCE=..\..\ICoder.h
   1185 # End Source File
   1186 # Begin Source File
   1187 
   1188 SOURCE=..\..\IMyUnknown.h
   1189 # End Source File
   1190 # Begin Source File
   1191 
   1192 SOURCE=..\..\IPassword.h
   1193 # End Source File
   1194 # Begin Source File
   1195 
   1196 SOURCE=..\..\IProgress.h
   1197 # End Source File
   1198 # Begin Source File
   1199 
   1200 SOURCE=..\..\IStream.h
   1201 # End Source File
   1202 # Begin Source File
   1203 
   1204 SOURCE=..\..\PropID.h
   1205 # End Source File
   1206 # End Group
   1207 # Begin Group "C"
   1208 
   1209 # PROP Default_Filter ""
   1210 # Begin Group "Xz"
   1211 
   1212 # PROP Default_Filter ""
   1213 # Begin Source File
   1214 
   1215 SOURCE=..\..\..\..\C\Sha256.c
   1216 
   1217 !IF  "$(CFG)" == "Alone - Win32 Release"
   1218 
   1219 # ADD CPP /O2
   1220 # SUBTRACT CPP /YX /Yc /Yu
   1221 
   1222 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1223 
   1224 # SUBTRACT CPP /YX /Yc /Yu
   1225 
   1226 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1227 
   1228 # SUBTRACT CPP /YX /Yc /Yu
   1229 
   1230 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1231 
   1232 # SUBTRACT CPP /YX /Yc /Yu
   1233 
   1234 !ENDIF 
   1235 
   1236 # End Source File
   1237 # Begin Source File
   1238 
   1239 SOURCE=..\..\..\..\C\Sha256.h
   1240 # End Source File
   1241 # Begin Source File
   1242 
   1243 SOURCE=..\..\..\..\C\Xz.c
   1244 
   1245 !IF  "$(CFG)" == "Alone - Win32 Release"
   1246 
   1247 # ADD CPP /O2
   1248 # SUBTRACT CPP /YX /Yc /Yu
   1249 
   1250 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1251 
   1252 # SUBTRACT CPP /YX /Yc /Yu
   1253 
   1254 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1255 
   1256 # SUBTRACT CPP /YX /Yc /Yu
   1257 
   1258 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1259 
   1260 # SUBTRACT CPP /YX /Yc /Yu
   1261 
   1262 !ENDIF 
   1263 
   1264 # End Source File
   1265 # Begin Source File
   1266 
   1267 SOURCE=..\..\..\..\C\Xz.h
   1268 # End Source File
   1269 # Begin Source File
   1270 
   1271 SOURCE=..\..\..\..\C\XzCrc64.c
   1272 
   1273 !IF  "$(CFG)" == "Alone - Win32 Release"
   1274 
   1275 # ADD CPP /O2
   1276 # SUBTRACT CPP /YX /Yc /Yu
   1277 
   1278 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1279 
   1280 # SUBTRACT CPP /YX /Yc /Yu
   1281 
   1282 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1283 
   1284 # SUBTRACT CPP /YX /Yc /Yu
   1285 
   1286 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1287 
   1288 # SUBTRACT CPP /YX /Yc /Yu
   1289 
   1290 !ENDIF 
   1291 
   1292 # End Source File
   1293 # Begin Source File
   1294 
   1295 SOURCE=..\..\..\..\C\XzCrc64.h
   1296 # End Source File
   1297 # Begin Source File
   1298 
   1299 SOURCE=..\..\..\..\C\XzDec.c
   1300 
   1301 !IF  "$(CFG)" == "Alone - Win32 Release"
   1302 
   1303 # ADD CPP /O2
   1304 # SUBTRACT CPP /YX /Yc /Yu
   1305 
   1306 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1307 
   1308 # SUBTRACT CPP /YX /Yc /Yu
   1309 
   1310 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1311 
   1312 # SUBTRACT CPP /YX /Yc /Yu
   1313 
   1314 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1315 
   1316 # SUBTRACT CPP /YX /Yc /Yu
   1317 
   1318 !ENDIF 
   1319 
   1320 # End Source File
   1321 # Begin Source File
   1322 
   1323 SOURCE=..\..\..\..\C\XzEnc.c
   1324 
   1325 !IF  "$(CFG)" == "Alone - Win32 Release"
   1326 
   1327 # ADD CPP /O2
   1328 # SUBTRACT CPP /YX /Yc /Yu
   1329 
   1330 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1331 
   1332 # SUBTRACT CPP /YX /Yc /Yu
   1333 
   1334 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1335 
   1336 # SUBTRACT CPP /YX /Yc /Yu
   1337 
   1338 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1339 
   1340 # SUBTRACT CPP /YX /Yc /Yu
   1341 
   1342 !ENDIF 
   1343 
   1344 # End Source File
   1345 # Begin Source File
   1346 
   1347 SOURCE=..\..\..\..\C\XzEnc.h
   1348 # End Source File
   1349 # Begin Source File
   1350 
   1351 SOURCE=..\..\..\..\C\XzIn.c
   1352 
   1353 !IF  "$(CFG)" == "Alone - Win32 Release"
   1354 
   1355 # ADD CPP /O2
   1356 # SUBTRACT CPP /YX /Yc /Yu
   1357 
   1358 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1359 
   1360 # SUBTRACT CPP /YX /Yc /Yu
   1361 
   1362 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1363 
   1364 # SUBTRACT CPP /YX /Yc /Yu
   1365 
   1366 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1367 
   1368 # SUBTRACT CPP /YX /Yc /Yu
   1369 
   1370 !ENDIF 
   1371 
   1372 # End Source File
   1373 # End Group
   1374 # Begin Source File
   1375 
   1376 SOURCE=..\..\..\..\C\7zCrc.c
   1377 # SUBTRACT CPP /YX /Yc /Yu
   1378 # End Source File
   1379 # Begin Source File
   1380 
   1381 SOURCE=..\..\..\..\C\7zCrc.h
   1382 # End Source File
   1383 # Begin Source File
   1384 
   1385 SOURCE=..\..\..\..\C\7zCrcOpt.c
   1386 
   1387 !IF  "$(CFG)" == "Alone - Win32 Release"
   1388 
   1389 # ADD CPP /O2
   1390 # SUBTRACT CPP /YX /Yc /Yu
   1391 
   1392 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1393 
   1394 # SUBTRACT CPP /YX /Yc /Yu
   1395 
   1396 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1397 
   1398 # ADD CPP /O2
   1399 # SUBTRACT CPP /YX /Yc /Yu
   1400 
   1401 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1402 
   1403 # SUBTRACT CPP /YX /Yc /Yu
   1404 
   1405 !ENDIF 
   1406 
   1407 # End Source File
   1408 # Begin Source File
   1409 
   1410 SOURCE=..\..\..\..\C\7zStream.c
   1411 # SUBTRACT CPP /YX /Yc /Yu
   1412 # End Source File
   1413 # Begin Source File
   1414 
   1415 SOURCE=..\..\..\..\C\Alloc.c
   1416 # SUBTRACT CPP /YX /Yc /Yu
   1417 # End Source File
   1418 # Begin Source File
   1419 
   1420 SOURCE=..\..\..\..\C\Alloc.h
   1421 # End Source File
   1422 # Begin Source File
   1423 
   1424 SOURCE=..\..\..\..\C\Bra.c
   1425 # SUBTRACT CPP /YX /Yc /Yu
   1426 # End Source File
   1427 # Begin Source File
   1428 
   1429 SOURCE=..\..\..\..\C\Bra.h
   1430 # End Source File
   1431 # Begin Source File
   1432 
   1433 SOURCE=..\..\..\..\C\Bra86.c
   1434 # SUBTRACT CPP /YX /Yc /Yu
   1435 # End Source File
   1436 # Begin Source File
   1437 
   1438 SOURCE=..\..\..\..\C\BraIA64.c
   1439 # SUBTRACT CPP /YX /Yc /Yu
   1440 # End Source File
   1441 # Begin Source File
   1442 
   1443 SOURCE=..\..\..\..\C\CpuArch.c
   1444 
   1445 !IF  "$(CFG)" == "Alone - Win32 Release"
   1446 
   1447 # ADD CPP /O2
   1448 # SUBTRACT CPP /YX /Yc /Yu
   1449 
   1450 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1451 
   1452 # SUBTRACT CPP /YX /Yc /Yu
   1453 
   1454 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1455 
   1456 # ADD CPP /O2
   1457 # SUBTRACT CPP /YX /Yc /Yu
   1458 
   1459 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1460 
   1461 # SUBTRACT CPP /YX /Yc /Yu
   1462 
   1463 !ENDIF 
   1464 
   1465 # End Source File
   1466 # Begin Source File
   1467 
   1468 SOURCE=..\..\..\..\C\CpuArch.h
   1469 # End Source File
   1470 # Begin Source File
   1471 
   1472 SOURCE=..\..\..\..\C\Delta.c
   1473 
   1474 !IF  "$(CFG)" == "Alone - Win32 Release"
   1475 
   1476 # ADD CPP /O2
   1477 # SUBTRACT CPP /YX /Yc /Yu
   1478 
   1479 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1480 
   1481 # SUBTRACT CPP /YX /Yc /Yu
   1482 
   1483 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1484 
   1485 # SUBTRACT CPP /YX /Yc /Yu
   1486 
   1487 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1488 
   1489 # SUBTRACT CPP /YX /Yc /Yu
   1490 
   1491 !ENDIF 
   1492 
   1493 # End Source File
   1494 # Begin Source File
   1495 
   1496 SOURCE=..\..\..\..\C\Delta.h
   1497 # End Source File
   1498 # Begin Source File
   1499 
   1500 SOURCE=..\..\..\..\C\IStream.h
   1501 # End Source File
   1502 # Begin Source File
   1503 
   1504 SOURCE=..\..\..\..\C\LzFind.c
   1505 # SUBTRACT CPP /YX /Yc /Yu
   1506 # End Source File
   1507 # Begin Source File
   1508 
   1509 SOURCE=..\..\..\..\C\LzFind.h
   1510 # End Source File
   1511 # Begin Source File
   1512 
   1513 SOURCE=..\..\..\..\C\LzFindMt.c
   1514 # SUBTRACT CPP /YX /Yc /Yu
   1515 # End Source File
   1516 # Begin Source File
   1517 
   1518 SOURCE=..\..\..\..\C\LzFindMt.h
   1519 # End Source File
   1520 # Begin Source File
   1521 
   1522 SOURCE=..\..\..\..\C\Compress\Lz\LzHash.h
   1523 # End Source File
   1524 # Begin Source File
   1525 
   1526 SOURCE=..\..\..\..\C\LzHash.h
   1527 # End Source File
   1528 # Begin Source File
   1529 
   1530 SOURCE=..\..\..\..\C\Lzma2Dec.c
   1531 
   1532 !IF  "$(CFG)" == "Alone - Win32 Release"
   1533 
   1534 # ADD CPP /O2
   1535 # SUBTRACT CPP /YX /Yc /Yu
   1536 
   1537 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1538 
   1539 # SUBTRACT CPP /YX /Yc /Yu
   1540 
   1541 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1542 
   1543 # SUBTRACT CPP /YX /Yc /Yu
   1544 
   1545 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1546 
   1547 # SUBTRACT CPP /YX /Yc /Yu
   1548 
   1549 !ENDIF 
   1550 
   1551 # End Source File
   1552 # Begin Source File
   1553 
   1554 SOURCE=..\..\..\..\C\Lzma2Dec.h
   1555 # End Source File
   1556 # Begin Source File
   1557 
   1558 SOURCE=..\..\..\..\C\Lzma2Enc.c
   1559 
   1560 !IF  "$(CFG)" == "Alone - Win32 Release"
   1561 
   1562 # ADD CPP /O2
   1563 # SUBTRACT CPP /YX /Yc /Yu
   1564 
   1565 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1566 
   1567 # SUBTRACT CPP /YX /Yc /Yu
   1568 
   1569 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1570 
   1571 # SUBTRACT CPP /YX /Yc /Yu
   1572 
   1573 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1574 
   1575 # SUBTRACT CPP /YX /Yc /Yu
   1576 
   1577 !ENDIF 
   1578 
   1579 # End Source File
   1580 # Begin Source File
   1581 
   1582 SOURCE=..\..\..\..\C\Lzma2Enc.h
   1583 # End Source File
   1584 # Begin Source File
   1585 
   1586 SOURCE=..\..\..\..\C\LzmaDec.c
   1587 
   1588 !IF  "$(CFG)" == "Alone - Win32 Release"
   1589 
   1590 # ADD CPP /O2
   1591 # SUBTRACT CPP /YX /Yc /Yu
   1592 
   1593 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1594 
   1595 # SUBTRACT CPP /YX /Yc /Yu
   1596 
   1597 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1598 
   1599 # SUBTRACT CPP /YX /Yc /Yu
   1600 
   1601 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1602 
   1603 # SUBTRACT CPP /YX /Yc /Yu
   1604 
   1605 !ENDIF 
   1606 
   1607 # End Source File
   1608 # Begin Source File
   1609 
   1610 SOURCE=..\..\..\..\C\LzmaDec.h
   1611 # End Source File
   1612 # Begin Source File
   1613 
   1614 SOURCE=..\..\..\..\C\LzmaEnc.c
   1615 # SUBTRACT CPP /YX /Yc /Yu
   1616 # End Source File
   1617 # Begin Source File
   1618 
   1619 SOURCE=..\..\..\..\C\LzmaEnc.h
   1620 # End Source File
   1621 # Begin Source File
   1622 
   1623 SOURCE=..\..\..\..\C\MtCoder.c
   1624 
   1625 !IF  "$(CFG)" == "Alone - Win32 Release"
   1626 
   1627 # ADD CPP /O2
   1628 # SUBTRACT CPP /YX /Yc /Yu
   1629 
   1630 !ELSEIF  "$(CFG)" == "Alone - Win32 Debug"
   1631 
   1632 # SUBTRACT CPP /YX /Yc /Yu
   1633 
   1634 !ELSEIF  "$(CFG)" == "Alone - Win32 ReleaseU"
   1635 
   1636 # SUBTRACT CPP /YX /Yc /Yu
   1637 
   1638 !ELSEIF  "$(CFG)" == "Alone - Win32 DebugU"
   1639 
   1640 # SUBTRACT CPP /YX /Yc /Yu
   1641 
   1642 !ENDIF 
   1643 
   1644 # End Source File
   1645 # Begin Source File
   1646 
   1647 SOURCE=..\..\..\..\C\MtCoder.h
   1648 # End Source File
   1649 # Begin Source File
   1650 
   1651 SOURCE=..\..\..\..\C\Threads.c
   1652 # SUBTRACT CPP /YX /Yc /Yu
   1653 # End Source File
   1654 # Begin Source File
   1655 
   1656 SOURCE=..\..\..\..\C\Threads.h
   1657 # End Source File
   1658 # Begin Source File
   1659 
   1660 SOURCE=..\..\..\..\C\Types.h
   1661 # End Source File
   1662 # End Group
   1663 # End Target
   1664 # End Project
   1665