branch off v1 as R_1_7
[m6w6/ext-http] / http.dsp
index bb7aa3259d1dd34d816178918ac8fd3f82fd64b8..5edf46495faad4e4b8dedf079076730dbb5c4b20 100644 (file)
--- a/http.dsp
+++ b/http.dsp
@@ -44,7 +44,7 @@ RSC=rc.exe
 # PROP Ignore_Export_Lib 0\r
 # PROP Target_Dir ""\r
 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_HTTP" /D ZTS=1 /YX /FD /c\r
-# ADD CPP /nologo /Gd /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HTTP_EXPORTS" /D "COMPILE_DL_HTTP" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_HTTP=1 /D HTTP_HAVE_CURL=1 /FR /YX /FD /c\r
+# ADD CPP /nologo /Gd /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HTTP_EXPORTS" /D "COMPILE_DL_HTTP" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_HTTP=1 /D HTTP_HAVE_CURL=1 /D HAVE_CURL_EASY_STRERROR=1 /D HAVE_CURL_SHARE_STRERROR=1 /D HAVE_CURL_MULTI_STRERROR=1 /D HAVE_CURL_EASY_RESET=1 /D HAVE_CURL_FORMGET=1 /D HAVE_GETHOSTNAME=1 /D HAVE_GETSERVBYPORT=1 /D HAVE_GETSERVBYNAME=1 /D "_WINSOCKAPI_=" /FR /YX /FD /c\r
 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
 # ADD BASE RSC /l 0x406 /d "NDEBUG"\r
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
 # 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 php4ts.lib /nologo /dll /machine:I386\r
-# ADD LINK32 libcurl.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 php4ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_http.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\curl\lib"\r
+# ADD LINK32 libcurl.lib ssleay32.lib libeay32.lib zlib.lib winmm.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 php4ts.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_http.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\curl\lib" /libpath:"..\..\..\php4\Release_TS" /libpath:"..\..\..\php4\Release_TS_Inline"\r
 \r
 !ELSEIF  "$(CFG)" == "http - Win32 Debug_TS"\r
 \r
@@ -71,7 +71,7 @@ LINK32=link.exe
 # PROP Ignore_Export_Lib 0\r
 # PROP Target_Dir ""\r
 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_HTTP" /D ZTS=1 /YX /FD /c\r
-# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HTTP_EXPORTS" /D "COMPILE_DL_HTTP" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_HTTP=1 /D HTTP_HAVE_CURL=1 /YX /FD /c\r
+# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HTTP_EXPORTS" /D "COMPILE_DL_HTTP" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_HTTP=1 /D HTTP_HAVE_CURL=1 /D HAVE_CURL_EASY_STRERROR=1 /D HAVE_CURL_SHARE_STRERROR=1 /D HAVE_CURL_MULTI_STRERROR=1 /D HAVE_CURL_EASY_RESET=1 /D HAVE_CURL_FORMGET=1 /D HAVE_GETHOSTNAME=1 /D HAVE_GETSERVBYPORT=1 /D HAVE_GETSERVBYNAME=1 /D "_WINSOCKAPI_=" /YX /FD /c\r
 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
 # ADD BASE RSC /l 0x406 /d "NDEBUG"\r
@@ -81,7 +81,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
 # 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 php4ts.lib /nologo /dll /machine:I386\r
-# ADD LINK32 libcurl.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 php4ts_debug.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/http.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\curl\lib"\r
+# ADD LINK32 libcurl.lib ssleay32.lib libeay32.lib zlib.lib winmm.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 php4ts_debug.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/http.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\curl\lib" /libpath:"..\..\..\php4\Release_TS" /libpath:"..\..\..\php4\Release_TS_Inline"\r
 \r
 !ENDIF \r
 \r
@@ -100,6 +100,74 @@ SOURCE=.\http.c
 \r
 SOURCE=.\http_api.c\r
 # End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_encoding_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_request_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_request_info.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_request_body_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_request_method_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_functions.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_persistent_handle_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_cache_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_cookie_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_date_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_headers_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_message_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_send_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_url_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_querystring_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_info_api.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\phpstr\phpstr.c\r
+# End Source File\r
 # End Group\r
 # Begin Group "Header Files"\r
 \r
@@ -112,6 +180,74 @@ SOURCE=.\php_http.h
 \r
 SOURCE=.\php_http_api.h\r
 # End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_encoding_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_request_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_request_int.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_request_body_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_request_method_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_persistent_handle_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_cache_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_cookie_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_date_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_message_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_send_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_headers_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_url_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_querystring_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_info_api.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\php_http_std_defs.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\phpstr\phpstr.h\r
+# End Source File\r
 # End Group\r
 # Begin Group "Resource Files"\r
 \r