# Microsoft Developer Studio Project File - Name="LzmaCon" - Package Owner=<4> | |
# Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
# ** DO NOT EDIT ** | |
# TARGTYPE "Win32 (x86) Console Application" 0x0103 | |
CFG=LzmaCon - Win32 Debug | |
!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 "LzmaCon.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 "LzmaCon.mak" CFG="LzmaCon - Win32 Debug" | |
!MESSAGE | |
!MESSAGE Possible choices for configuration are: | |
!MESSAGE | |
!MESSAGE "LzmaCon - Win32 Release" (based on "Win32 (x86) Console Application") | |
!MESSAGE "LzmaCon - Win32 Debug" (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)" == "LzmaCon - 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 /Gr /MD /W4 /WX /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /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" | |
!ELSEIF "$(CFG)" == "LzmaCon - 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 /MDd /W4 /WX /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /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 | |
!ENDIF | |
# Begin Target | |
# Name "LzmaCon - Win32 Release" | |
# Name "LzmaCon - Win32 Debug" | |
# 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 Source File | |
SOURCE=..\..\Compress\LzmaDecoder.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Compress\LzmaDecoder.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Compress\LzmaEncoder.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Compress\LzmaEncoder.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Compress\LzmaRegister.cpp | |
# End Source File | |
# 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\PropVariant.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\Windows\PropVariant.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\ComTry.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\Common\CRC.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\Common\CrcReg.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\Common\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\MyUnknown.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.cpp | |
# 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\CreateCoder.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Common\CreateCoder.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Common\CWrappers.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Common\CWrappers.h | |
# End Source File | |
# 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\FilterCoder.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Common\FilterCoder.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Common\MethodProps.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\Common\MethodProps.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 "UI Common" | |
# PROP Default_Filter "" | |
# Begin Source File | |
SOURCE=..\..\UI\Common\Bench.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\UI\Common\Bench.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\UI\Common\LoadCodecs.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\UI\Common\LoadCodecs.h | |
# End Source File | |
# End Group | |
# Begin Group "Console" | |
# PROP Default_Filter "" | |
# Begin Source File | |
SOURCE=..\..\UI\Console\BenchCon.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\UI\Console\BenchCon.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\UI\Console\ConsoleClose.cpp | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\UI\Console\ConsoleClose.h | |
# End Source File | |
# End Group | |
# Begin Group "C" | |
# PROP Default_Filter "" | |
# 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\7zCrcOpt.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# 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\Bra.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\Bra.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\Bra86.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\BraIA64.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\CpuArch.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\CpuArch.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzFind.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzFind.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzFindMt.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzFindMt.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzHash.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\Lzma86.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\Lzma86Dec.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\Lzma86Enc.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzmaDec.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzmaDec.h | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzmaEnc.c | |
# SUBTRACT CPP /YX /Yc /Yu | |
# End Source File | |
# Begin Source File | |
SOURCE=..\..\..\..\C\LzmaEnc.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 | |
# Begin Source File | |
SOURCE=..\..\..\..\C\Types.h | |
# End Source File | |
# End Group | |
# Begin Source File | |
SOURCE=.\LzmaAlone.cpp | |
# End Source File | |
# End Target | |
# End Project |