From: Edin Kadribasic Date: Tue, 5 Nov 2002 13:12:27 +0000 (+0000) Subject: Moving php/embed windows build files to sapi/embed folder. X-Git-Tag: php-4.3.0RC1~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=608d4ded7728b850c5744975df59138aef8fafa5;p=php Moving php/embed windows build files to sapi/embed folder. --- diff --git a/win32/phpembed.dsp b/sapi/embed/php4embed.dsp similarity index 62% rename from win32/phpembed.dsp rename to sapi/embed/php4embed.dsp index f6e9e8ccdf..d251fca04d 100644 --- a/win32/phpembed.dsp +++ b/sapi/embed/php4embed.dsp @@ -1,24 +1,24 @@ -# Microsoft Developer Studio Project File - Name="phpembed" - Package Owner=<4> +# Microsoft Developer Studio Project File - Name="php4embed" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=phpembed - Win32 Debug_TS +CFG=php4embed - Win32 Debug_TS !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE -!MESSAGE NMAKE /f "phpembed.mak". +!MESSAGE NMAKE /f "php4embed.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "phpembed.mak" CFG="phpembed - Win32 Debug_TS" +!MESSAGE NMAKE /f "php4embed.mak" CFG="php4embed - Win32 Debug_TS" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "phpembed - Win32 Debug_TS" (based on "Win32 (x86) Static Library") -!MESSAGE "phpembed - Win32 Release_TS" (based on "Win32 (x86) Static Library") +!MESSAGE "php4embed - Win32 Debug_TS" (based on "Win32 (x86) Static Library") +!MESSAGE "php4embed - Win32 Release_TS" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -28,7 +28,7 @@ CFG=phpembed - Win32 Debug_TS CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "phpembed - Win32 Debug_TS" +!IF "$(CFG)" == "php4embed - Win32 Debug_TS" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Debug_TS" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\Zend" /I "..\TSRM" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /YX /FD /GZ /c # ADD BASE RSC /l 0x406 /d "_DEBUG" # ADD RSC /l 0x406 /d "_DEBUG" BSC32=bscmake.exe @@ -49,9 +49,9 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\Debug_TS\phpembed.lib" +# ADD LIB32 /nologo /out:"..\..\Debug_TS\php4embed.lib" -!ELSEIF "$(CFG)" == "phpembed - Win32 Release_TS" +!ELSEIF "$(CFG)" == "php4embed - Win32 Release_TS" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -64,7 +64,7 @@ LIB32=link.exe -lib # PROP Intermediate_Dir "Release_TS" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=0 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=0 /YX /FD /c # ADD BASE RSC /l 0x406 /d "NDEBUG" # ADD RSC /l 0x406 /d "NDEBUG" BSC32=bscmake.exe @@ -72,20 +72,20 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\Release_TS\phpembed.lib" +# ADD LIB32 /nologo /out:"..\..\Release_TS\php4embed.lib" !ENDIF # Begin Target -# Name "phpembed - Win32 Debug_TS" -# Name "phpembed - Win32 Release_TS" +# Name "php4embed - Win32 Debug_TS" +# Name "php4embed - Win32 Release_TS" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\sapi\embed\php_embed.c +SOURCE=php_embed.c # End Source File # End Group # Begin Group "Header Files" @@ -93,7 +93,7 @@ SOURCE=..\sapi\embed\php_embed.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\sapi\embed\php_embed.h +SOURCE=php_embed.h # End Source File # End Group # End Target