1*44bedb31SLionel Sambuc# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4> 2*44bedb31SLionel Sambuc# Microsoft Developer Studio Generated Build File, Format Version 6.00 3*44bedb31SLionel Sambuc# ** DO NOT EDIT ** 4*44bedb31SLionel Sambuc 5*44bedb31SLionel Sambuc# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6*44bedb31SLionel Sambuc# TARGTYPE "Win32 (x86) Static Library" 0x0104 7*44bedb31SLionel Sambuc 8*44bedb31SLionel SambucCFG=zlib - Win32 LIB Debug 9*44bedb31SLionel Sambuc!MESSAGE This is not a valid makefile. To build this project using NMAKE, 10*44bedb31SLionel Sambuc!MESSAGE use the Export Makefile command and run 11*44bedb31SLionel Sambuc!MESSAGE 12*44bedb31SLionel Sambuc!MESSAGE NMAKE /f "zlib.mak". 13*44bedb31SLionel Sambuc!MESSAGE 14*44bedb31SLionel Sambuc!MESSAGE You can specify a configuration when running NMAKE 15*44bedb31SLionel Sambuc!MESSAGE by defining the macro CFG on the command line. For example: 16*44bedb31SLionel Sambuc!MESSAGE 17*44bedb31SLionel Sambuc!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 LIB Debug" 18*44bedb31SLionel Sambuc!MESSAGE 19*44bedb31SLionel Sambuc!MESSAGE Possible choices for configuration are: 20*44bedb31SLionel Sambuc!MESSAGE 21*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") 22*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") 23*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 DLL ASM Release" (based on "Win32 (x86) Dynamic-Link Library") 24*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 DLL ASM Debug" (based on "Win32 (x86) Dynamic-Link Library") 25*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 LIB Release" (based on "Win32 (x86) Static Library") 26*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 LIB Debug" (based on "Win32 (x86) Static Library") 27*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 LIB ASM Release" (based on "Win32 (x86) Static Library") 28*44bedb31SLionel Sambuc!MESSAGE "zlib - Win32 LIB ASM Debug" (based on "Win32 (x86) Static Library") 29*44bedb31SLionel Sambuc!MESSAGE 30*44bedb31SLionel Sambuc 31*44bedb31SLionel Sambuc# Begin Project 32*44bedb31SLionel Sambuc# PROP AllowPerConfigDependencies 0 33*44bedb31SLionel Sambuc# PROP Scc_ProjName "" 34*44bedb31SLionel Sambuc# PROP Scc_LocalPath "" 35*44bedb31SLionel Sambuc 36*44bedb31SLionel Sambuc!IF "$(CFG)" == "zlib - Win32 DLL Release" 37*44bedb31SLionel Sambuc 38*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 39*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0 40*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_DLL_Release" 41*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_DLL_Release" 42*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 43*44bedb31SLionel Sambuc# PROP Use_MFC 0 44*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0 45*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_Release" 46*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_Release" 47*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0 48*44bedb31SLionel Sambuc# PROP Target_Dir "" 49*44bedb31SLionel SambucCPP=cl.exe 50*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c 51*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 52*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c 53*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 54*44bedb31SLionel SambucMTL=midl.exe 55*44bedb31SLionel Sambuc# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 56*44bedb31SLionel Sambuc# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 57*44bedb31SLionel SambucRSC=rc.exe 58*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG" 59*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG" 60*44bedb31SLionel SambucBSC32=bscmake.exe 61*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 62*44bedb31SLionel Sambuc# ADD BSC32 /nologo 63*44bedb31SLionel SambucLINK32=link.exe 64*44bedb31SLionel Sambuc# 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 65*44bedb31SLionel Sambuc# ADD LINK32 /nologo /dll /machine:I386 /out:"Win32_DLL_Release\zlib1.dll" 66*44bedb31SLionel Sambuc 67*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL Debug" 68*44bedb31SLionel Sambuc 69*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 70*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1 71*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_DLL_Debug" 72*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_DLL_Debug" 73*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 74*44bedb31SLionel Sambuc# PROP Use_MFC 0 75*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1 76*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_Debug" 77*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_Debug" 78*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0 79*44bedb31SLionel Sambuc# PROP Target_Dir "" 80*44bedb31SLionel SambucCPP=cl.exe 81*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c 82*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 83*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c 84*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 85*44bedb31SLionel SambucMTL=midl.exe 86*44bedb31SLionel Sambuc# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 87*44bedb31SLionel Sambuc# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 88*44bedb31SLionel SambucRSC=rc.exe 89*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG" 90*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG" 91*44bedb31SLionel SambucBSC32=bscmake.exe 92*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 93*44bedb31SLionel Sambuc# ADD BSC32 /nologo 94*44bedb31SLionel SambucLINK32=link.exe 95*44bedb31SLionel Sambuc# 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 96*44bedb31SLionel Sambuc# ADD LINK32 /nologo /dll /debug /machine:I386 /out:"Win32_DLL_Debug\zlib1d.dll" /pdbtype:sept 97*44bedb31SLionel Sambuc 98*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Release" 99*44bedb31SLionel Sambuc 100*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 101*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0 102*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_DLL_ASM_Release" 103*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_DLL_ASM_Release" 104*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 105*44bedb31SLionel Sambuc# PROP Use_MFC 0 106*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0 107*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_ASM_Release" 108*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_ASM_Release" 109*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0 110*44bedb31SLionel Sambuc# PROP Target_Dir "" 111*44bedb31SLionel SambucCPP=cl.exe 112*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c 113*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 114*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "ASMV" /D "ASMINF" /FD /c 115*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 116*44bedb31SLionel SambucMTL=midl.exe 117*44bedb31SLionel Sambuc# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 118*44bedb31SLionel Sambuc# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 119*44bedb31SLionel SambucRSC=rc.exe 120*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG" 121*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG" 122*44bedb31SLionel SambucBSC32=bscmake.exe 123*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 124*44bedb31SLionel Sambuc# ADD BSC32 /nologo 125*44bedb31SLionel SambucLINK32=link.exe 126*44bedb31SLionel Sambuc# 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 127*44bedb31SLionel Sambuc# ADD LINK32 /nologo /dll /machine:I386 /out:"Win32_DLL_ASM_Release\zlib1.dll" 128*44bedb31SLionel Sambuc 129*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Debug" 130*44bedb31SLionel Sambuc 131*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 132*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1 133*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_DLL_ASM_Debug" 134*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_DLL_ASM_Debug" 135*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 136*44bedb31SLionel Sambuc# PROP Use_MFC 0 137*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1 138*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_ASM_Debug" 139*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_ASM_Debug" 140*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0 141*44bedb31SLionel Sambuc# PROP Target_Dir "" 142*44bedb31SLionel SambucCPP=cl.exe 143*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c 144*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 145*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "ASMV" /D "ASMINF" /FD /GZ /c 146*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 147*44bedb31SLionel SambucMTL=midl.exe 148*44bedb31SLionel Sambuc# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 149*44bedb31SLionel Sambuc# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 150*44bedb31SLionel SambucRSC=rc.exe 151*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG" 152*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG" 153*44bedb31SLionel SambucBSC32=bscmake.exe 154*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 155*44bedb31SLionel Sambuc# ADD BSC32 /nologo 156*44bedb31SLionel SambucLINK32=link.exe 157*44bedb31SLionel Sambuc# 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 158*44bedb31SLionel Sambuc# ADD LINK32 /nologo /dll /debug /machine:I386 /out:"Win32_DLL_ASM_Debug\zlib1d.dll" /pdbtype:sept 159*44bedb31SLionel Sambuc 160*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Release" 161*44bedb31SLionel Sambuc 162*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 163*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0 164*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_LIB_Release" 165*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_LIB_Release" 166*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 167*44bedb31SLionel Sambuc# PROP Use_MFC 0 168*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0 169*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_Release" 170*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_Release" 171*44bedb31SLionel Sambuc# PROP Target_Dir "" 172*44bedb31SLionel SambucCPP=cl.exe 173*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c 174*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 175*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c 176*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 177*44bedb31SLionel SambucRSC=rc.exe 178*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG" 179*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG" 180*44bedb31SLionel SambucBSC32=bscmake.exe 181*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 182*44bedb31SLionel Sambuc# ADD BSC32 /nologo 183*44bedb31SLionel SambucLIB32=link.exe -lib 184*44bedb31SLionel Sambuc# ADD BASE LIB32 /nologo 185*44bedb31SLionel Sambuc# ADD LIB32 /nologo 186*44bedb31SLionel Sambuc 187*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Debug" 188*44bedb31SLionel Sambuc 189*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 190*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1 191*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_LIB_Debug" 192*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_LIB_Debug" 193*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 194*44bedb31SLionel Sambuc# PROP Use_MFC 0 195*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1 196*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_Debug" 197*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_Debug" 198*44bedb31SLionel Sambuc# PROP Target_Dir "" 199*44bedb31SLionel SambucCPP=cl.exe 200*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c 201*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 202*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c 203*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 204*44bedb31SLionel SambucRSC=rc.exe 205*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG" 206*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG" 207*44bedb31SLionel SambucBSC32=bscmake.exe 208*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 209*44bedb31SLionel Sambuc# ADD BSC32 /nologo 210*44bedb31SLionel SambucLIB32=link.exe -lib 211*44bedb31SLionel Sambuc# ADD BASE LIB32 /nologo 212*44bedb31SLionel Sambuc# ADD LIB32 /nologo /out:"Win32_LIB_Debug\zlibd.lib" 213*44bedb31SLionel Sambuc 214*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Release" 215*44bedb31SLionel Sambuc 216*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 217*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0 218*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_LIB_ASM_Release" 219*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_LIB_ASM_Release" 220*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 221*44bedb31SLionel Sambuc# PROP Use_MFC 0 222*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0 223*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_ASM_Release" 224*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_ASM_Release" 225*44bedb31SLionel Sambuc# PROP Target_Dir "" 226*44bedb31SLionel SambucCPP=cl.exe 227*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c 228*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 229*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "ASMV" /D "ASMINF" /FD /c 230*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 231*44bedb31SLionel SambucRSC=rc.exe 232*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG" 233*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG" 234*44bedb31SLionel SambucBSC32=bscmake.exe 235*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 236*44bedb31SLionel Sambuc# ADD BSC32 /nologo 237*44bedb31SLionel SambucLIB32=link.exe -lib 238*44bedb31SLionel Sambuc# ADD BASE LIB32 /nologo 239*44bedb31SLionel Sambuc# ADD LIB32 /nologo 240*44bedb31SLionel Sambuc 241*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Debug" 242*44bedb31SLionel Sambuc 243*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0 244*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1 245*44bedb31SLionel Sambuc# PROP BASE Output_Dir "zlib___Win32_LIB_ASM_Debug" 246*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "zlib___Win32_LIB_ASM_Debug" 247*44bedb31SLionel Sambuc# PROP BASE Target_Dir "" 248*44bedb31SLionel Sambuc# PROP Use_MFC 0 249*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1 250*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_ASM_Debug" 251*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_ASM_Debug" 252*44bedb31SLionel Sambuc# PROP Target_Dir "" 253*44bedb31SLionel SambucCPP=cl.exe 254*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c 255*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX /Yc /Yu 256*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "ASMV" /D "ASMINF" /FD /GZ /c 257*44bedb31SLionel Sambuc# SUBTRACT CPP /YX /Yc /Yu 258*44bedb31SLionel SambucRSC=rc.exe 259*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG" 260*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG" 261*44bedb31SLionel SambucBSC32=bscmake.exe 262*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo 263*44bedb31SLionel Sambuc# ADD BSC32 /nologo 264*44bedb31SLionel SambucLIB32=link.exe -lib 265*44bedb31SLionel Sambuc# ADD BASE LIB32 /nologo 266*44bedb31SLionel Sambuc# ADD LIB32 /nologo /out:"Win32_LIB_ASM_Debug\zlibd.lib" 267*44bedb31SLionel Sambuc 268*44bedb31SLionel Sambuc!ENDIF 269*44bedb31SLionel Sambuc 270*44bedb31SLionel Sambuc# Begin Target 271*44bedb31SLionel Sambuc 272*44bedb31SLionel Sambuc# Name "zlib - Win32 DLL Release" 273*44bedb31SLionel Sambuc# Name "zlib - Win32 DLL Debug" 274*44bedb31SLionel Sambuc# Name "zlib - Win32 DLL ASM Release" 275*44bedb31SLionel Sambuc# Name "zlib - Win32 DLL ASM Debug" 276*44bedb31SLionel Sambuc# Name "zlib - Win32 LIB Release" 277*44bedb31SLionel Sambuc# Name "zlib - Win32 LIB Debug" 278*44bedb31SLionel Sambuc# Name "zlib - Win32 LIB ASM Release" 279*44bedb31SLionel Sambuc# Name "zlib - Win32 LIB ASM Debug" 280*44bedb31SLionel Sambuc# Begin Group "Source Files" 281*44bedb31SLionel Sambuc 282*44bedb31SLionel Sambuc# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 283*44bedb31SLionel Sambuc# Begin Source File 284*44bedb31SLionel Sambuc 285*44bedb31SLionel SambucSOURCE=..\..\adler32.c 286*44bedb31SLionel Sambuc# End Source File 287*44bedb31SLionel Sambuc# Begin Source File 288*44bedb31SLionel Sambuc 289*44bedb31SLionel SambucSOURCE=..\..\compress.c 290*44bedb31SLionel Sambuc# End Source File 291*44bedb31SLionel Sambuc# Begin Source File 292*44bedb31SLionel Sambuc 293*44bedb31SLionel SambucSOURCE=..\..\crc32.c 294*44bedb31SLionel Sambuc# End Source File 295*44bedb31SLionel Sambuc# Begin Source File 296*44bedb31SLionel Sambuc 297*44bedb31SLionel SambucSOURCE=..\..\deflate.c 298*44bedb31SLionel Sambuc# End Source File 299*44bedb31SLionel Sambuc# Begin Source File 300*44bedb31SLionel Sambuc 301*44bedb31SLionel SambucSOURCE=..\..\gzio.c 302*44bedb31SLionel Sambuc# End Source File 303*44bedb31SLionel Sambuc# Begin Source File 304*44bedb31SLionel Sambuc 305*44bedb31SLionel SambucSOURCE=..\..\infback.c 306*44bedb31SLionel Sambuc# End Source File 307*44bedb31SLionel Sambuc# Begin Source File 308*44bedb31SLionel Sambuc 309*44bedb31SLionel SambucSOURCE=..\..\inffast.c 310*44bedb31SLionel Sambuc# End Source File 311*44bedb31SLionel Sambuc# Begin Source File 312*44bedb31SLionel Sambuc 313*44bedb31SLionel SambucSOURCE=..\..\inflate.c 314*44bedb31SLionel Sambuc# End Source File 315*44bedb31SLionel Sambuc# Begin Source File 316*44bedb31SLionel Sambuc 317*44bedb31SLionel SambucSOURCE=..\..\inftrees.c 318*44bedb31SLionel Sambuc# End Source File 319*44bedb31SLionel Sambuc# Begin Source File 320*44bedb31SLionel Sambuc 321*44bedb31SLionel SambucSOURCE=..\..\trees.c 322*44bedb31SLionel Sambuc# End Source File 323*44bedb31SLionel Sambuc# Begin Source File 324*44bedb31SLionel Sambuc 325*44bedb31SLionel SambucSOURCE=..\..\uncompr.c 326*44bedb31SLionel Sambuc# End Source File 327*44bedb31SLionel Sambuc# Begin Source File 328*44bedb31SLionel Sambuc 329*44bedb31SLionel SambucSOURCE=..\..\win32\zlib.def 330*44bedb31SLionel Sambuc 331*44bedb31SLionel Sambuc!IF "$(CFG)" == "zlib - Win32 DLL Release" 332*44bedb31SLionel Sambuc 333*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL Debug" 334*44bedb31SLionel Sambuc 335*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Release" 336*44bedb31SLionel Sambuc 337*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Debug" 338*44bedb31SLionel Sambuc 339*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Release" 340*44bedb31SLionel Sambuc 341*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 342*44bedb31SLionel Sambuc 343*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Debug" 344*44bedb31SLionel Sambuc 345*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 346*44bedb31SLionel Sambuc 347*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Release" 348*44bedb31SLionel Sambuc 349*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 350*44bedb31SLionel Sambuc 351*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Debug" 352*44bedb31SLionel Sambuc 353*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 354*44bedb31SLionel Sambuc 355*44bedb31SLionel Sambuc!ENDIF 356*44bedb31SLionel Sambuc 357*44bedb31SLionel Sambuc# End Source File 358*44bedb31SLionel Sambuc# Begin Source File 359*44bedb31SLionel Sambuc 360*44bedb31SLionel SambucSOURCE=..\..\zutil.c 361*44bedb31SLionel Sambuc# End Source File 362*44bedb31SLionel Sambuc# End Group 363*44bedb31SLionel Sambuc# Begin Group "Header Files" 364*44bedb31SLionel Sambuc 365*44bedb31SLionel Sambuc# PROP Default_Filter "h;hpp;hxx;hm;inl" 366*44bedb31SLionel Sambuc# Begin Source File 367*44bedb31SLionel Sambuc 368*44bedb31SLionel SambucSOURCE=..\..\crc32.h 369*44bedb31SLionel Sambuc# End Source File 370*44bedb31SLionel Sambuc# Begin Source File 371*44bedb31SLionel Sambuc 372*44bedb31SLionel SambucSOURCE=..\..\deflate.h 373*44bedb31SLionel Sambuc# End Source File 374*44bedb31SLionel Sambuc# Begin Source File 375*44bedb31SLionel Sambuc 376*44bedb31SLionel SambucSOURCE=..\..\inffast.h 377*44bedb31SLionel Sambuc# End Source File 378*44bedb31SLionel Sambuc# Begin Source File 379*44bedb31SLionel Sambuc 380*44bedb31SLionel SambucSOURCE=..\..\inffixed.h 381*44bedb31SLionel Sambuc# End Source File 382*44bedb31SLionel Sambuc# Begin Source File 383*44bedb31SLionel Sambuc 384*44bedb31SLionel SambucSOURCE=..\..\inflate.h 385*44bedb31SLionel Sambuc# End Source File 386*44bedb31SLionel Sambuc# Begin Source File 387*44bedb31SLionel Sambuc 388*44bedb31SLionel SambucSOURCE=..\..\inftrees.h 389*44bedb31SLionel Sambuc# End Source File 390*44bedb31SLionel Sambuc# Begin Source File 391*44bedb31SLionel Sambuc 392*44bedb31SLionel SambucSOURCE=..\..\trees.h 393*44bedb31SLionel Sambuc# End Source File 394*44bedb31SLionel Sambuc# Begin Source File 395*44bedb31SLionel Sambuc 396*44bedb31SLionel SambucSOURCE=..\..\zconf.h 397*44bedb31SLionel Sambuc# End Source File 398*44bedb31SLionel Sambuc# Begin Source File 399*44bedb31SLionel Sambuc 400*44bedb31SLionel SambucSOURCE=..\..\zlib.h 401*44bedb31SLionel Sambuc# End Source File 402*44bedb31SLionel Sambuc# Begin Source File 403*44bedb31SLionel Sambuc 404*44bedb31SLionel SambucSOURCE=..\..\zutil.h 405*44bedb31SLionel Sambuc# End Source File 406*44bedb31SLionel Sambuc# End Group 407*44bedb31SLionel Sambuc# Begin Group "Resource Files" 408*44bedb31SLionel Sambuc 409*44bedb31SLionel Sambuc# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 410*44bedb31SLionel Sambuc# Begin Source File 411*44bedb31SLionel Sambuc 412*44bedb31SLionel SambucSOURCE=..\..\win32\zlib1.rc 413*44bedb31SLionel Sambuc# End Source File 414*44bedb31SLionel Sambuc# End Group 415*44bedb31SLionel Sambuc# Begin Group "Assembler Files (Unsupported)" 416*44bedb31SLionel Sambuc 417*44bedb31SLionel Sambuc# PROP Default_Filter "asm;obj;c;cpp;cxx;h;hpp;hxx" 418*44bedb31SLionel Sambuc# Begin Source File 419*44bedb31SLionel Sambuc 420*44bedb31SLionel SambucSOURCE=..\..\contrib\masmx86\gvmat32.asm 421*44bedb31SLionel Sambuc 422*44bedb31SLionel Sambuc!IF "$(CFG)" == "zlib - Win32 DLL Release" 423*44bedb31SLionel Sambuc 424*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 425*44bedb31SLionel Sambuc 426*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL Debug" 427*44bedb31SLionel Sambuc 428*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 429*44bedb31SLionel Sambuc 430*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Release" 431*44bedb31SLionel Sambuc 432*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 433*44bedb31SLionel SambucIntDir=.\Win32_DLL_ASM_Release 434*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\gvmat32.asm 435*44bedb31SLionel SambucInputName=gvmat32 436*44bedb31SLionel Sambuc 437*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 438*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 439*44bedb31SLionel Sambuc 440*44bedb31SLionel Sambuc# End Custom Build 441*44bedb31SLionel Sambuc 442*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Debug" 443*44bedb31SLionel Sambuc 444*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 445*44bedb31SLionel SambucIntDir=.\Win32_DLL_ASM_Debug 446*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\gvmat32.asm 447*44bedb31SLionel SambucInputName=gvmat32 448*44bedb31SLionel Sambuc 449*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 450*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 451*44bedb31SLionel Sambuc 452*44bedb31SLionel Sambuc# End Custom Build 453*44bedb31SLionel Sambuc 454*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Release" 455*44bedb31SLionel Sambuc 456*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 457*44bedb31SLionel Sambuc 458*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Debug" 459*44bedb31SLionel Sambuc 460*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 461*44bedb31SLionel Sambuc 462*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Release" 463*44bedb31SLionel Sambuc 464*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 465*44bedb31SLionel SambucIntDir=.\Win32_LIB_ASM_Release 466*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\gvmat32.asm 467*44bedb31SLionel SambucInputName=gvmat32 468*44bedb31SLionel Sambuc 469*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 470*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 471*44bedb31SLionel Sambuc 472*44bedb31SLionel Sambuc# End Custom Build 473*44bedb31SLionel Sambuc 474*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Debug" 475*44bedb31SLionel Sambuc 476*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 477*44bedb31SLionel SambucIntDir=.\Win32_LIB_ASM_Debug 478*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\gvmat32.asm 479*44bedb31SLionel SambucInputName=gvmat32 480*44bedb31SLionel Sambuc 481*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 482*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 483*44bedb31SLionel Sambuc 484*44bedb31SLionel Sambuc# End Custom Build 485*44bedb31SLionel Sambuc 486*44bedb31SLionel Sambuc!ENDIF 487*44bedb31SLionel Sambuc 488*44bedb31SLionel Sambuc# End Source File 489*44bedb31SLionel Sambuc# Begin Source File 490*44bedb31SLionel Sambuc 491*44bedb31SLionel SambucSOURCE=..\..\contrib\masmx86\gvmat32c.c 492*44bedb31SLionel Sambuc 493*44bedb31SLionel Sambuc!IF "$(CFG)" == "zlib - Win32 DLL Release" 494*44bedb31SLionel Sambuc 495*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 496*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 497*44bedb31SLionel Sambuc 498*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL Debug" 499*44bedb31SLionel Sambuc 500*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 501*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 502*44bedb31SLionel Sambuc 503*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Release" 504*44bedb31SLionel Sambuc 505*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 506*44bedb31SLionel Sambuc 507*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Debug" 508*44bedb31SLionel Sambuc 509*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 510*44bedb31SLionel Sambuc 511*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Release" 512*44bedb31SLionel Sambuc 513*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 514*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 515*44bedb31SLionel Sambuc 516*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Debug" 517*44bedb31SLionel Sambuc 518*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 519*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 520*44bedb31SLionel Sambuc 521*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Release" 522*44bedb31SLionel Sambuc 523*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 524*44bedb31SLionel Sambuc 525*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Debug" 526*44bedb31SLionel Sambuc 527*44bedb31SLionel Sambuc# ADD CPP /I "..\.." 528*44bedb31SLionel Sambuc 529*44bedb31SLionel Sambuc!ENDIF 530*44bedb31SLionel Sambuc 531*44bedb31SLionel Sambuc# End Source File 532*44bedb31SLionel Sambuc# Begin Source File 533*44bedb31SLionel Sambuc 534*44bedb31SLionel SambucSOURCE=..\..\contrib\masmx86\inffas32.asm 535*44bedb31SLionel Sambuc 536*44bedb31SLionel Sambuc!IF "$(CFG)" == "zlib - Win32 DLL Release" 537*44bedb31SLionel Sambuc 538*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 539*44bedb31SLionel Sambuc 540*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL Debug" 541*44bedb31SLionel Sambuc 542*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 543*44bedb31SLionel Sambuc 544*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Release" 545*44bedb31SLionel Sambuc 546*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 547*44bedb31SLionel SambucIntDir=.\Win32_DLL_ASM_Release 548*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\inffas32.asm 549*44bedb31SLionel SambucInputName=inffas32 550*44bedb31SLionel Sambuc 551*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 552*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 553*44bedb31SLionel Sambuc 554*44bedb31SLionel Sambuc# End Custom Build 555*44bedb31SLionel Sambuc 556*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 DLL ASM Debug" 557*44bedb31SLionel Sambuc 558*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 559*44bedb31SLionel SambucIntDir=.\Win32_DLL_ASM_Debug 560*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\inffas32.asm 561*44bedb31SLionel SambucInputName=inffas32 562*44bedb31SLionel Sambuc 563*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 564*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 565*44bedb31SLionel Sambuc 566*44bedb31SLionel Sambuc# End Custom Build 567*44bedb31SLionel Sambuc 568*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Release" 569*44bedb31SLionel Sambuc 570*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 571*44bedb31SLionel Sambuc 572*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB Debug" 573*44bedb31SLionel Sambuc 574*44bedb31SLionel Sambuc# PROP Exclude_From_Build 1 575*44bedb31SLionel Sambuc 576*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Release" 577*44bedb31SLionel Sambuc 578*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 579*44bedb31SLionel SambucIntDir=.\Win32_LIB_ASM_Release 580*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\inffas32.asm 581*44bedb31SLionel SambucInputName=inffas32 582*44bedb31SLionel Sambuc 583*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 584*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 585*44bedb31SLionel Sambuc 586*44bedb31SLionel Sambuc# End Custom Build 587*44bedb31SLionel Sambuc 588*44bedb31SLionel Sambuc!ELSEIF "$(CFG)" == "zlib - Win32 LIB ASM Debug" 589*44bedb31SLionel Sambuc 590*44bedb31SLionel Sambuc# Begin Custom Build - Assembling... 591*44bedb31SLionel SambucIntDir=.\Win32_LIB_ASM_Debug 592*44bedb31SLionel SambucInputPath=..\..\contrib\masmx86\inffas32.asm 593*44bedb31SLionel SambucInputName=inffas32 594*44bedb31SLionel Sambuc 595*44bedb31SLionel Sambuc"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 596*44bedb31SLionel Sambuc ml.exe /nologo /c /coff /Cx /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" 597*44bedb31SLionel Sambuc 598*44bedb31SLionel Sambuc# End Custom Build 599*44bedb31SLionel Sambuc 600*44bedb31SLionel Sambuc!ENDIF 601*44bedb31SLionel Sambuc 602*44bedb31SLionel Sambuc# End Source File 603*44bedb31SLionel Sambuc# End Group 604*44bedb31SLionel Sambuc# Begin Source File 605*44bedb31SLionel Sambuc 606*44bedb31SLionel SambucSOURCE=.\README.txt 607*44bedb31SLionel Sambuc# End Source File 608*44bedb31SLionel Sambuc# End Target 609*44bedb31SLionel Sambuc# End Project 610