| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- # Microsoft Developer Studio Project File - Name="AloneLZMA" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 6.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Console Application" 0x0103
- CFG=AloneLZMA - Win32 DebugU
- !MESSAGE This is not a valid makefile. To build this project using NMAKE,
- !MESSAGE use the Export Makefile command and run
- !MESSAGE
- !MESSAGE NMAKE /f "AloneLZMA.mak".
- !MESSAGE
- !MESSAGE You can specify a configuration when running NMAKE
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "AloneLZMA.mak" CFG="AloneLZMA - Win32 DebugU"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "AloneLZMA - Win32 Release" (based on "Win32 (x86) Console Application")
- !MESSAGE "AloneLZMA - Win32 Debug" (based on "Win32 (x86) Console Application")
- !MESSAGE "AloneLZMA - Win32 ReleaseU" (based on "Win32 (x86) Console Application")
- !MESSAGE "AloneLZMA - Win32 DebugU" (based on "Win32 (x86) Console Application")
- !MESSAGE
- # Begin Project
- # PROP AllowPerConfigDependencies 0
- # PROP Scc_ProjName ""
- # PROP Scc_LocalPath ""
- CPP=cl.exe
- RSC=rc.exe
- !IF "$(CFG)" == "AloneLZMA - Win32 Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
- # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\\" /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /FAcs /Yu"StdAfx.h" /FD /c
- # ADD BASE RSC /l 0x419 /d "NDEBUG"
- # ADD RSC /l 0x419 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # 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
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"c:\UTIL\lzma.exe" /opt:NOWIN98
- # SUBTRACT LINK32 /pdb:none
- !ELSEIF "$(CFG)" == "AloneLZMA - Win32 Debug"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
- # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /Yu"StdAfx.h" /FD /GZ /c
- # ADD BASE RSC /l 0x419 /d "_DEBUG"
- # ADD RSC /l 0x419 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # 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
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"c:\UTIL\lzma.exe" /pdbtype:sept
- !ELSEIF "$(CFG)" == "AloneLZMA - Win32 ReleaseU"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "ReleaseU"
- # PROP BASE Intermediate_Dir "ReleaseU"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "ReleaseU"
- # PROP Intermediate_Dir "ReleaseU"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "FORMAT_BZIP2" /D "FORMAT_ZIP" /D "FORMAT_TAR" /D "FORMAT_GZIP" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "COMPRESS_MF_PAT" /D "COMPRESS_MF_BT" /D "COMPRESS_PPMD" /D "COMPRESS_DEFLATE" /D "COMPRESS_IMPLODE" /D "COMPRESS_BZIP2" /D "CRYPTO_ZIP" /Yu"StdAfx.h" /FD /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /Yu"StdAfx.h" /FD /c
- # ADD BASE RSC /l 0x419 /d "NDEBUG"
- # ADD RSC /l 0x419 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"c:\UTIL\7za2.exe" /opt:NOWIN98
- # SUBTRACT BASE LINK32 /pdb:none
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"c:\UTIL\lzma.exe" /opt:NOWIN98
- # SUBTRACT LINK32 /pdb:none
- !ELSEIF "$(CFG)" == "AloneLZMA - Win32 DebugU"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "DebugU"
- # PROP BASE Intermediate_Dir "DebugU"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "DebugU"
- # PROP Intermediate_Dir "DebugU"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "FORMAT_BZIP2" /D "FORMAT_ZIP" /D "FORMAT_TAR" /D "FORMAT_GZIP" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "COMPRESS_MF_PAT" /D "COMPRESS_MF_BT" /D "COMPRESS_PPMD" /D "COMPRESS_DEFLATE" /D "COMPRESS_IMPLODE" /D "COMPRESS_BZIP2" /D "CRYPTO_ZIP" /D "_MBCS" /Yu"StdAfx.h" /FD /GZ /c
- # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_CONSOLE" /D "COMPRESS_MF_MT" /D "BENCH_MT" /Yu"StdAfx.h" /FD /GZ /c
- # ADD BASE RSC /l 0x419 /d "_DEBUG"
- # ADD RSC /l 0x419 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"c:\UTIL\7za2.exe" /pdbtype:sept
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"c:\UTIL\lzma.exe" /pdbtype:sept
- !ENDIF
- # Begin Target
- # Name "AloneLZMA - Win32 Release"
- # Name "AloneLZMA - Win32 Debug"
- # Name "AloneLZMA - Win32 ReleaseU"
- # Name "AloneLZMA - Win32 DebugU"
- # Begin Group "Spec"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=.\StdAfx.cpp
- # ADD CPP /Yc"StdAfx.h"
- # End Source File
- # Begin Source File
- SOURCE=.\StdAfx.h
- # End Source File
- # End Group
- # Begin Group "Compress"
- # PROP Default_Filter ""
- # Begin Group "LZMA"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\LZMA\LZMA.h
- # End Source File
- # Begin Source File
- SOURCE=..\LZMA\LZMADecoder.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\LZMA\LZMADecoder.h
- # End Source File
- # Begin Source File
- SOURCE=..\LZMA\LZMAEncoder.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\LZMA\LZMAEncoder.h
- # End Source File
- # End Group
- # Begin Group "RangeCoder"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\RangeCoder\RangeCoder.h
- # End Source File
- # Begin Source File
- SOURCE=..\RangeCoder\RangeCoderBit.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\RangeCoder\RangeCoderBit.h
- # End Source File
- # Begin Source File
- SOURCE=..\RangeCoder\RangeCoderBitTree.h
- # End Source File
- # Begin Source File
- SOURCE=..\RangeCoder\RangeCoderOpt.h
- # End Source File
- # End Group
- # Begin Group "LZ"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\LZ\LZOutWindow.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\LZ\LZOutWindow.h
- # End Source File
- # End Group
- # End Group
- # Begin Group "Windows"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\..\..\Windows\FileIO.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\FileIO.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\Synchronization.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\Synchronization.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\System.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\System.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\Thread.h
- # End Source File
- # End Group
- # Begin Group "Common"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\..\..\Common\CommandLineParser.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\CommandLineParser.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\CRC.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\Defs.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Windows\Defs.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\IntToString.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\IntToString.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\MyCom.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\MyString.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\MyString.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\MyVector.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\MyVector.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\MyWindows.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\NewHandler.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\NewHandler.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\StringConvert.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\StringConvert.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\StringToInt.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\StringToInt.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\Common\Types.h
- # End Source File
- # End Group
- # Begin Group "7zip Common"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\..\Common\FileStreams.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\FileStreams.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\InBuffer.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\InBuffer.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\OutBuffer.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\OutBuffer.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\StreamUtils.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\Common\StreamUtils.h
- # End Source File
- # End Group
- # Begin Group "C"
- # PROP Default_Filter ""
- # Begin Group "C-Lz"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lz\MatchFinder.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lz\MatchFinder.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lz\MatchFinderMt.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lz\MatchFinderMt.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Threads.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Threads.h
- # End Source File
- # End Group
- # Begin Group "LZMA_C"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lzma\LzmaDecode.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lzma\LzmaDecode.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Lzma\LzmaTypes.h
- # End Source File
- # End Group
- # Begin Group "Branch"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Branch\BranchTypes.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Branch\BranchX86.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Compress\Branch\BranchX86.h
- # End Source File
- # End Group
- # Begin Source File
- SOURCE=..\..\..\..\C\7zCrc.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\7zCrc.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Alloc.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Alloc.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\..\..\C\Types.h
- # End Source File
- # End Group
- # Begin Source File
- SOURCE=..\..\ICoder.h
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaAlone.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaBench.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaBench.h
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaBenchCon.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaBenchCon.h
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaRam.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaRam.h
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaRamDecode.c
- # SUBTRACT CPP /YX /Yc /Yu
- # End Source File
- # Begin Source File
- SOURCE=.\LzmaRamDecode.h
- # End Source File
- # End Target
- # End Project
|