1# Microsoft Developer Studio Project File - Name="php5" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Console Application" 0x0103 6 7CFG=php5 - Win32 Debug 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "php5.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "php5.mak" CFG="php5 - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "php5 - Win32 Release" (based on "Win32 (x86) Console Application") 21!MESSAGE "php5 - Win32 Debug" (based on "Win32 (x86) Console Application") 22!MESSAGE "php5 - Win32 Release_inline" (based on "Win32 (x86) Console Application") 23!MESSAGE 24 25# Begin Project 26# PROP AllowPerConfigDependencies 0 27# PROP Scc_ProjName "" 28# PROP Scc_LocalPath "" 29CPP=cl.exe 30RSC=rc.exe 31 32!IF "$(CFG)" == "php5 - Win32 Release" 33 34# PROP BASE Use_MFC 0 35# PROP BASE Use_Debug_Libraries 0 36# PROP BASE Output_Dir "Release" 37# PROP BASE Intermediate_Dir "Release" 38# PROP BASE Target_Dir "" 39# PROP Use_MFC 0 40# PROP Use_Debug_Libraries 0 41# PROP Output_Dir "..\Release" 42# PROP Intermediate_Dir "..\Release" 43# PROP Ignore_Export_Lib 0 44# PROP Target_Dir "" 45# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 46# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindlib_w32" /I "..\TSRM" /D "NDEBUG" /D "_CONSOLE" /D ZEND_DEBUG=0 /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /Fr /FD /c 47# SUBTRACT CPP /YX /Yc /Yu 48# ADD BASE RSC /l 0x409 /d "NDEBUG" 49# ADD RSC /l 0x409 /d "NDEBUG" 50BSC32=bscmake.exe 51# ADD BASE BSC32 /nologo 52# ADD BSC32 /nologo 53LINK32=link.exe 54# 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 /subsystem:console /machine:I386 55# ADD LINK32 php5nts.lib winmm.lib wsock32.lib netapi32.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 /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php.exe" /libpath:"..\Release" 56 57!ELSEIF "$(CFG)" == "php5 - Win32 Debug" 58 59# PROP BASE Use_MFC 0 60# PROP BASE Use_Debug_Libraries 1 61# PROP BASE Output_Dir "Debug" 62# PROP BASE Intermediate_Dir "Debug" 63# PROP BASE Target_Dir "" 64# PROP Use_MFC 0 65# PROP Use_Debug_Libraries 1 66# PROP Output_Dir "c:\php-fcgi" 67# PROP Intermediate_Dir "..\Debug" 68# PROP Ignore_Export_Lib 0 69# PROP Target_Dir "" 70# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 71# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindlib_w32" /I "..\TSRM" /D "DEBUG" /D "_DEBUG" /D "_CONSOLE" /D "MSVC5" /D "PHP_WIN32" /D ZEND_DEBUG=1 /D "ZEND_WIN32" /D "WIN32" /D "_MBCS" /FR /FD /c 72# SUBTRACT CPP /YX 73# ADD BASE RSC /l 0x409 /d "_DEBUG" 74# ADD RSC /l 0x409 /i "c:\include" /d "_DEBUG" 75BSC32=bscmake.exe 76# ADD BASE BSC32 /nologo 77# ADD BSC32 /nologo 78LINK32=link.exe 79# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept 80# ADD LINK32 winmm.lib wsock32.lib netapi32.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 php5nts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"c:\php-fcgi\php.exe" /pdbtype:sept /libpath:"..\Debug" 81# SUBTRACT LINK32 /pdb:none 82 83!ELSEIF "$(CFG)" == "php5 - Win32 Release_inline" 84 85# PROP BASE Use_MFC 0 86# PROP BASE Use_Debug_Libraries 0 87# PROP BASE Output_Dir "php5___Win32_Release_inline" 88# PROP BASE Intermediate_Dir "php5___Win32_Release_inline" 89# PROP BASE Ignore_Export_Lib 0 90# PROP BASE Target_Dir "" 91# PROP Use_MFC 0 92# PROP Use_Debug_Libraries 0 93# PROP Output_Dir "..\Release_inline" 94# PROP Intermediate_Dir "..\Release_inline" 95# PROP Ignore_Export_Lib 0 96# PROP Target_Dir "" 97# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "Zend" /I "." /I "regex\\" /I "..\bindlib_w32" /D "NDEBUG" /D "MSVC5" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /Fr /FD /c 98# SUBTRACT BASE CPP /YX /Yc /Yu 99# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindlib_w32" /I "..\TSRM" /D "NDEBUG" /D "_CONSOLE" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /Fr /FD /c 100# SUBTRACT CPP /YX /Yc /Yu 101# ADD BASE RSC /l 0x409 /d "NDEBUG" 102# ADD RSC /l 0x409 /d "NDEBUG" 103BSC32=bscmake.exe 104# ADD BASE BSC32 /nologo 105# ADD BSC32 /nologo 106LINK32=link.exe 107# ADD BASE LINK32 php5nts.lib winmm.lib wsock32.lib netapi32.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 /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release\php.exe" /libpath:"Release" 108# ADD LINK32 php5nts.lib winmm.lib wsock32.lib netapi32.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 /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php.exe" /libpath:"..\Release_inline" 109 110!ENDIF 111 112# Begin Target 113 114# Name "php5 - Win32 Release" 115# Name "php5 - Win32 Debug" 116# Name "php5 - Win32 Release_inline" 117# Begin Group "Source Files" 118 119# PROP Default_Filter ".c" 120# Begin Source File 121 122SOURCE=..\sapi\cgi\cgi_main.c 123# End Source File 124# Begin Source File 125 126SOURCE=..\sapi\cgi\getopt.c 127# End Source File 128# End Group 129# Begin Group "Header Files" 130 131# PROP Default_Filter ".h" 132# End Group 133# End Target 134# End Project 135