1370b324cSopenharmony_ci# Microsoft Developer Studio Project File - Name="LzmaUtil" - Package Owner=<4> 2370b324cSopenharmony_ci# Microsoft Developer Studio Generated Build File, Format Version 6.00 3370b324cSopenharmony_ci# ** DO NOT EDIT ** 4370b324cSopenharmony_ci 5370b324cSopenharmony_ci# TARGTYPE "Win32 (x86) Console Application" 0x0103 6370b324cSopenharmony_ci 7370b324cSopenharmony_ciCFG=LzmaUtil - Win32 Debug 8370b324cSopenharmony_ci!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9370b324cSopenharmony_ci!MESSAGE use the Export Makefile command and run 10370b324cSopenharmony_ci!MESSAGE 11370b324cSopenharmony_ci!MESSAGE NMAKE /f "LzmaUtil.mak". 12370b324cSopenharmony_ci!MESSAGE 13370b324cSopenharmony_ci!MESSAGE You can specify a configuration when running NMAKE 14370b324cSopenharmony_ci!MESSAGE by defining the macro CFG on the command line. For example: 15370b324cSopenharmony_ci!MESSAGE 16370b324cSopenharmony_ci!MESSAGE NMAKE /f "LzmaUtil.mak" CFG="LzmaUtil - Win32 Debug" 17370b324cSopenharmony_ci!MESSAGE 18370b324cSopenharmony_ci!MESSAGE Possible choices for configuration are: 19370b324cSopenharmony_ci!MESSAGE 20370b324cSopenharmony_ci!MESSAGE "LzmaUtil - Win32 Release" (based on "Win32 (x86) Console Application") 21370b324cSopenharmony_ci!MESSAGE "LzmaUtil - Win32 Debug" (based on "Win32 (x86) Console Application") 22370b324cSopenharmony_ci!MESSAGE 23370b324cSopenharmony_ci 24370b324cSopenharmony_ci# Begin Project 25370b324cSopenharmony_ci# PROP AllowPerConfigDependencies 0 26370b324cSopenharmony_ci# PROP Scc_ProjName "" 27370b324cSopenharmony_ci# PROP Scc_LocalPath "" 28370b324cSopenharmony_ciCPP=cl.exe 29370b324cSopenharmony_ciRSC=rc.exe 30370b324cSopenharmony_ci 31370b324cSopenharmony_ci!IF "$(CFG)" == "LzmaUtil - Win32 Release" 32370b324cSopenharmony_ci 33370b324cSopenharmony_ci# PROP BASE Use_MFC 0 34370b324cSopenharmony_ci# PROP BASE Use_Debug_Libraries 0 35370b324cSopenharmony_ci# PROP BASE Output_Dir "Release" 36370b324cSopenharmony_ci# PROP BASE Intermediate_Dir "Release" 37370b324cSopenharmony_ci# PROP BASE Target_Dir "" 38370b324cSopenharmony_ci# PROP Use_MFC 0 39370b324cSopenharmony_ci# PROP Use_Debug_Libraries 0 40370b324cSopenharmony_ci# PROP Output_Dir "Release" 41370b324cSopenharmony_ci# PROP Intermediate_Dir "Release" 42370b324cSopenharmony_ci# PROP Ignore_Export_Lib 0 43370b324cSopenharmony_ci# PROP Target_Dir "" 44370b324cSopenharmony_ci# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 45370b324cSopenharmony_ci# ADD CPP /nologo /MT /W4 /WX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c 46370b324cSopenharmony_ci# SUBTRACT CPP /YX 47370b324cSopenharmony_ci# ADD BASE RSC /l 0x419 /d "NDEBUG" 48370b324cSopenharmony_ci# ADD RSC /l 0x419 /d "NDEBUG" 49370b324cSopenharmony_ciBSC32=bscmake.exe 50370b324cSopenharmony_ci# ADD BASE BSC32 /nologo 51370b324cSopenharmony_ci# ADD BSC32 /nologo 52370b324cSopenharmony_ciLINK32=link.exe 53370b324cSopenharmony_ci# 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 54370b324cSopenharmony_ci# 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\7lzma.exe" 55370b324cSopenharmony_ci 56370b324cSopenharmony_ci!ELSEIF "$(CFG)" == "LzmaUtil - Win32 Debug" 57370b324cSopenharmony_ci 58370b324cSopenharmony_ci# PROP BASE Use_MFC 0 59370b324cSopenharmony_ci# PROP BASE Use_Debug_Libraries 1 60370b324cSopenharmony_ci# PROP BASE Output_Dir "Debug" 61370b324cSopenharmony_ci# PROP BASE Intermediate_Dir "Debug" 62370b324cSopenharmony_ci# PROP BASE Target_Dir "" 63370b324cSopenharmony_ci# PROP Use_MFC 0 64370b324cSopenharmony_ci# PROP Use_Debug_Libraries 1 65370b324cSopenharmony_ci# PROP Output_Dir "Debug" 66370b324cSopenharmony_ci# PROP Intermediate_Dir "Debug" 67370b324cSopenharmony_ci# PROP Ignore_Export_Lib 0 68370b324cSopenharmony_ci# PROP Target_Dir "" 69370b324cSopenharmony_ci# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c 70370b324cSopenharmony_ci# ADD CPP /nologo /MTd /W4 /WX /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c 71370b324cSopenharmony_ci# SUBTRACT CPP /YX 72370b324cSopenharmony_ci# ADD BASE RSC /l 0x419 /d "_DEBUG" 73370b324cSopenharmony_ci# ADD RSC /l 0x419 /d "_DEBUG" 74370b324cSopenharmony_ciBSC32=bscmake.exe 75370b324cSopenharmony_ci# ADD BASE BSC32 /nologo 76370b324cSopenharmony_ci# ADD BSC32 /nologo 77370b324cSopenharmony_ciLINK32=link.exe 78370b324cSopenharmony_ci# 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 79370b324cSopenharmony_ci# 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\7lzma.exe" /pdbtype:sept 80370b324cSopenharmony_ci 81370b324cSopenharmony_ci!ENDIF 82370b324cSopenharmony_ci 83370b324cSopenharmony_ci# Begin Target 84370b324cSopenharmony_ci 85370b324cSopenharmony_ci# Name "LzmaUtil - Win32 Release" 86370b324cSopenharmony_ci# Name "LzmaUtil - Win32 Debug" 87370b324cSopenharmony_ci# Begin Source File 88370b324cSopenharmony_ci 89370b324cSopenharmony_ciSOURCE=..\..\7zFile.c 90370b324cSopenharmony_ci# End Source File 91370b324cSopenharmony_ci# Begin Source File 92370b324cSopenharmony_ci 93370b324cSopenharmony_ciSOURCE=..\..\7zFile.h 94370b324cSopenharmony_ci# End Source File 95370b324cSopenharmony_ci# Begin Source File 96370b324cSopenharmony_ci 97370b324cSopenharmony_ciSOURCE=..\..\7zStream.c 98370b324cSopenharmony_ci# End Source File 99370b324cSopenharmony_ci# Begin Source File 100370b324cSopenharmony_ci 101370b324cSopenharmony_ciSOURCE=..\..\7zTypes.h 102370b324cSopenharmony_ci# End Source File 103370b324cSopenharmony_ci# Begin Source File 104370b324cSopenharmony_ci 105370b324cSopenharmony_ciSOURCE=..\..\7zVersion.h 106370b324cSopenharmony_ci# End Source File 107370b324cSopenharmony_ci# Begin Source File 108370b324cSopenharmony_ci 109370b324cSopenharmony_ciSOURCE=..\..\7zWindows.h 110370b324cSopenharmony_ci# End Source File 111370b324cSopenharmony_ci# Begin Source File 112370b324cSopenharmony_ci 113370b324cSopenharmony_ciSOURCE=..\..\Alloc.c 114370b324cSopenharmony_ci# End Source File 115370b324cSopenharmony_ci# Begin Source File 116370b324cSopenharmony_ci 117370b324cSopenharmony_ciSOURCE=..\..\Alloc.h 118370b324cSopenharmony_ci# End Source File 119370b324cSopenharmony_ci# Begin Source File 120370b324cSopenharmony_ci 121370b324cSopenharmony_ciSOURCE=..\..\Compiler.h 122370b324cSopenharmony_ci# End Source File 123370b324cSopenharmony_ci# Begin Source File 124370b324cSopenharmony_ci 125370b324cSopenharmony_ciSOURCE=..\..\CpuArch.h 126370b324cSopenharmony_ci# End Source File 127370b324cSopenharmony_ci# Begin Source File 128370b324cSopenharmony_ci 129370b324cSopenharmony_ciSOURCE=..\..\LzFind.c 130370b324cSopenharmony_ci# End Source File 131370b324cSopenharmony_ci# Begin Source File 132370b324cSopenharmony_ci 133370b324cSopenharmony_ciSOURCE=..\..\LzFind.h 134370b324cSopenharmony_ci# End Source File 135370b324cSopenharmony_ci# Begin Source File 136370b324cSopenharmony_ci 137370b324cSopenharmony_ciSOURCE=..\..\LzFindMt.c 138370b324cSopenharmony_ci# End Source File 139370b324cSopenharmony_ci# Begin Source File 140370b324cSopenharmony_ci 141370b324cSopenharmony_ciSOURCE=..\..\LzFindMt.h 142370b324cSopenharmony_ci# End Source File 143370b324cSopenharmony_ci# Begin Source File 144370b324cSopenharmony_ci 145370b324cSopenharmony_ciSOURCE=..\..\LzFindOpt.c 146370b324cSopenharmony_ci# End Source File 147370b324cSopenharmony_ci# Begin Source File 148370b324cSopenharmony_ci 149370b324cSopenharmony_ciSOURCE=..\..\LzHash.h 150370b324cSopenharmony_ci# End Source File 151370b324cSopenharmony_ci# Begin Source File 152370b324cSopenharmony_ci 153370b324cSopenharmony_ciSOURCE=..\..\LzmaDec.c 154370b324cSopenharmony_ci# End Source File 155370b324cSopenharmony_ci# Begin Source File 156370b324cSopenharmony_ci 157370b324cSopenharmony_ciSOURCE=..\..\LzmaDec.h 158370b324cSopenharmony_ci# End Source File 159370b324cSopenharmony_ci# Begin Source File 160370b324cSopenharmony_ci 161370b324cSopenharmony_ciSOURCE=..\..\LzmaEnc.c 162370b324cSopenharmony_ci# End Source File 163370b324cSopenharmony_ci# Begin Source File 164370b324cSopenharmony_ci 165370b324cSopenharmony_ciSOURCE=..\..\LzmaEnc.h 166370b324cSopenharmony_ci# End Source File 167370b324cSopenharmony_ci# Begin Source File 168370b324cSopenharmony_ci 169370b324cSopenharmony_ciSOURCE=.\LzmaUtil.c 170370b324cSopenharmony_ci# End Source File 171370b324cSopenharmony_ci# Begin Source File 172370b324cSopenharmony_ci 173370b324cSopenharmony_ciSOURCE=..\..\Precomp.h 174370b324cSopenharmony_ci# End Source File 175370b324cSopenharmony_ci# Begin Source File 176370b324cSopenharmony_ci 177370b324cSopenharmony_ciSOURCE=.\Precomp.h 178370b324cSopenharmony_ci# End Source File 179370b324cSopenharmony_ci# Begin Source File 180370b324cSopenharmony_ci 181370b324cSopenharmony_ciSOURCE=..\..\Threads.c 182370b324cSopenharmony_ci# End Source File 183370b324cSopenharmony_ci# Begin Source File 184370b324cSopenharmony_ci 185370b324cSopenharmony_ciSOURCE=..\..\Threads.h 186370b324cSopenharmony_ci# End Source File 187370b324cSopenharmony_ci# End Target 188370b324cSopenharmony_ci# End Project 189