1370b324cSopenharmony_ci# Microsoft Developer Studio Project File - Name="7z" - 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=7z - 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 "7z.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 "7z.mak" CFG="7z - Win32 Debug" 17370b324cSopenharmony_ci!MESSAGE 18370b324cSopenharmony_ci!MESSAGE Possible choices for configuration are: 19370b324cSopenharmony_ci!MESSAGE 20370b324cSopenharmony_ci!MESSAGE "7z - Win32 Release" (based on "Win32 (x86) Console Application") 21370b324cSopenharmony_ci!MESSAGE "7z - 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)" == "7z - 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 /MD /W4 /WX /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /D "Z7_PPMD_SUPPORT" /FAcs /Yu"Precomp.h" /FD /c 46370b324cSopenharmony_ci# ADD BASE RSC /l 0x419 /d "NDEBUG" 47370b324cSopenharmony_ci# ADD RSC /l 0x419 /d "NDEBUG" 48370b324cSopenharmony_ciBSC32=bscmake.exe 49370b324cSopenharmony_ci# ADD BASE BSC32 /nologo 50370b324cSopenharmony_ci# ADD BSC32 /nologo 51370b324cSopenharmony_ciLINK32=link.exe 52370b324cSopenharmony_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 53370b324cSopenharmony_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\7zDec.exe" /opt:NOWIN98 54370b324cSopenharmony_ci# SUBTRACT LINK32 /pdb:none 55370b324cSopenharmony_ci 56370b324cSopenharmony_ci!ELSEIF "$(CFG)" == "7z - 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 /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "_SZ_ALLOC_DEBUG2" /D "_SZ_NO_INT_64_A" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /D "Z7_PPMD_SUPPORT" /Yu"Precomp.h" /FD /GZ /c 71370b324cSopenharmony_ci# ADD BASE RSC /l 0x419 /d "_DEBUG" 72370b324cSopenharmony_ci# ADD RSC /l 0x419 /d "_DEBUG" 73370b324cSopenharmony_ciBSC32=bscmake.exe 74370b324cSopenharmony_ci# ADD BASE BSC32 /nologo 75370b324cSopenharmony_ci# ADD BSC32 /nologo 76370b324cSopenharmony_ciLINK32=link.exe 77370b324cSopenharmony_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 78370b324cSopenharmony_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\7zDec.exe" /pdbtype:sept 79370b324cSopenharmony_ci 80370b324cSopenharmony_ci!ENDIF 81370b324cSopenharmony_ci 82370b324cSopenharmony_ci# Begin Target 83370b324cSopenharmony_ci 84370b324cSopenharmony_ci# Name "7z - Win32 Release" 85370b324cSopenharmony_ci# Name "7z - Win32 Debug" 86370b324cSopenharmony_ci# Begin Group "Common" 87370b324cSopenharmony_ci 88370b324cSopenharmony_ci# PROP Default_Filter "" 89370b324cSopenharmony_ci# Begin Source File 90370b324cSopenharmony_ci 91370b324cSopenharmony_ciSOURCE=..\..\7z.h 92370b324cSopenharmony_ci# End Source File 93370b324cSopenharmony_ci# Begin Source File 94370b324cSopenharmony_ci 95370b324cSopenharmony_ciSOURCE=..\..\7zAlloc.c 96370b324cSopenharmony_ci# End Source File 97370b324cSopenharmony_ci# Begin Source File 98370b324cSopenharmony_ci 99370b324cSopenharmony_ciSOURCE=..\..\7zAlloc.h 100370b324cSopenharmony_ci# End Source File 101370b324cSopenharmony_ci# Begin Source File 102370b324cSopenharmony_ci 103370b324cSopenharmony_ciSOURCE=..\..\7zArcIn.c 104370b324cSopenharmony_ci# End Source File 105370b324cSopenharmony_ci# Begin Source File 106370b324cSopenharmony_ci 107370b324cSopenharmony_ciSOURCE=..\..\7zBuf.c 108370b324cSopenharmony_ci# End Source File 109370b324cSopenharmony_ci# Begin Source File 110370b324cSopenharmony_ci 111370b324cSopenharmony_ciSOURCE=..\..\7zBuf.h 112370b324cSopenharmony_ci# End Source File 113370b324cSopenharmony_ci# Begin Source File 114370b324cSopenharmony_ci 115370b324cSopenharmony_ciSOURCE=..\..\7zCrc.c 116370b324cSopenharmony_ci# End Source File 117370b324cSopenharmony_ci# Begin Source File 118370b324cSopenharmony_ci 119370b324cSopenharmony_ciSOURCE=..\..\7zCrc.h 120370b324cSopenharmony_ci# End Source File 121370b324cSopenharmony_ci# Begin Source File 122370b324cSopenharmony_ci 123370b324cSopenharmony_ciSOURCE=..\..\7zCrcOpt.c 124370b324cSopenharmony_ci# End Source File 125370b324cSopenharmony_ci# Begin Source File 126370b324cSopenharmony_ci 127370b324cSopenharmony_ciSOURCE=..\..\7zDec.c 128370b324cSopenharmony_ci# ADD CPP /D "_7ZIP_PPMD_SUPPPORT" 129370b324cSopenharmony_ci# End Source File 130370b324cSopenharmony_ci# Begin Source File 131370b324cSopenharmony_ci 132370b324cSopenharmony_ciSOURCE=..\..\7zFile.c 133370b324cSopenharmony_ci# End Source File 134370b324cSopenharmony_ci# Begin Source File 135370b324cSopenharmony_ci 136370b324cSopenharmony_ciSOURCE=..\..\7zFile.h 137370b324cSopenharmony_ci# End Source File 138370b324cSopenharmony_ci# Begin Source File 139370b324cSopenharmony_ci 140370b324cSopenharmony_ciSOURCE=..\..\7zStream.c 141370b324cSopenharmony_ci# End Source File 142370b324cSopenharmony_ci# Begin Source File 143370b324cSopenharmony_ci 144370b324cSopenharmony_ciSOURCE=..\..\7zTypes.h 145370b324cSopenharmony_ci# End Source File 146370b324cSopenharmony_ci# Begin Source File 147370b324cSopenharmony_ci 148370b324cSopenharmony_ciSOURCE=..\..\7zWindows.h 149370b324cSopenharmony_ci# End Source File 150370b324cSopenharmony_ci# Begin Source File 151370b324cSopenharmony_ci 152370b324cSopenharmony_ciSOURCE=..\..\Bcj2.c 153370b324cSopenharmony_ci# End Source File 154370b324cSopenharmony_ci# Begin Source File 155370b324cSopenharmony_ci 156370b324cSopenharmony_ciSOURCE=..\..\Bcj2.h 157370b324cSopenharmony_ci# End Source File 158370b324cSopenharmony_ci# Begin Source File 159370b324cSopenharmony_ci 160370b324cSopenharmony_ciSOURCE=..\..\Bra.c 161370b324cSopenharmony_ci# End Source File 162370b324cSopenharmony_ci# Begin Source File 163370b324cSopenharmony_ci 164370b324cSopenharmony_ciSOURCE=..\..\Bra.h 165370b324cSopenharmony_ci# End Source File 166370b324cSopenharmony_ci# Begin Source File 167370b324cSopenharmony_ci 168370b324cSopenharmony_ciSOURCE=..\..\Bra86.c 169370b324cSopenharmony_ci# End Source File 170370b324cSopenharmony_ci# Begin Source File 171370b324cSopenharmony_ci 172370b324cSopenharmony_ciSOURCE=..\..\BraIA64.c 173370b324cSopenharmony_ci# End Source File 174370b324cSopenharmony_ci# Begin Source File 175370b324cSopenharmony_ci 176370b324cSopenharmony_ciSOURCE=..\..\CpuArch.c 177370b324cSopenharmony_ci# End Source File 178370b324cSopenharmony_ci# Begin Source File 179370b324cSopenharmony_ci 180370b324cSopenharmony_ciSOURCE=..\..\CpuArch.h 181370b324cSopenharmony_ci# End Source File 182370b324cSopenharmony_ci# Begin Source File 183370b324cSopenharmony_ci 184370b324cSopenharmony_ciSOURCE=..\..\Delta.c 185370b324cSopenharmony_ci# End Source File 186370b324cSopenharmony_ci# Begin Source File 187370b324cSopenharmony_ci 188370b324cSopenharmony_ciSOURCE=..\..\Delta.h 189370b324cSopenharmony_ci# End Source File 190370b324cSopenharmony_ci# Begin Source File 191370b324cSopenharmony_ci 192370b324cSopenharmony_ciSOURCE=..\..\Lzma2Dec.c 193370b324cSopenharmony_ci# End Source File 194370b324cSopenharmony_ci# Begin Source File 195370b324cSopenharmony_ci 196370b324cSopenharmony_ciSOURCE=..\..\Lzma2Dec.h 197370b324cSopenharmony_ci# End Source File 198370b324cSopenharmony_ci# Begin Source File 199370b324cSopenharmony_ci 200370b324cSopenharmony_ciSOURCE=..\..\LzmaDec.c 201370b324cSopenharmony_ci# End Source File 202370b324cSopenharmony_ci# Begin Source File 203370b324cSopenharmony_ci 204370b324cSopenharmony_ciSOURCE=..\..\LzmaDec.h 205370b324cSopenharmony_ci# End Source File 206370b324cSopenharmony_ci# Begin Source File 207370b324cSopenharmony_ci 208370b324cSopenharmony_ciSOURCE=..\..\Ppmd.h 209370b324cSopenharmony_ci# End Source File 210370b324cSopenharmony_ci# Begin Source File 211370b324cSopenharmony_ci 212370b324cSopenharmony_ciSOURCE=..\..\Ppmd7.c 213370b324cSopenharmony_ci# End Source File 214370b324cSopenharmony_ci# Begin Source File 215370b324cSopenharmony_ci 216370b324cSopenharmony_ciSOURCE=..\..\Ppmd7.h 217370b324cSopenharmony_ci# End Source File 218370b324cSopenharmony_ci# Begin Source File 219370b324cSopenharmony_ci 220370b324cSopenharmony_ciSOURCE=..\..\Ppmd7Dec.c 221370b324cSopenharmony_ci# End Source File 222370b324cSopenharmony_ci# End Group 223370b324cSopenharmony_ci# Begin Group "Spec" 224370b324cSopenharmony_ci 225370b324cSopenharmony_ci# PROP Default_Filter "" 226370b324cSopenharmony_ci# Begin Source File 227370b324cSopenharmony_ci 228370b324cSopenharmony_ciSOURCE=..\..\Compiler.h 229370b324cSopenharmony_ci# End Source File 230370b324cSopenharmony_ci# Begin Source File 231370b324cSopenharmony_ci 232370b324cSopenharmony_ciSOURCE=.\Precomp.c 233370b324cSopenharmony_ci# ADD CPP /Yc"Precomp.h" 234370b324cSopenharmony_ci# End Source File 235370b324cSopenharmony_ci# Begin Source File 236370b324cSopenharmony_ci 237370b324cSopenharmony_ciSOURCE=.\Precomp.h 238370b324cSopenharmony_ci# End Source File 239370b324cSopenharmony_ci# End Group 240370b324cSopenharmony_ci# Begin Source File 241370b324cSopenharmony_ci 242370b324cSopenharmony_ciSOURCE=.\7zMain.c 243370b324cSopenharmony_ci# End Source File 244370b324cSopenharmony_ci# End Target 245370b324cSopenharmony_ci# End Project 246