1370b324cSopenharmony_ci# Microsoft Developer Studio Project File - Name="LzmaLib" - 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) Dynamic-Link Library" 0x0102 6370b324cSopenharmony_ci 7370b324cSopenharmony_ciCFG=LzmaLib - 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 "LzmaLib.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 "LzmaLib.mak" CFG="LzmaLib - Win32 Debug" 17370b324cSopenharmony_ci!MESSAGE 18370b324cSopenharmony_ci!MESSAGE Possible choices for configuration are: 19370b324cSopenharmony_ci!MESSAGE 20370b324cSopenharmony_ci!MESSAGE "LzmaLib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21370b324cSopenharmony_ci!MESSAGE "LzmaLib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 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_ciMTL=midl.exe 30370b324cSopenharmony_ciRSC=rc.exe 31370b324cSopenharmony_ci 32370b324cSopenharmony_ci!IF "$(CFG)" == "LzmaLib - Win32 Release" 33370b324cSopenharmony_ci 34370b324cSopenharmony_ci# PROP BASE Use_MFC 0 35370b324cSopenharmony_ci# PROP BASE Use_Debug_Libraries 0 36370b324cSopenharmony_ci# PROP BASE Output_Dir "Release" 37370b324cSopenharmony_ci# PROP BASE Intermediate_Dir "Release" 38370b324cSopenharmony_ci# PROP BASE Target_Dir "" 39370b324cSopenharmony_ci# PROP Use_MFC 0 40370b324cSopenharmony_ci# PROP Use_Debug_Libraries 0 41370b324cSopenharmony_ci# PROP Output_Dir "Release" 42370b324cSopenharmony_ci# PROP Intermediate_Dir "Release" 43370b324cSopenharmony_ci# PROP Ignore_Export_Lib 0 44370b324cSopenharmony_ci# PROP Target_Dir "" 45370b324cSopenharmony_ci# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LZMALIB_EXPORTS" /YX /FD /c 46370b324cSopenharmony_ci# ADD CPP /nologo /Gr /MT /W3 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LZMALIB_EXPORTS" /FD /c 47370b324cSopenharmony_ci# SUBTRACT CPP /YX 48370b324cSopenharmony_ci# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 49370b324cSopenharmony_ci# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 50370b324cSopenharmony_ci# ADD BASE RSC /l 0x419 /d "NDEBUG" 51370b324cSopenharmony_ci# ADD RSC /l 0x419 /d "NDEBUG" 52370b324cSopenharmony_ciBSC32=bscmake.exe 53370b324cSopenharmony_ci# ADD BASE BSC32 /nologo 54370b324cSopenharmony_ci# ADD BSC32 /nologo 55370b324cSopenharmony_ciLINK32=link.exe 56370b324cSopenharmony_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 /nologo /dll /machine:I386 57370b324cSopenharmony_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 /nologo /dll /machine:I386 /out:"C:\Util\LZMA.dll" /opt:NOWIN98 58370b324cSopenharmony_ci# SUBTRACT LINK32 /pdb:none 59370b324cSopenharmony_ci 60370b324cSopenharmony_ci!ELSEIF "$(CFG)" == "LzmaLib - Win32 Debug" 61370b324cSopenharmony_ci 62370b324cSopenharmony_ci# PROP BASE Use_MFC 0 63370b324cSopenharmony_ci# PROP BASE Use_Debug_Libraries 1 64370b324cSopenharmony_ci# PROP BASE Output_Dir "Debug" 65370b324cSopenharmony_ci# PROP BASE Intermediate_Dir "Debug" 66370b324cSopenharmony_ci# PROP BASE Target_Dir "" 67370b324cSopenharmony_ci# PROP Use_MFC 0 68370b324cSopenharmony_ci# PROP Use_Debug_Libraries 1 69370b324cSopenharmony_ci# PROP Output_Dir "Debug" 70370b324cSopenharmony_ci# PROP Intermediate_Dir "Debug" 71370b324cSopenharmony_ci# PROP Ignore_Export_Lib 0 72370b324cSopenharmony_ci# PROP Target_Dir "" 73370b324cSopenharmony_ci# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LZMALIB_EXPORTS" /YX /FD /GZ /c 74370b324cSopenharmony_ci# ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LZMALIB_EXPORTS" /D "COMPRESS_MF_MT" /FD /GZ /c 75370b324cSopenharmony_ci# SUBTRACT CPP /YX 76370b324cSopenharmony_ci# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 77370b324cSopenharmony_ci# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 78370b324cSopenharmony_ci# ADD BASE RSC /l 0x419 /d "_DEBUG" 79370b324cSopenharmony_ci# ADD RSC /l 0x419 /d "_DEBUG" 80370b324cSopenharmony_ciBSC32=bscmake.exe 81370b324cSopenharmony_ci# ADD BASE BSC32 /nologo 82370b324cSopenharmony_ci# ADD BSC32 /nologo 83370b324cSopenharmony_ciLINK32=link.exe 84370b324cSopenharmony_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 /nologo /dll /debug /machine:I386 /pdbtype:sept 85370b324cSopenharmony_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 /nologo /dll /debug /machine:I386 /out:"C:\Util\LZMA.dll" /pdbtype:sept 86370b324cSopenharmony_ci 87370b324cSopenharmony_ci!ENDIF 88370b324cSopenharmony_ci 89370b324cSopenharmony_ci# Begin Target 90370b324cSopenharmony_ci 91370b324cSopenharmony_ci# Name "LzmaLib - Win32 Release" 92370b324cSopenharmony_ci# Name "LzmaLib - Win32 Debug" 93370b324cSopenharmony_ci# Begin Group "Spec" 94370b324cSopenharmony_ci 95370b324cSopenharmony_ci# PROP Default_Filter "" 96370b324cSopenharmony_ci# Begin Source File 97370b324cSopenharmony_ci 98370b324cSopenharmony_ciSOURCE=.\LzmaLib.def 99370b324cSopenharmony_ci# End Source File 100370b324cSopenharmony_ci# Begin Source File 101370b324cSopenharmony_ci 102370b324cSopenharmony_ciSOURCE=.\LzmaLibExports.c 103370b324cSopenharmony_ci# End Source File 104370b324cSopenharmony_ci# Begin Source File 105370b324cSopenharmony_ci 106370b324cSopenharmony_ciSOURCE=.\Precomp.h 107370b324cSopenharmony_ci# End Source File 108370b324cSopenharmony_ci# End Group 109370b324cSopenharmony_ci# Begin Source File 110370b324cSopenharmony_ci 111370b324cSopenharmony_ciSOURCE=..\..\7zTypes.h 112370b324cSopenharmony_ci# End Source File 113370b324cSopenharmony_ci# Begin Source File 114370b324cSopenharmony_ci 115370b324cSopenharmony_ciSOURCE=..\..\7zWindows.h 116370b324cSopenharmony_ci# End Source File 117370b324cSopenharmony_ci# Begin Source File 118370b324cSopenharmony_ci 119370b324cSopenharmony_ciSOURCE=..\..\Alloc.c 120370b324cSopenharmony_ci# End Source File 121370b324cSopenharmony_ci# Begin Source File 122370b324cSopenharmony_ci 123370b324cSopenharmony_ciSOURCE=..\..\Alloc.h 124370b324cSopenharmony_ci# End Source File 125370b324cSopenharmony_ci# Begin Source File 126370b324cSopenharmony_ci 127370b324cSopenharmony_ciSOURCE=..\..\Compiler.h 128370b324cSopenharmony_ci# End Source File 129370b324cSopenharmony_ci# Begin Source File 130370b324cSopenharmony_ci 131370b324cSopenharmony_ciSOURCE=..\..\CpuArch.h 132370b324cSopenharmony_ci# End Source File 133370b324cSopenharmony_ci# Begin Source File 134370b324cSopenharmony_ci 135370b324cSopenharmony_ciSOURCE=..\..\IStream.h 136370b324cSopenharmony_ci# End Source File 137370b324cSopenharmony_ci# Begin Source File 138370b324cSopenharmony_ci 139370b324cSopenharmony_ciSOURCE=..\..\LzFind.c 140370b324cSopenharmony_ci# End Source File 141370b324cSopenharmony_ci# Begin Source File 142370b324cSopenharmony_ci 143370b324cSopenharmony_ciSOURCE=..\..\LzFind.h 144370b324cSopenharmony_ci# End Source File 145370b324cSopenharmony_ci# Begin Source File 146370b324cSopenharmony_ci 147370b324cSopenharmony_ciSOURCE=..\..\LzFindMt.c 148370b324cSopenharmony_ci# End Source File 149370b324cSopenharmony_ci# Begin Source File 150370b324cSopenharmony_ci 151370b324cSopenharmony_ciSOURCE=..\..\LzFindMt.h 152370b324cSopenharmony_ci# End Source File 153370b324cSopenharmony_ci# Begin Source File 154370b324cSopenharmony_ci 155370b324cSopenharmony_ciSOURCE=..\..\LzFindOpt.c 156370b324cSopenharmony_ci# End Source File 157370b324cSopenharmony_ci# Begin Source File 158370b324cSopenharmony_ci 159370b324cSopenharmony_ciSOURCE=..\..\LzHash.h 160370b324cSopenharmony_ci# End Source File 161370b324cSopenharmony_ci# Begin Source File 162370b324cSopenharmony_ci 163370b324cSopenharmony_ciSOURCE=..\..\LzmaDec.c 164370b324cSopenharmony_ci# End Source File 165370b324cSopenharmony_ci# Begin Source File 166370b324cSopenharmony_ci 167370b324cSopenharmony_ciSOURCE=..\..\LzmaDec.h 168370b324cSopenharmony_ci# End Source File 169370b324cSopenharmony_ci# Begin Source File 170370b324cSopenharmony_ci 171370b324cSopenharmony_ciSOURCE=..\..\LzmaEnc.c 172370b324cSopenharmony_ci# End Source File 173370b324cSopenharmony_ci# Begin Source File 174370b324cSopenharmony_ci 175370b324cSopenharmony_ciSOURCE=..\..\LzmaEnc.h 176370b324cSopenharmony_ci# End Source File 177370b324cSopenharmony_ci# Begin Source File 178370b324cSopenharmony_ci 179370b324cSopenharmony_ciSOURCE=..\..\LzmaLib.c 180370b324cSopenharmony_ci# End Source File 181370b324cSopenharmony_ci# Begin Source File 182370b324cSopenharmony_ci 183370b324cSopenharmony_ciSOURCE=..\..\LzmaLib.h 184370b324cSopenharmony_ci# End Source File 185370b324cSopenharmony_ci# Begin Source File 186370b324cSopenharmony_ci 187370b324cSopenharmony_ciSOURCE=..\..\Precomp.h 188370b324cSopenharmony_ci# End Source File 189370b324cSopenharmony_ci# Begin Source File 190370b324cSopenharmony_ci 191370b324cSopenharmony_ciSOURCE=.\resource.rc 192370b324cSopenharmony_ci# End Source File 193370b324cSopenharmony_ci# Begin Source File 194370b324cSopenharmony_ci 195370b324cSopenharmony_ciSOURCE=..\..\Threads.c 196370b324cSopenharmony_ci# End Source File 197370b324cSopenharmony_ci# Begin Source File 198370b324cSopenharmony_ci 199370b324cSopenharmony_ciSOURCE=..\..\Threads.h 200370b324cSopenharmony_ci# End Source File 201370b324cSopenharmony_ci# End Target 202370b324cSopenharmony_ci# End Project 203