1# Microsoft Developer Studio Project File - Name="php5dllts" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6 7CFG=php5dllts - Win32 Debug_TS 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 "php5dllts.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 "php5dllts.mak" CFG="php5dllts - Win32 Debug_TS" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "php5dllts - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") 21!MESSAGE "php5dllts - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") 22!MESSAGE "php5dllts - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") 23!MESSAGE "php5dllts - Win32 Release_TSDbg" (based on "Win32 (x86) Dynamic-Link Library") 24!MESSAGE 25 26# Begin Project 27# PROP AllowPerConfigDependencies 0 28# PROP Scc_ProjName "" 29# PROP Scc_LocalPath "" 30CPP=cl.exe 31MTL=midl.exe 32RSC=rc.exe 33 34!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 35 36# PROP BASE Use_MFC 0 37# PROP BASE Use_Debug_Libraries 1 38# PROP BASE Output_Dir "Debug_TS" 39# PROP BASE Intermediate_Dir "Debug_TS" 40# PROP BASE Target_Dir "" 41# PROP Use_MFC 0 42# PROP Use_Debug_Libraries 1 43# PROP Output_Dir "..\Debug_TS" 44# PROP Intermediate_Dir "Debug_TS" 45# PROP Ignore_Export_Lib 0 46# PROP Target_Dir "" 47# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /GZ /c 48# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "_DEBUG" /D ZEND_DEBUG=1 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_THREAD_ENABLED" /D "LIBXML_STATIC" /FR /YX /FD /GZ /c 49# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 50# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 51# ADD BASE RSC /l 0x40d /d "_DEBUG" 52# ADD RSC /l 0x40d /d "_DEBUG" 53BSC32=bscmake.exe 54# ADD BASE BSC32 /nologo 55# ADD BSC32 /nologo 56LINK32=link.exe 57# 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 58# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"msvcrt" /out:"..\Debug_TS\php5ts_debug.dll" /pdbtype:sept /libpath:"..\TSRM\Debug_TS" /libpath:"..\Zend\Debug_TS" /libpath:"..\..\bindlib_w32\Debug" /libpath:"Debug_TS" /libpath:"..\..\zlib\Debug" /libpath:"..\..\libxml\lib\Debug" /libpath:"..\ext\sqlite\Debug_TS" /libpath:"..\..\libiconv\lib" 59 60!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 61 62# PROP BASE Use_MFC 0 63# PROP BASE Use_Debug_Libraries 0 64# PROP BASE Output_Dir "Release_TS" 65# PROP BASE Intermediate_Dir "Release_TS" 66# PROP BASE Target_Dir "" 67# PROP Use_MFC 0 68# PROP Use_Debug_Libraries 0 69# PROP Output_Dir "..\Release_TS" 70# PROP Intermediate_Dir "Release_TS" 71# PROP Ignore_Export_Lib 0 72# PROP Target_Dir "" 73# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /c 74# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_STATIC" /FR /YX /FD /c 75# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 76# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 77# ADD BASE RSC /l 0x40d /d "NDEBUG" 78# ADD RSC /l 0x40d /d "NDEBUG" 79BSC32=bscmake.exe 80# ADD BASE BSC32 /nologo 81# ADD BSC32 /nologo 82LINK32=link.exe 83# 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 84# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TS\php5ts.dll" /libpath:"..\TSRM\Release_TS" /libpath:"..\Zend\Release_TS" /libpath:"Release_TS" /libpath:"..\ext\sqlite\Release_TS" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\..\zlib\Release" /libpath:"..\..\libxml\lib\Release" /libpath:"..\..\libiconv\lib" 85 86!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 87 88# PROP BASE Use_MFC 0 89# PROP BASE Use_Debug_Libraries 0 90# PROP BASE Output_Dir "php5dllts___Win32_Release_TS_inline" 91# PROP BASE Intermediate_Dir "php5dllts___Win32_Release_TS_inline" 92# PROP BASE Ignore_Export_Lib 0 93# PROP BASE Target_Dir "" 94# PROP Use_MFC 0 95# PROP Use_Debug_Libraries 0 96# PROP Output_Dir "..\Release_TS_inline" 97# PROP Intermediate_Dir "Release_TS_inline" 98# PROP Ignore_Export_Lib 0 99# PROP Target_Dir "" 100# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "ZTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /FR /YX /FD /c 101# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_THREAD_ENABLED" /D "LIBXML_STATIC" /FR /YX /FD /c 102# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 103# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 104# ADD BASE RSC /l 0x40d /d "NDEBUG" 105# ADD RSC /l 0x40d /d "NDEBUG" 106BSC32=bscmake.exe 107# ADD BASE BSC32 /nologo 108# ADD BSC32 /nologo 109LINK32=link.exe 110# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"Release_TS/php5ts.dll" /libpath:"TSRM\Release_TS" /libpath:"Zend\Release_TS" /libpath:"..\bindlib_w32\Release" 111# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TS_inline\php5ts.dll" /libpath:"..\TSRM\Release_TS_inline" /libpath:"..\Zend\Release_TS_inline" /libpath:"Release_TS_Inline" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\..\zlib\Release" /libpath:"..\..\libxml\lib\Release" /libpath:"..\..\libiconv\lib" /libpath:"..\ext\sqlite\Release_TS" 112 113!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 114 115# PROP BASE Use_MFC 0 116# PROP BASE Use_Debug_Libraries 0 117# PROP BASE Output_Dir "php5dllts___Win32_Release_TSDbg" 118# PROP BASE Intermediate_Dir "php5dllts___Win32_Release_TSDbg" 119# PROP BASE Ignore_Export_Lib 0 120# PROP BASE Target_Dir "" 121# PROP Use_MFC 0 122# PROP Use_Debug_Libraries 0 123# PROP Output_Dir "..\Release_TSDbg" 124# PROP Intermediate_Dir "Release_TSDbg" 125# PROP Ignore_Export_Lib 0 126# PROP Target_Dir "" 127# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c 128# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_THREAD_ENABLED" /D "LIBXML_STATIC" /FR /YX /FD /c 129# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 130# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 131# ADD BASE RSC /l 0x40d /d "NDEBUG" 132# ADD RSC /l 0x40d /d "NDEBUG" 133BSC32=bscmake.exe 134# ADD BASE BSC32 /nologo 135# ADD BSC32 /nologo 136LINK32=link.exe 137# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"..\Release_TS\php5ts.dll" /libpath:"..\TSRM\Release_TS" /libpath:"..\Zend\Release_TS" /libpath:"..\..\bindlib_w32\Release" /libpath:"Release_TS" 138# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TSDbg\php5ts.dll" /libpath:"..\TSRM\Release_TSDbg" /libpath:"..\Zend\Release_TSDbg" /libpath:"Release_TSDbg" /libpath:"..\ext\sqlite\Release_TSDbg" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\..\zlib\Release" /libpath:"..\..\libxml\lib\Release" /libpath:"..\..\libiconv\lib" 139 140!ENDIF 141 142# Begin Target 143 144# Name "php5dllts - Win32 Debug_TS" 145# Name "php5dllts - Win32 Release_TS" 146# Name "php5dllts - Win32 Release_TS_inline" 147# Name "php5dllts - Win32 Release_TSDbg" 148# Begin Group "Core" 149 150# PROP Default_Filter "" 151# Begin Group "Source Files" 152 153# PROP Default_Filter "" 154# Begin Source File 155 156SOURCE=..\ext\standard\css.c 157# End Source File 158# Begin Source File 159 160SOURCE=..\ext\standard\cyr_convert.c 161# End Source File 162# Begin Source File 163 164SOURCE=..\ext\standard\filters.c 165# End Source File 166# Begin Source File 167 168SOURCE="..\main\fopen_wrappers.c" 169# End Source File 170# Begin Source File 171 172SOURCE=.\globals.c 173# End Source File 174# Begin Source File 175 176SOURCE=..\main\internal_functions_win32.c 177# End Source File 178# Begin Source File 179 180SOURCE=..\main\main.c 181# End Source File 182# Begin Source File 183 184SOURCE=..\main\mergesort.c 185# End Source File 186# Begin Source File 187 188SOURCE=..\main\network.c 189# End Source File 190# Begin Source File 191 192SOURCE=..\main\output.c 193# End Source File 194# Begin Source File 195 196SOURCE=..\main\php_content_types.c 197# End Source File 198# Begin Source File 199 200SOURCE=..\main\php_ini.c 201# End Source File 202# Begin Source File 203 204SOURCE=..\main\php_logos.c 205# End Source File 206# Begin Source File 207 208SOURCE=..\main\php_open_temporary_file.c 209# End Source File 210# Begin Source File 211 212SOURCE=..\main\php_scandir.c 213# End Source File 214# Begin Source File 215 216SOURCE=..\main\php_sprintf.c 217# End Source File 218# Begin Source File 219 220SOURCE=..\main\php_ticks.c 221# End Source File 222# Begin Source File 223 224SOURCE=..\main\php_variables.c 225# End Source File 226# Begin Source File 227 228SOURCE=..\ext\standard\proc_open.c 229# End Source File 230# Begin Source File 231 232SOURCE=..\ext\standard\quot_print.c 233# End Source File 234# Begin Source File 235 236SOURCE=..\main\reentrancy.c 237# End Source File 238# Begin Source File 239 240SOURCE=..\main\rfc1867.c 241# End Source File 242# Begin Source File 243 244SOURCE=..\main\safe_mode.c 245# End Source File 246# Begin Source File 247 248SOURCE=..\main\SAPI.c 249# End Source File 250# Begin Source File 251 252SOURCE=..\main\snprintf.c 253# End Source File 254# Begin Source File 255 256SOURCE=..\main\spprintf.c 257# End Source File 258# Begin Source File 259 260SOURCE=..\main\strlcat.c 261# End Source File 262# Begin Source File 263 264SOURCE=..\main\strlcpy.c 265# End Source File 266# End Group 267# Begin Group "Header Files" 268 269# PROP Default_Filter "" 270# Begin Source File 271 272SOURCE=..\main\config.w32.h 273# End Source File 274# Begin Source File 275 276SOURCE=..\ext\standard\css.h 277# End Source File 278# Begin Source File 279 280SOURCE=..\ext\standard\cyr_convert.h 281# End Source File 282# Begin Source File 283 284SOURCE="..\main\fopen_wrappers.h" 285# End Source File 286# Begin Source File 287 288SOURCE=..\main\getopt.h 289# End Source File 290# Begin Source File 291 292SOURCE=..\main\logos.h 293# End Source File 294# Begin Source File 295 296SOURCE=..\main\output.h 297# End Source File 298# Begin Source File 299 300SOURCE=..\main\php.h 301# End Source File 302# Begin Source File 303 304SOURCE=..\main\php_compat.h 305# End Source File 306# Begin Source File 307 308SOURCE=..\main\php_content_types.h 309# End Source File 310# Begin Source File 311 312SOURCE=..\main\php_globals.h 313# End Source File 314# Begin Source File 315 316SOURCE=..\main\php_ini.h 317# End Source File 318# Begin Source File 319 320SOURCE=..\main\php_logos.h 321# End Source File 322# Begin Source File 323 324SOURCE=..\main\php_main.h 325# End Source File 326# Begin Source File 327 328SOURCE=..\main\php_open_temporary_file.h 329# End Source File 330# Begin Source File 331 332SOURCE=..\main\php_output.h 333# End Source File 334# Begin Source File 335 336SOURCE=..\main\php_regex.h 337# End Source File 338# Begin Source File 339 340SOURCE=..\main\php_scandir.h 341# End Source File 342# Begin Source File 343 344SOURCE=..\main\php_streams.h 345# End Source File 346# Begin Source File 347 348SOURCE=..\main\php_variables.h 349# End Source File 350# Begin Source File 351 352SOURCE=..\ext\standard\quot_print.h 353# End Source File 354# Begin Source File 355 356SOURCE=..\main\rfc1867.h 357# End Source File 358# Begin Source File 359 360SOURCE=..\main\safe_mode.h 361# End Source File 362# Begin Source File 363 364SOURCE=..\main\SAPI.h 365# End Source File 366# Begin Source File 367 368SOURCE=..\main\snprintf.h 369# End Source File 370# Begin Source File 371 372SOURCE=..\main\spprintf.h 373# End Source File 374# Begin Source File 375 376SOURCE=..\main\win95nt.h 377# End Source File 378# End Group 379# End Group 380# Begin Group "Function Modules" 381 382# PROP Default_Filter "" 383# Begin Group "PCRE" 384 385# PROP Default_Filter "" 386# Begin Group "Source Files No. 3" 387 388# PROP Default_Filter ".c" 389# Begin Source File 390 391SOURCE=..\ext\pcre\pcrelib\pcre_chartables.c 392# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 393# End Source File 394# Begin Source File 395 396SOURCE=..\ext\pcre\pcrelib\pcre_compile.c 397# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 398# End Source File 399# Begin Source File 400 401SOURCE=..\ext\pcre\pcrelib\pcre_exec.c 402# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 403# End Source File 404# Begin Source File 405 406SOURCE=..\ext\pcre\pcrelib\pcre_fullinfo.c 407# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 408# End Source File 409# Begin Source File 410 411SOURCE=..\ext\pcre\pcrelib\pcre_get.c 412# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 413# End Source File 414# Begin Source File 415 416SOURCE=..\ext\pcre\pcrelib\pcre_globals.c 417# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 418# End Source File 419# Begin Source File 420 421SOURCE=..\ext\pcre\pcrelib\pcre_info.c 422# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 423# End Source File 424# Begin Source File 425 426SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c 427# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 428# End Source File 429# Begin Source File 430 431SOURCE=..\ext\pcre\pcrelib\pcre_ord2utf8.c 432# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 433# End Source File 434# Begin Source File 435 436SOURCE=..\ext\pcre\pcrelib\pcre_study.c 437# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 438# End Source File 439# Begin Source File 440 441SOURCE=..\ext\pcre\pcrelib\pcre_tables.c 442# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 443# End Source File 444# Begin Source File 445 446SOURCE=..\ext\pcre\pcrelib\pcre_try_flipped.c 447# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 448# End Source File 449# Begin Source File 450 451SOURCE=..\ext\pcre\pcrelib\pcre_ucp_searchfuncs.c 452# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 453# End Source File 454# Begin Source File 455 456SOURCE=..\ext\pcre\pcrelib\pcre_valid_utf8.c 457# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 458# End Source File 459# Begin Source File 460 461SOURCE=..\ext\pcre\pcrelib\pcre_version.c 462# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 463# End Source File 464# Begin Source File 465 466SOURCE=..\ext\pcre\pcrelib\pcre_xclass.c 467# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" 468# End Source File 469# End Group 470# Begin Group "Header Files No. 3" 471 472# PROP Default_Filter ".h" 473# Begin Source File 474 475SOURCE=..\ext\pcre\pcrelib\internal.h 476# End Source File 477# Begin Source File 478 479SOURCE=..\ext\pcre\pcrelib\pcre.h 480# End Source File 481# End Group 482# End Group 483# Begin Group "DOM" 484 485# PROP Default_Filter "" 486# Begin Group "DOM Source Files" 487 488# PROP Default_Filter ".c" 489# Begin Source File 490 491SOURCE=..\ext\dom\attr.c 492# End Source File 493# Begin Source File 494 495SOURCE=..\ext\dom\cdatasection.c 496# End Source File 497# Begin Source File 498 499SOURCE=..\ext\dom\characterdata.c 500# End Source File 501# Begin Source File 502 503SOURCE=..\ext\dom\comment.c 504# End Source File 505# Begin Source File 506 507SOURCE=..\ext\dom\document.c 508# End Source File 509# Begin Source File 510 511SOURCE=..\ext\dom\documentfragment.c 512# End Source File 513# Begin Source File 514 515SOURCE=..\ext\dom\documenttype.c 516# End Source File 517# Begin Source File 518 519SOURCE=..\ext\dom\dom_iterators.c 520# End Source File 521# Begin Source File 522 523SOURCE=..\ext\dom\domconfiguration.c 524# End Source File 525# Begin Source File 526 527SOURCE=..\ext\dom\domerror.c 528# End Source File 529# Begin Source File 530 531SOURCE=..\ext\dom\domerrorhandler.c 532# End Source File 533# Begin Source File 534 535SOURCE=..\ext\dom\domexception.c 536# End Source File 537# Begin Source File 538 539SOURCE=..\ext\dom\domimplementation.c 540# End Source File 541# Begin Source File 542 543SOURCE=..\ext\dom\domimplementationlist.c 544# End Source File 545# Begin Source File 546 547SOURCE=..\ext\dom\domimplementationsource.c 548# End Source File 549# Begin Source File 550 551SOURCE=..\ext\dom\domlocator.c 552# End Source File 553# Begin Source File 554 555SOURCE=..\ext\dom\domstringlist.c 556# End Source File 557# Begin Source File 558 559SOURCE=..\ext\dom\element.c 560# End Source File 561# Begin Source File 562 563SOURCE=..\ext\dom\entity.c 564# End Source File 565# Begin Source File 566 567SOURCE=..\ext\dom\entityreference.c 568# End Source File 569# Begin Source File 570 571SOURCE=..\ext\dom\namednodemap.c 572# End Source File 573# Begin Source File 574 575SOURCE=..\ext\dom\namelist.c 576# End Source File 577# Begin Source File 578 579SOURCE=..\ext\dom\node.c 580# End Source File 581# Begin Source File 582 583SOURCE=..\ext\dom\nodelist.c 584# End Source File 585# Begin Source File 586 587SOURCE=..\ext\dom\notation.c 588# End Source File 589# Begin Source File 590 591SOURCE=..\ext\dom\php_dom.c 592# End Source File 593# Begin Source File 594 595SOURCE=..\ext\dom\processinginstruction.c 596# End Source File 597# Begin Source File 598 599SOURCE=..\ext\dom\string_extend.c 600# End Source File 601# Begin Source File 602 603SOURCE=..\ext\dom\text.c 604# End Source File 605# Begin Source File 606 607SOURCE=..\ext\dom\typeinfo.c 608# End Source File 609# Begin Source File 610 611SOURCE=..\ext\dom\userdatahandler.c 612# End Source File 613# Begin Source File 614 615SOURCE=..\ext\dom\xpath.c 616# End Source File 617# End Group 618# Begin Group "DOM Header Files" 619 620# PROP Default_Filter ".h" 621# Begin Source File 622 623SOURCE=..\ext\dom\dom_ce.h 624# End Source File 625# Begin Source File 626 627SOURCE=..\ext\dom\dom_fe.h 628# End Source File 629# Begin Source File 630 631SOURCE=..\ext\dom\dom_properties.h 632# End Source File 633# Begin Source File 634 635SOURCE=..\ext\dom\php_dom.h 636# End Source File 637# Begin Source File 638 639SOURCE=..\ext\dom\xml_common.h 640# End Source File 641# End Group 642# Begin Group "Resource Files" 643 644# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 645# End Group 646# End Group 647# Begin Group "SimpleXML" 648 649# PROP Default_Filter "" 650# Begin Group "SimpleXML Source Files" 651 652# PROP Default_Filter ".c" 653# Begin Source File 654 655SOURCE=..\ext\simplexml\simplexml.c 656# End Source File 657# End Group 658# Begin Group "SimpleXML Header Files" 659 660# PROP Default_Filter ".h" 661# Begin Source File 662 663SOURCE=..\ext\simplexml\php_simplexml.h 664# End Source File 665# End Group 666# Begin Group "Resource Files No. 1" 667 668# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 669# End Group 670# End Group 671# Begin Group "Regular Expressions" 672 673# PROP Default_Filter "" 674# Begin Source File 675 676SOURCE=..\regex\regcomp.c 677# End Source File 678# Begin Source File 679 680SOURCE=..\regex\regerror.c 681# End Source File 682# Begin Source File 683 684SOURCE=..\regex\regexec.c 685# End Source File 686# Begin Source File 687 688SOURCE=..\regex\regfree.c 689# End Source File 690# End Group 691# Begin Group "XML" 692 693# PROP Default_Filter "" 694# Begin Group "Source Files No. 4" 695 696# PROP Default_Filter ".c" 697# Begin Source File 698 699SOURCE=..\ext\xml\compat.c 700# End Source File 701# Begin Source File 702 703SOURCE=..\ext\ctype\ctype.c 704# End Source File 705# Begin Source File 706 707SOURCE=..\ext\tokenizer\tokenizer.c 708# End Source File 709# Begin Source File 710 711SOURCE=..\ext\wddx\wddx.c 712# End Source File 713# Begin Source File 714 715SOURCE=..\ext\xml\xml.c 716# End Source File 717# End Group 718# Begin Group "Header Files No. 4" 719 720# PROP Default_Filter ".h" 721# Begin Source File 722 723SOURCE=..\ext\wddx\php_wddx.h 724# End Source File 725# Begin Source File 726 727SOURCE=..\ext\wddx\php_wddx_api.h 728# End Source File 729# Begin Source File 730 731SOURCE=..\ext\xml\php_xml.h 732# End Source File 733# End Group 734# End Group 735# Begin Group "FTP" 736 737# PROP Default_Filter "" 738# Begin Group "Source Files No. 6" 739 740# PROP Default_Filter ".c" 741# Begin Source File 742 743SOURCE=..\ext\ftp\ftp.c 744# End Source File 745# Begin Source File 746 747SOURCE=..\ext\ftp\php_ftp.c 748# End Source File 749# End Group 750# Begin Group "Header Files No. 6" 751 752# PROP Default_Filter ".h" 753# Begin Source File 754 755SOURCE=..\ext\ftp\ftp.h 756# End Source File 757# Begin Source File 758 759SOURCE=..\ext\ftp\php_ftp.h 760# End Source File 761# End Group 762# End Group 763# Begin Group "Calendar" 764 765# PROP Default_Filter "" 766# Begin Group "Source Files No. 7" 767 768# PROP Default_Filter ".c" 769# Begin Source File 770 771SOURCE=..\ext\calendar\cal_unix.c 772# PROP Intermediate_Dir "calendar" 773# End Source File 774# Begin Source File 775 776SOURCE=..\ext\calendar\calendar.c 777# PROP Intermediate_Dir "calendar" 778# End Source File 779# Begin Source File 780 781SOURCE=..\ext\calendar\dow.c 782# PROP Intermediate_Dir "calendar" 783# End Source File 784# Begin Source File 785 786SOURCE=..\ext\calendar\easter.c 787# PROP Intermediate_Dir "calendar" 788# End Source File 789# Begin Source File 790 791SOURCE=..\ext\calendar\french.c 792# PROP Intermediate_Dir "calendar" 793# End Source File 794# Begin Source File 795 796SOURCE=..\ext\calendar\gregor.c 797# PROP Intermediate_Dir "calendar" 798# End Source File 799# Begin Source File 800 801SOURCE=..\ext\calendar\jewish.c 802# PROP Intermediate_Dir "calendar" 803# End Source File 804# Begin Source File 805 806SOURCE=..\ext\calendar\julian.c 807# PROP Intermediate_Dir "calendar" 808# End Source File 809# End Group 810# Begin Group "Header Files No. 7" 811 812# PROP Default_Filter ".h" 813# Begin Source File 814 815SOURCE=..\ext\calendar\php_calendar.h 816# End Source File 817# Begin Source File 818 819SOURCE=..\ext\calendar\sdncal.h 820# End Source File 821# End Group 822# End Group 823# Begin Group "SPL" 824 825# PROP Default_Filter "" 826# Begin Group "Source Files No. 11" 827 828# PROP Default_Filter "" 829# Begin Source File 830 831SOURCE=..\ext\spl\php_spl.c 832# End Source File 833# Begin Source File 834 835SOURCE=..\ext\spl\spl_array.c 836# End Source File 837# Begin Source File 838 839SOURCE=..\ext\spl\spl_directory.c 840# End Source File 841# Begin Source File 842 843SOURCE=..\ext\spl\spl_engine.c 844# End Source File 845# Begin Source File 846 847SOURCE=..\ext\spl\spl_exceptions.c 848# End Source File 849# Begin Source File 850 851SOURCE=..\ext\spl\spl_functions.c 852# End Source File 853# Begin Source File 854 855SOURCE=..\ext\spl\spl_iterators.c 856# End Source File 857# Begin Source File 858 859SOURCE=..\ext\spl\spl_observer.c 860# End Source File 861# Begin Source File 862 863SOURCE=..\ext\spl\spl_sxe.c 864# End Source File 865# End Group 866# Begin Group "Header Files No. 12" 867 868# PROP Default_Filter "" 869# Begin Source File 870 871SOURCE=..\ext\spl\php_spl.h 872# End Source File 873# Begin Source File 874 875SOURCE=..\ext\spl\spl_array.h 876# End Source File 877# Begin Source File 878 879SOURCE=..\ext\spl\spl_directory.h 880# End Source File 881# Begin Source File 882 883SOURCE=..\ext\spl\spl_engine.h 884# End Source File 885# Begin Source File 886 887SOURCE=..\ext\spl\spl_exceptions.h 888# End Source File 889# Begin Source File 890 891SOURCE=..\ext\spl\spl_functions.h 892# End Source File 893# Begin Source File 894 895SOURCE=..\ext\spl\spl_iterators.h 896# End Source File 897# Begin Source File 898 899SOURCE=..\ext\spl\spl_observer.h 900# End Source File 901# Begin Source File 902 903SOURCE=..\ext\spl\spl_sxe.h 904# End Source File 905# End Group 906# End Group 907# Begin Group "Reflection" 908 909# PROP Default_Filter "" 910# Begin Group "Source Files No. 12" 911 912# PROP Default_Filter "" 913# Begin Source File 914 915SOURCE=..\ext\reflection\php_reflection.c 916# End Source File 917# End Group 918# Begin Group "Header Files No. 13" 919 920# PROP Default_Filter "" 921# Begin Source File 922 923SOURCE=..\ext\reflection\php_reflection.h 924# End Source File 925# End Group 926# End Group 927# Begin Group "XMLReader" 928 929# PROP Default_Filter "" 930# Begin Group "Source Files No. 13" 931 932# PROP Default_Filter "" 933# Begin Source File 934 935SOURCE=..\ext\xmlreader\php_xmlreader.c 936# End Source File 937# End Group 938# Begin Group "Header Files No. 14" 939 940# PROP Default_Filter "" 941# Begin Source File 942 943SOURCE=..\ext\xmlreader\php_xmlreader.h 944# End Source File 945# End Group 946# End Group 947# Begin Group "XMLwriter" 948 949# PROP Default_Filter "" 950# Begin Group "Source Files No. 14" 951 952# PROP Default_Filter "" 953# Begin Source File 954 955SOURCE=..\ext\xmlwriter\php_xmlwriter.c 956# End Source File 957# End Group 958# Begin Group "Header Files No. 15" 959 960# PROP Default_Filter "" 961# Begin Source File 962 963SOURCE=..\ext\xmlwriter\php_xmlwriter.h 964# End Source File 965# End Group 966# End Group 967# Begin Group "IConv" 968 969# PROP Default_Filter "" 970# Begin Group "Source Files No. 15" 971 972# PROP Default_Filter "" 973# Begin Source File 974 975SOURCE=..\ext\iconv\iconv.c 976# ADD CPP /D "PHP_ICONV_EXPORTS" 977# End Source File 978# End Group 979# Begin Group "Header Files No. 16" 980 981# PROP Default_Filter "" 982# Begin Source File 983 984SOURCE=..\ext\iconv\php_iconv.h 985# End Source File 986# End Group 987# End Group 988# Begin Group "bcmath" 989 990# PROP Default_Filter "" 991# Begin Group "Source Files No. 8" 992 993# PROP Default_Filter ".c" 994# Begin Source File 995 996SOURCE=..\ext\bcmath\libbcmath\src\add.c 997 998!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 999 1000# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1001# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1002 1003!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1004 1005# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1006# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1007 1008!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1009 1010# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1011# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1012 1013!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1014 1015# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1016# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1017# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1018# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1019 1020!ENDIF 1021 1022# End Source File 1023# Begin Source File 1024 1025SOURCE=..\ext\bcmath\libbcmath\src\compare.c 1026 1027!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1028 1029# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1030# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1031 1032!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1033 1034# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1035# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1036 1037!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1038 1039# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1040# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1041 1042!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1043 1044# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1045# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1046# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1047# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1048 1049!ENDIF 1050 1051# End Source File 1052# Begin Source File 1053 1054SOURCE=..\ext\bcmath\libbcmath\src\debug.c 1055 1056!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1057 1058# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1059# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1060 1061!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1062 1063# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1064# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1065 1066!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1067 1068# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1069# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1070 1071!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1072 1073# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1074# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1075# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1076# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1077 1078!ENDIF 1079 1080# End Source File 1081# Begin Source File 1082 1083SOURCE=..\ext\bcmath\libbcmath\src\div.c 1084 1085!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1086 1087# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1088# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1089 1090!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1091 1092# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1093# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1094 1095!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1096 1097# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1098# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1099 1100!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1101 1102# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1103# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1104# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1105# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1106 1107!ENDIF 1108 1109# End Source File 1110# Begin Source File 1111 1112SOURCE=..\ext\bcmath\libbcmath\src\divmod.c 1113 1114!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1115 1116# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1117# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1118 1119!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1120 1121# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1122# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1123 1124!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1125 1126# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1127# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1128 1129!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1130 1131# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1132# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1133# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1134# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1135 1136!ENDIF 1137 1138# End Source File 1139# Begin Source File 1140 1141SOURCE=..\ext\bcmath\libbcmath\src\doaddsub.c 1142 1143!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1144 1145# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1146# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1147 1148!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1149 1150# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1151# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1152 1153!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1154 1155# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1156# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1157 1158!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1159 1160# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1161# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1162# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1163# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1164 1165!ENDIF 1166 1167# End Source File 1168# Begin Source File 1169 1170SOURCE=..\ext\bcmath\libbcmath\src\init.c 1171 1172!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1173 1174# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1175# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1176 1177!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1178 1179# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1180# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1181 1182!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1183 1184# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1185# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1186 1187!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1188 1189# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1190# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1191# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1192# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1193 1194!ENDIF 1195 1196# End Source File 1197# Begin Source File 1198 1199SOURCE=..\ext\bcmath\libbcmath\src\int2num.c 1200 1201!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1202 1203# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1204# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1205 1206!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1207 1208# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1209# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1210 1211!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1212 1213# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1214# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1215 1216!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1217 1218# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1219# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1220# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1221# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1222 1223!ENDIF 1224 1225# End Source File 1226# Begin Source File 1227 1228SOURCE=..\ext\bcmath\libbcmath\src\nearzero.c 1229 1230!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1231 1232# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1233# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1234 1235!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1236 1237# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1238# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1239 1240!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1241 1242# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1243# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1244 1245!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1246 1247# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1248# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1249# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1250# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1251 1252!ENDIF 1253 1254# End Source File 1255# Begin Source File 1256 1257SOURCE=..\ext\bcmath\libbcmath\src\neg.c 1258 1259!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1260 1261# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1262# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1263 1264!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1265 1266# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1267# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1268 1269!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1270 1271# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1272# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1273 1274!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1275 1276# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1277# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1278# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1279# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1280 1281!ENDIF 1282 1283# End Source File 1284# Begin Source File 1285 1286SOURCE=..\ext\bcmath\libbcmath\src\num2long.c 1287 1288!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1289 1290# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1291# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1292 1293!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1294 1295# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1296# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1297 1298!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1299 1300# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1301# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1302 1303!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1304 1305# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1306# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1307# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1308# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1309 1310!ENDIF 1311 1312# End Source File 1313# Begin Source File 1314 1315SOURCE=..\ext\bcmath\libbcmath\src\num2str.c 1316 1317!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1318 1319# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1320# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1321 1322!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1323 1324# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1325# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1326 1327!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1328 1329# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1330# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1331 1332!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1333 1334# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1335# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1336# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1337# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1338 1339!ENDIF 1340 1341# End Source File 1342# Begin Source File 1343 1344SOURCE=..\ext\bcmath\libbcmath\src\outofmem.c 1345 1346!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1347 1348# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1349# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1350 1351!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1352 1353# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1354# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1355 1356!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1357 1358# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1359# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1360 1361!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1362 1363# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1364# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1365# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1366# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1367 1368!ENDIF 1369 1370# End Source File 1371# Begin Source File 1372 1373SOURCE=..\ext\bcmath\libbcmath\src\output.c 1374 1375!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1376 1377# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1378# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1379 1380!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1381 1382# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1383# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1384 1385!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1386 1387# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1388# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1389 1390!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1391 1392# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1393# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1394# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1395# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1396 1397!ENDIF 1398 1399# End Source File 1400# Begin Source File 1401 1402SOURCE=..\ext\bcmath\libbcmath\src\raise.c 1403 1404!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1405 1406# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1407# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1408 1409!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1410 1411# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1412# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1413 1414!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1415 1416# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1417# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1418 1419!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1420 1421# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1422# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1423# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1424# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1425 1426!ENDIF 1427 1428# End Source File 1429# Begin Source File 1430 1431SOURCE=..\ext\bcmath\libbcmath\src\raisemod.c 1432 1433!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1434 1435# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1436# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1437 1438!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1439 1440# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1441# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1442 1443!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1444 1445# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1446# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1447 1448!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1449 1450# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1451# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1452# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1453# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1454 1455!ENDIF 1456 1457# End Source File 1458# Begin Source File 1459 1460SOURCE=..\ext\bcmath\libbcmath\src\recmul.c 1461 1462!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1463 1464# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1465# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1466 1467!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1468 1469# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1470# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1471 1472!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1473 1474# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1475# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1476 1477!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1478 1479# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1480# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1481# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1482# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1483 1484!ENDIF 1485 1486# End Source File 1487# Begin Source File 1488 1489SOURCE=..\ext\bcmath\libbcmath\src\rmzero.c 1490 1491!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1492 1493# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1494# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1495 1496!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1497 1498# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1499# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1500 1501!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1502 1503# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1504# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1505 1506!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1507 1508# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1509# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1510# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1511# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1512 1513!ENDIF 1514 1515# End Source File 1516# Begin Source File 1517 1518SOURCE=..\ext\bcmath\libbcmath\src\rt.c 1519 1520!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1521 1522# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1523# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1524 1525!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1526 1527# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1528# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1529 1530!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1531 1532# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1533# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1534 1535!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1536 1537# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1538# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1539# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1540# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1541 1542!ENDIF 1543 1544# End Source File 1545# Begin Source File 1546 1547SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c 1548 1549!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1550 1551# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1552# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1553 1554!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1555 1556# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1557# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1558 1559!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1560 1561# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1562# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1563 1564!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1565 1566# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1567# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1568# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1569# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1570 1571!ENDIF 1572 1573# End Source File 1574# Begin Source File 1575 1576SOURCE=..\ext\bcmath\libbcmath\src\str2num.c 1577 1578!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1579 1580# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1581# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1582 1583!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1584 1585# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1586# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1587 1588!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1589 1590# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1591# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1592 1593!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1594 1595# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1596# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1597# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1598# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1599 1600!ENDIF 1601 1602# End Source File 1603# Begin Source File 1604 1605SOURCE=..\ext\bcmath\libbcmath\src\sub.c 1606 1607!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1608 1609# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1610# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1611 1612!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1613 1614# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1615# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1616 1617!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1618 1619# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1620# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1621 1622!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1623 1624# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1625# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1626# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1627# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1628 1629!ENDIF 1630 1631# End Source File 1632# Begin Source File 1633 1634SOURCE=..\ext\bcmath\libbcmath\src\zero.c 1635 1636!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1637 1638# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1639# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1640 1641!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1642 1643# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1644# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1645 1646!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1647 1648# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1649# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1650 1651!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1652 1653# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1654# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1655# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" 1656# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1657 1658!ENDIF 1659 1660# End Source File 1661# End Group 1662# Begin Group "Header Files No. 8" 1663 1664# PROP Default_Filter ".h" 1665# Begin Source File 1666 1667SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h 1668 1669!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1670 1671# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1672 1673!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1674 1675# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1676 1677!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1678 1679# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1680 1681!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1682 1683# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1684# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1685 1686!ENDIF 1687 1688# End Source File 1689# Begin Source File 1690 1691SOURCE=..\ext\bcmath\libbcmath\src\config.h 1692 1693!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1694 1695# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1696 1697!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1698 1699# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1700 1701!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1702 1703# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1704 1705!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1706 1707# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1708# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1709 1710!ENDIF 1711 1712# End Source File 1713# Begin Source File 1714 1715SOURCE=..\ext\bcmath\libbcmath\src\private.h 1716 1717!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 1718 1719# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" 1720 1721!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 1722 1723# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1724 1725!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 1726 1727# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" 1728 1729!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 1730 1731# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1732# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" 1733 1734!ENDIF 1735 1736# End Source File 1737# End Group 1738# End Group 1739# Begin Group "zlib" 1740 1741# PROP Default_Filter "" 1742# Begin Group "Source Files No. 10 Nr. 1" 1743 1744# PROP Default_Filter "" 1745# Begin Source File 1746 1747SOURCE=..\ext\zlib\zlib.c 1748# End Source File 1749# Begin Source File 1750 1751SOURCE=..\ext\zlib\zlib_filter.c 1752# End Source File 1753# Begin Source File 1754 1755SOURCE=..\ext\zlib\zlib_fopen_wrapper.c 1756# End Source File 1757# End Group 1758# Begin Group "Header Files No. 10 Nr. 1" 1759 1760# PROP Default_Filter "" 1761# Begin Source File 1762 1763SOURCE=..\ext\zlib\php_zlib.h 1764# End Source File 1765# End Group 1766# End Group 1767# Begin Group "Standard" 1768 1769# PROP Default_Filter "" 1770# Begin Group "Source Files No. 1" 1771 1772# PROP Default_Filter "" 1773# Begin Source File 1774 1775SOURCE=..\ext\standard\array.c 1776# End Source File 1777# Begin Source File 1778 1779SOURCE=..\ext\standard\assert.c 1780# End Source File 1781# Begin Source File 1782 1783SOURCE=..\ext\standard\base64.c 1784# End Source File 1785# Begin Source File 1786 1787SOURCE=..\ext\standard\basic_functions.c 1788# End Source File 1789# Begin Source File 1790 1791SOURCE=..\ext\bcmath\bcmath.c 1792# End Source File 1793# Begin Source File 1794 1795SOURCE=..\ext\standard\browscap.c 1796# End Source File 1797# Begin Source File 1798 1799SOURCE=..\ext\standard\crc32.c 1800# End Source File 1801# Begin Source File 1802 1803SOURCE=..\ext\standard\credits.c 1804# End Source File 1805# Begin Source File 1806 1807SOURCE=..\ext\standard\crypt.c 1808# End Source File 1809# Begin Source File 1810 1811SOURCE=..\ext\standard\datetime.c 1812# End Source File 1813# Begin Source File 1814 1815SOURCE=..\ext\standard\dir.c 1816# End Source File 1817# Begin Source File 1818 1819SOURCE=..\ext\standard\dl.c 1820# End Source File 1821# Begin Source File 1822 1823SOURCE=..\ext\standard\dns.c 1824# End Source File 1825# Begin Source File 1826 1827SOURCE=..\ext\standard\exec.c 1828# End Source File 1829# Begin Source File 1830 1831SOURCE=..\ext\standard\file.c 1832# End Source File 1833# Begin Source File 1834 1835SOURCE=..\ext\standard\filestat.c 1836# End Source File 1837# Begin Source File 1838 1839SOURCE=..\ext\standard\flock_compat.c 1840# End Source File 1841# Begin Source File 1842 1843SOURCE=..\ext\standard\formatted_print.c 1844# End Source File 1845# Begin Source File 1846 1847SOURCE=..\ext\standard\fsock.c 1848# End Source File 1849# Begin Source File 1850 1851SOURCE=..\ext\standard\ftp_fopen_wrapper.c 1852# End Source File 1853# Begin Source File 1854 1855SOURCE=..\ext\standard\head.c 1856# End Source File 1857# Begin Source File 1858 1859SOURCE=..\ext\standard\html.c 1860# End Source File 1861# Begin Source File 1862 1863SOURCE=..\ext\standard\http.c 1864# End Source File 1865# Begin Source File 1866 1867SOURCE=..\ext\standard\http_fopen_wrapper.c 1868# End Source File 1869# Begin Source File 1870 1871SOURCE=..\ext\standard\image.c 1872# End Source File 1873# Begin Source File 1874 1875SOURCE=..\ext\standard\incomplete_class.c 1876# End Source File 1877# Begin Source File 1878 1879SOURCE=..\ext\standard\info.c 1880# End Source File 1881# Begin Source File 1882 1883SOURCE=..\ext\standard\iptc.c 1884# End Source File 1885# Begin Source File 1886 1887SOURCE=..\ext\standard\lcg.c 1888# End Source File 1889# Begin Source File 1890 1891SOURCE=..\ext\standard\levenshtein.c 1892# End Source File 1893# Begin Source File 1894 1895SOURCE=..\ext\standard\link.c 1896# End Source File 1897# Begin Source File 1898 1899SOURCE=..\ext\standard\mail.c 1900# End Source File 1901# Begin Source File 1902 1903SOURCE=..\ext\standard\math.c 1904# End Source File 1905# Begin Source File 1906 1907SOURCE=..\ext\standard\md5.c 1908# End Source File 1909# Begin Source File 1910 1911SOURCE=..\ext\standard\metaphone.c 1912# End Source File 1913# Begin Source File 1914 1915SOURCE=..\ext\standard\microtime.c 1916# End Source File 1917# Begin Source File 1918 1919SOURCE=..\ext\session\mod_files.c 1920# End Source File 1921# Begin Source File 1922 1923SOURCE=..\ext\session\mod_user.c 1924# End Source File 1925# Begin Source File 1926 1927SOURCE=..\ext\standard\pack.c 1928# End Source File 1929# Begin Source File 1930 1931SOURCE=..\ext\standard\pageinfo.c 1932# End Source File 1933# Begin Source File 1934 1935SOURCE=..\ext\standard\php_fopen_wrapper.c 1936# End Source File 1937# Begin Source File 1938 1939SOURCE=..\ext\odbc\php_odbc.c 1940# End Source File 1941# Begin Source File 1942 1943SOURCE=..\ext\pcre\php_pcre.c 1944# ADD CPP /D "STATIC" 1945# End Source File 1946# Begin Source File 1947 1948SOURCE=..\ext\standard\rand.c 1949# End Source File 1950# Begin Source File 1951 1952SOURCE=..\ext\standard\reg.c 1953# End Source File 1954# Begin Source File 1955 1956SOURCE=..\ext\standard\scanf.c 1957# End Source File 1958# Begin Source File 1959 1960SOURCE=..\ext\session\session.c 1961# End Source File 1962# Begin Source File 1963 1964SOURCE=..\ext\standard\sha1.c 1965# End Source File 1966# Begin Source File 1967 1968SOURCE=..\ext\standard\soundex.c 1969# End Source File 1970# Begin Source File 1971 1972SOURCE=..\ext\standard\streamsfuncs.c 1973# End Source File 1974# Begin Source File 1975 1976SOURCE=..\ext\standard\string.c 1977# End Source File 1978# Begin Source File 1979 1980SOURCE=..\ext\standard\strnatcmp.c 1981# End Source File 1982# Begin Source File 1983 1984SOURCE=..\ext\standard\syslog.c 1985# End Source File 1986# Begin Source File 1987 1988SOURCE=..\ext\standard\type.c 1989# End Source File 1990# Begin Source File 1991 1992SOURCE=..\ext\standard\uniqid.c 1993# End Source File 1994# Begin Source File 1995 1996SOURCE=..\ext\standard\url.c 1997# End Source File 1998# Begin Source File 1999 2000SOURCE=..\ext\standard\url_scanner_ex.c 2001# ADD CPP /W2 2002# End Source File 2003# Begin Source File 2004 2005SOURCE=..\ext\standard\uuencode.c 2006# End Source File 2007# Begin Source File 2008 2009SOURCE=..\ext\standard\var.c 2010# End Source File 2011# Begin Source File 2012 2013SOURCE=..\ext\standard\var_unserializer.c 2014# ADD CPP /W2 2015# End Source File 2016# Begin Source File 2017 2018SOURCE=..\ext\standard\versioning.c 2019# End Source File 2020# End Group 2021# Begin Group "Header Files No. 1" 2022 2023# PROP Default_Filter "" 2024# Begin Source File 2025 2026SOURCE=..\ext\standard\base64.h 2027# End Source File 2028# Begin Source File 2029 2030SOURCE=..\ext\standard\basic_functions.h 2031# End Source File 2032# Begin Source File 2033 2034SOURCE=..\ext\standard\datetime.h 2035# End Source File 2036# Begin Source File 2037 2038SOURCE=..\ext\standard\dl.h 2039# End Source File 2040# Begin Source File 2041 2042SOURCE=..\ext\standard\dns.h 2043# End Source File 2044# Begin Source File 2045 2046SOURCE=..\ext\standard\exec.h 2047# End Source File 2048# Begin Source File 2049 2050SOURCE=..\ext\standard\file.h 2051# End Source File 2052# Begin Source File 2053 2054SOURCE=..\ext\standard\flock_compat.h 2055# End Source File 2056# Begin Source File 2057 2058SOURCE=..\ext\standard\fsock.h 2059# End Source File 2060# Begin Source File 2061 2062SOURCE=..\functions\global.h 2063# End Source File 2064# Begin Source File 2065 2066SOURCE=..\ext\standard\head.h 2067# End Source File 2068# Begin Source File 2069 2070SOURCE=..\ext\standard\html.h 2071# End Source File 2072# Begin Source File 2073 2074SOURCE=..\ext\standard\info.h 2075# End Source File 2076# Begin Source File 2077 2078SOURCE=..\ext\standard\md5.h 2079# End Source File 2080# Begin Source File 2081 2082SOURCE=..\ext\session\mod_user.h 2083# End Source File 2084# Begin Source File 2085 2086SOURCE=..\ext\standard\pageinfo.h 2087# End Source File 2088# Begin Source File 2089 2090SOURCE=..\ext\standard\php_array.h 2091# End Source File 2092# Begin Source File 2093 2094SOURCE=..\ext\bcmath\php_bcmath.h 2095# End Source File 2096# Begin Source File 2097 2098SOURCE=..\ext\standard\php_crypt.h 2099# End Source File 2100# Begin Source File 2101 2102SOURCE=..\ext\standard\php_dir.h 2103# End Source File 2104# Begin Source File 2105 2106SOURCE=..\ext\standard\php_filestat.h 2107# End Source File 2108# Begin Source File 2109 2110SOURCE=..\ext\standard\php_fopen_wrappers.h 2111# End Source File 2112# Begin Source File 2113 2114SOURCE=..\ext\standard\php_http.h 2115# End Source File 2116# Begin Source File 2117 2118SOURCE=..\ext\standard\php_lcg.h 2119# End Source File 2120# Begin Source File 2121 2122SOURCE=..\ext\ldap\php_ldap.h 2123# End Source File 2124# Begin Source File 2125 2126SOURCE=..\ext\standard\php_mail.h 2127# End Source File 2128# Begin Source File 2129 2130SOURCE=..\ext\odbc\php_odbc.h 2131# End Source File 2132# Begin Source File 2133 2134SOURCE=..\ext\odbc\php_odbc_includes.h 2135# End Source File 2136# Begin Source File 2137 2138SOURCE=..\ext\pcre\php_pcre.h 2139# End Source File 2140# Begin Source File 2141 2142SOURCE=..\ext\standard\php_rand.h 2143# End Source File 2144# Begin Source File 2145 2146SOURCE=..\ext\session\php_session.h 2147# End Source File 2148# Begin Source File 2149 2150SOURCE=..\ext\standard\php_string.h 2151# End Source File 2152# Begin Source File 2153 2154SOURCE=..\ext\standard\php_sunfuncs.h 2155# End Source File 2156# Begin Source File 2157 2158SOURCE=..\ext\standard\php_syslog.h 2159# End Source File 2160# Begin Source File 2161 2162SOURCE=..\functions\phpdir.h 2163# End Source File 2164# Begin Source File 2165 2166SOURCE=..\functions\phpmath.h 2167# End Source File 2168# Begin Source File 2169 2170SOURCE=..\ext\standard\reg.h 2171# End Source File 2172# Begin Source File 2173 2174SOURCE=..\ext\standard\scanf.h 2175# End Source File 2176# Begin Source File 2177 2178SOURCE=..\ext\standard\sha1.h 2179# End Source File 2180# Begin Source File 2181 2182SOURCE=..\ext\standard\type.h 2183# End Source File 2184# Begin Source File 2185 2186SOURCE=..\ext\standard\uniqid.h 2187# End Source File 2188# Begin Source File 2189 2190SOURCE=..\ext\standard\url.h 2191# End Source File 2192# Begin Source File 2193 2194SOURCE=..\ext\standard\url_scanner_ex.h 2195# End Source File 2196# End Group 2197# End Group 2198# Begin Group "SQLite" 2199 2200# PROP Default_Filter "" 2201# Begin Group "Header Files No. 5" 2202 2203# PROP Default_Filter "" 2204# Begin Source File 2205 2206SOURCE=..\ext\sqlite\php_sqlite.h 2207# End Source File 2208# End Group 2209# Begin Group "Source Files No. 5" 2210 2211# PROP Default_Filter "" 2212# Begin Source File 2213 2214SOURCE=..\ext\sqlite\sess_sqlite.c 2215# End Source File 2216# Begin Source File 2217 2218SOURCE=..\ext\sqlite\sqlite.c 2219# End Source File 2220# End Group 2221# End Group 2222# Begin Group "LIBXML" 2223 2224# PROP Default_Filter "" 2225# Begin Group "Header Files No. 10" 2226 2227# PROP Default_Filter "" 2228# Begin Source File 2229 2230SOURCE=..\ext\libxml\php_libxml.h 2231# End Source File 2232# End Group 2233# Begin Group "Source Files No. 9" 2234 2235# PROP Default_Filter "" 2236# Begin Source File 2237 2238SOURCE=..\ext\libxml\libxml.c 2239# End Source File 2240# End Group 2241# End Group 2242# Begin Group "Date" 2243 2244# PROP Default_Filter "" 2245# Begin Group "Source Files No. 10" 2246 2247# PROP Default_Filter "" 2248# Begin Source File 2249 2250SOURCE=..\ext\date\lib\astro.c 2251# End Source File 2252# Begin Source File 2253 2254SOURCE=..\ext\date\lib\dow.c 2255# End Source File 2256# Begin Source File 2257 2258SOURCE=..\ext\date\lib\parse_date.c 2259# End Source File 2260# Begin Source File 2261 2262SOURCE=..\ext\date\lib\parse_tz.c 2263# End Source File 2264# Begin Source File 2265 2266SOURCE=..\ext\date\php_date.c 2267# End Source File 2268# Begin Source File 2269 2270SOURCE=..\ext\date\lib\timelib.c 2271# End Source File 2272# Begin Source File 2273 2274SOURCE=..\ext\date\lib\timelib_config.h.win32 2275 2276!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 2277 2278# Begin Custom Build 2279InputDir=\Projects\php-5.2\ext\date\lib 2280InputPath=..\ext\date\lib\timelib_config.h.win32 2281 2282"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2283 copy $(InputPath) $(InputDir)\timelib_config.h 2284 2285# End Custom Build 2286 2287!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 2288 2289# Begin Custom Build 2290InputDir=\Projects\php-5.2\ext\date\lib 2291InputPath=..\ext\date\lib\timelib_config.h.win32 2292 2293"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2294 copy $(InputPath) $(InputDir)\timelib_config.h 2295 2296# End Custom Build 2297 2298!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 2299 2300# Begin Custom Build 2301InputDir=\Projects\php-5.2\ext\date\lib 2302InputPath=..\ext\date\lib\timelib_config.h.win32 2303 2304"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2305 copy $(InputPath) $(InputDir)\timelib_config.h 2306 2307# End Custom Build 2308 2309!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 2310 2311# Begin Custom Build 2312InputDir=\Projects\php-5.2\ext\date\lib 2313InputPath=..\ext\date\lib\timelib_config.h.win32 2314 2315"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2316 copy $(InputPath) $(InputDir)\timelib_config.h 2317 2318# End Custom Build 2319 2320!ENDIF 2321 2322# End Source File 2323# Begin Source File 2324 2325SOURCE=..\ext\date\lib\tm2unixtime.c 2326# End Source File 2327# Begin Source File 2328 2329SOURCE=..\ext\date\lib\unixtime2tm.c 2330# End Source File 2331# End Group 2332# Begin Group "Header Files No. 11" 2333 2334# PROP Default_Filter "" 2335# Begin Source File 2336 2337SOURCE=..\ext\date\lib\astro.h 2338# End Source File 2339# Begin Source File 2340 2341SOURCE=..\ext\date\lib\fallbackmap.h 2342# End Source File 2343# Begin Source File 2344 2345SOURCE=..\ext\date\php_date.h 2346# End Source File 2347# Begin Source File 2348 2349SOURCE=..\ext\date\lib\timelib.h 2350# End Source File 2351# Begin Source File 2352 2353SOURCE=..\ext\date\lib\timezonedb.h 2354# End Source File 2355# Begin Source File 2356 2357SOURCE=..\ext\date\lib\timezonemap.h 2358# End Source File 2359# End Group 2360# End Group 2361# End Group 2362# Begin Group "Win32" 2363 2364# PROP Default_Filter "" 2365# Begin Group "Source Files No. 2" 2366 2367# PROP Default_Filter "" 2368# Begin Source File 2369 2370SOURCE=.\crypt_win32.c 2371# End Source File 2372# Begin Source File 2373 2374SOURCE=.\glob.c 2375# End Source File 2376# Begin Source File 2377 2378SOURCE=.\md5crypt.c 2379# End Source File 2380# Begin Source File 2381 2382SOURCE=..\win32\readdir.c 2383# End Source File 2384# Begin Source File 2385 2386SOURCE=..\win32\registry.c 2387# End Source File 2388# Begin Source File 2389 2390SOURCE=.\select.c 2391# End Source File 2392# Begin Source File 2393 2394SOURCE=..\win32\sendmail.c 2395# End Source File 2396# Begin Source File 2397 2398SOURCE=..\win32\time.c 2399# End Source File 2400# Begin Source File 2401 2402SOURCE=..\win32\winutil.c 2403# End Source File 2404# Begin Source File 2405 2406SOURCE=..\win32\wsyslog.c 2407# End Source File 2408# Begin Source File 2409 2410SOURCE=.\build\wsyslog.mc 2411 2412!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 2413 2414!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 2415 2416!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 2417 2418!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 2419 2420# Begin Custom Build 2421InputDir=.\build 2422IntDir=.\Release_TSDbg 2423InputPath=.\build\wsyslog.mc 2424 2425"wsyslog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2426 mc -h $(InputDir)/.. -r $(InputDir) -x $(IntDir) $(InputPath) 2427 2428# End Custom Build 2429 2430!ENDIF 2431 2432# End Source File 2433# End Group 2434# Begin Group "Header Files No. 2" 2435 2436# PROP Default_Filter "" 2437# Begin Source File 2438 2439SOURCE=.\crypt_win32.h 2440# End Source File 2441# Begin Source File 2442 2443SOURCE=.\glob.h 2444# End Source File 2445# Begin Source File 2446 2447SOURCE=..\win32\grp.h 2448# End Source File 2449# Begin Source File 2450 2451SOURCE=..\win32\param.h 2452# End Source File 2453# Begin Source File 2454 2455SOURCE=..\win32\php_registry.h 2456# End Source File 2457# Begin Source File 2458 2459SOURCE=..\win32\readdir.h 2460# End Source File 2461# Begin Source File 2462 2463SOURCE=.\select.h 2464# End Source File 2465# Begin Source File 2466 2467SOURCE=..\win32\sendmail.h 2468# End Source File 2469# Begin Source File 2470 2471SOURCE=..\win32\syslog.h 2472# End Source File 2473# Begin Source File 2474 2475SOURCE=..\win32\time.h 2476# End Source File 2477# Begin Source File 2478 2479SOURCE=..\win32\unistd.h 2480# End Source File 2481# Begin Source File 2482 2483SOURCE=..\win32\wfile.h 2484# End Source File 2485# Begin Source File 2486 2487SOURCE=.\winutil.h 2488# End Source File 2489# End Group 2490# End Group 2491# Begin Group "Text Files" 2492 2493# PROP Default_Filter "" 2494# Begin Source File 2495 2496SOURCE=..\ChangeLog 2497# End Source File 2498# Begin Source File 2499 2500SOURCE=..\LICENSE 2501# End Source File 2502# Begin Source File 2503 2504SOURCE=..\NEWS 2505# End Source File 2506# Begin Source File 2507 2508SOURCE="..\php.ini-dist" 2509# End Source File 2510# Begin Source File 2511 2512SOURCE="..\php.ini-recommended" 2513# End Source File 2514# Begin Source File 2515 2516SOURCE="..\README.CVS-RULES" 2517# End Source File 2518# Begin Source File 2519 2520SOURCE=..\TODO 2521# End Source File 2522# End Group 2523# Begin Group "Support" 2524 2525# PROP Default_Filter "" 2526# End Group 2527# Begin Group "Streams" 2528 2529# PROP Default_Filter "" 2530# Begin Group "streams headers" 2531 2532# PROP Default_Filter "" 2533# Begin Source File 2534 2535SOURCE=..\main\streams\php_stream_context.h 2536# End Source File 2537# Begin Source File 2538 2539SOURCE=..\main\streams\php_stream_filter_api.h 2540# End Source File 2541# Begin Source File 2542 2543SOURCE=..\main\streams\php_stream_mmap.h 2544# End Source File 2545# Begin Source File 2546 2547SOURCE=..\main\streams\php_stream_plain_wrapper.h 2548# End Source File 2549# Begin Source File 2550 2551SOURCE=..\main\streams\php_stream_transport.h 2552# End Source File 2553# Begin Source File 2554 2555SOURCE=..\main\streams\php_stream_userspace.h 2556# End Source File 2557# Begin Source File 2558 2559SOURCE=..\main\streams\php_streams_int.h 2560# End Source File 2561# End Group 2562# Begin Source File 2563 2564SOURCE=..\main\streams\cast.c 2565# End Source File 2566# Begin Source File 2567 2568SOURCE=..\main\streams\filter.c 2569# End Source File 2570# Begin Source File 2571 2572SOURCE=..\main\streams\memory.c 2573# End Source File 2574# Begin Source File 2575 2576SOURCE=..\main\streams\mmap.c 2577# End Source File 2578# Begin Source File 2579 2580SOURCE=..\main\streams\plain_wrapper.c 2581# End Source File 2582# Begin Source File 2583 2584SOURCE=..\main\streams\streams.c 2585# End Source File 2586# Begin Source File 2587 2588SOURCE=..\main\streams\transports.c 2589# End Source File 2590# Begin Source File 2591 2592SOURCE=..\ext\standard\user_filters.c 2593# End Source File 2594# Begin Source File 2595 2596SOURCE=..\main\streams\userspace.c 2597# End Source File 2598# Begin Source File 2599 2600SOURCE=..\main\streams\xp_socket.c 2601# End Source File 2602# End Group 2603# Begin Group "COM and DotNet" 2604 2605# PROP Default_Filter "" 2606# Begin Group "Header Files No. 9" 2607 2608# PROP Default_Filter "" 2609# Begin Source File 2610 2611SOURCE=..\ext\com_dotnet\com_saproxy.c 2612# End Source File 2613# Begin Source File 2614 2615SOURCE=..\ext\com_dotnet\com_wrapper.c 2616# End Source File 2617# Begin Source File 2618 2619SOURCE=..\ext\com_dotnet\php_com_dotnet.h 2620# End Source File 2621# Begin Source File 2622 2623SOURCE=..\ext\com_dotnet\php_com_dotnet_internal.h 2624# End Source File 2625# End Group 2626# Begin Source File 2627 2628SOURCE=..\ext\com_dotnet\com_com.c 2629# End Source File 2630# Begin Source File 2631 2632SOURCE=..\ext\com_dotnet\com_dotnet.c 2633# End Source File 2634# Begin Source File 2635 2636SOURCE=..\ext\com_dotnet\com_extension.c 2637# End Source File 2638# Begin Source File 2639 2640SOURCE=..\ext\com_dotnet\com_handlers.c 2641# End Source File 2642# Begin Source File 2643 2644SOURCE=..\ext\com_dotnet\com_iterator.c 2645# End Source File 2646# Begin Source File 2647 2648SOURCE=..\ext\com_dotnet\com_misc.c 2649# End Source File 2650# Begin Source File 2651 2652SOURCE=..\ext\com_dotnet\com_olechar.c 2653# End Source File 2654# Begin Source File 2655 2656SOURCE=..\ext\com_dotnet\com_persist.c 2657# End Source File 2658# Begin Source File 2659 2660SOURCE=..\ext\com_dotnet\com_typeinfo.c 2661# End Source File 2662# Begin Source File 2663 2664SOURCE=..\ext\com_dotnet\com_variant.c 2665# End Source File 2666# End Group 2667# Begin Source File 2668 2669SOURCE=.\php5dllts.rc 2670# End Source File 2671# Begin Source File 2672 2673SOURCE=.\php5dllts.rc2 2674# End Source File 2675# Begin Source File 2676 2677SOURCE=.\phpts.def 2678 2679!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" 2680 2681USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" 2682# Begin Custom Build - Generating $(InputPath) 2683InputPath=.\phpts.def 2684 2685"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2686 builddef.bat > phpts.def 2687 2688# End Custom Build 2689 2690!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" 2691 2692USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" 2693# Begin Custom Build - Generating $(InputPath) 2694InputPath=.\phpts.def 2695 2696"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2697 builddef.bat > phpts.def 2698 2699# End Custom Build 2700 2701!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" 2702 2703USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" 2704# Begin Custom Build - Generating $(InputPath) 2705InputPath=.\phpts.def 2706 2707"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2708 builddef.bat > phpts.def 2709 2710# End Custom Build 2711 2712!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" 2713 2714USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" 2715# Begin Custom Build - Generating $(InputPath) 2716InputPath=.\phpts.def 2717 2718"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 2719 builddef.bat > phpts.def 2720 2721# End Custom Build 2722 2723!ENDIF 2724 2725# End Source File 2726# End Target 2727# End Project 2728