You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2735 lines
70 KiB

24 years ago
24 years ago
24 years ago
22 years ago
23 years ago
24 years ago
22 years ago
24 years ago
22 years ago
  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. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=php5dllts - Win32 Debug_TS
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "php5dllts.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "php5dllts.mak" CFG="php5dllts - Win32 Debug_TS"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "php5dllts - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "php5dllts - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "php5dllts - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "php5dllts - Win32 Release_TSDbg" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 1
  33. # PROP BASE Output_Dir "Debug_TS"
  34. # PROP BASE Intermediate_Dir "Debug_TS"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 1
  38. # PROP Output_Dir "..\Debug_TS"
  39. # PROP Intermediate_Dir "Debug_TS"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # 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
  43. # 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
  44. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  45. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x40d /d "_DEBUG"
  47. # ADD RSC /l 0x40d /d "_DEBUG"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # 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
  53. # 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"
  54. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 0
  57. # PROP BASE Output_Dir "Release_TS"
  58. # PROP BASE Intermediate_Dir "Release_TS"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 0
  62. # PROP Output_Dir "..\Release_TS"
  63. # PROP Intermediate_Dir "Release_TS"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /c
  67. # 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
  68. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  69. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x40d /d "NDEBUG"
  71. # ADD RSC /l 0x40d /d "NDEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # 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
  77. # 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"
  78. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  79. # PROP BASE Use_MFC 0
  80. # PROP BASE Use_Debug_Libraries 0
  81. # PROP BASE Output_Dir "php5dllts___Win32_Release_TS_inline"
  82. # PROP BASE Intermediate_Dir "php5dllts___Win32_Release_TS_inline"
  83. # PROP BASE Ignore_Export_Lib 0
  84. # PROP BASE Target_Dir ""
  85. # PROP Use_MFC 0
  86. # PROP Use_Debug_Libraries 0
  87. # PROP Output_Dir "..\Release_TS_inline"
  88. # PROP Intermediate_Dir "Release_TS_inline"
  89. # PROP Ignore_Export_Lib 0
  90. # PROP Target_Dir ""
  91. # 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
  92. # 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
  93. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  94. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  95. # ADD BASE RSC /l 0x40d /d "NDEBUG"
  96. # ADD RSC /l 0x40d /d "NDEBUG"
  97. BSC32=bscmake.exe
  98. # ADD BASE BSC32 /nologo
  99. # ADD BSC32 /nologo
  100. LINK32=link.exe
  101. # 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"
  102. # 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"
  103. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  104. # PROP BASE Use_MFC 0
  105. # PROP BASE Use_Debug_Libraries 0
  106. # PROP BASE Output_Dir "php5dllts___Win32_Release_TSDbg"
  107. # PROP BASE Intermediate_Dir "php5dllts___Win32_Release_TSDbg"
  108. # PROP BASE Ignore_Export_Lib 0
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 0
  111. # PROP Use_Debug_Libraries 0
  112. # PROP Output_Dir "..\Release_TSDbg"
  113. # PROP Intermediate_Dir "Release_TSDbg"
  114. # PROP Ignore_Export_Lib 0
  115. # PROP Target_Dir ""
  116. # 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
  117. # 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
  118. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  119. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  120. # ADD BASE RSC /l 0x40d /d "NDEBUG"
  121. # ADD RSC /l 0x40d /d "NDEBUG"
  122. BSC32=bscmake.exe
  123. # ADD BASE BSC32 /nologo
  124. # ADD BSC32 /nologo
  125. LINK32=link.exe
  126. # 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"
  127. # 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"
  128. !ENDIF
  129. # Begin Target
  130. # Name "php5dllts - Win32 Debug_TS"
  131. # Name "php5dllts - Win32 Release_TS"
  132. # Name "php5dllts - Win32 Release_TS_inline"
  133. # Name "php5dllts - Win32 Release_TSDbg"
  134. # Begin Group "Core"
  135. # PROP Default_Filter ""
  136. # Begin Group "Source Files"
  137. # PROP Default_Filter ""
  138. # Begin Source File
  139. SOURCE=..\ext\standard\css.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=..\ext\standard\cyr_convert.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=..\ext\standard\filters.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE="..\main\fopen_wrappers.c"
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\globals.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\main\internal_functions_win32.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\main\main.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\main\mergesort.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\main\network.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\main\output.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..\main\php_content_types.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..\main\php_ini.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..\main\php_logos.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\main\php_open_temporary_file.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..\main\php_scandir.c
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=..\main\php_sprintf.c
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=..\main\php_ticks.c
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..\main\php_variables.c
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=..\ext\standard\proc_open.c
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=..\ext\standard\quot_print.c
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=..\main\reentrancy.c
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=..\main\rfc1867.c
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=..\main\safe_mode.c
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=..\main\SAPI.c
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=..\main\snprintf.c
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=..\main\spprintf.c
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=..\main\strlcat.c
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=..\main\strlcpy.c
  221. # End Source File
  222. # End Group
  223. # Begin Group "Header Files"
  224. # PROP Default_Filter ""
  225. # Begin Source File
  226. SOURCE=..\main\config.w32.h
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=..\ext\standard\css.h
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=..\ext\standard\cyr_convert.h
  233. # End Source File
  234. # Begin Source File
  235. SOURCE="..\main\fopen_wrappers.h"
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=..\main\getopt.h
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=..\main\logos.h
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=..\main\output.h
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=..\main\php.h
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=..\main\php3_compat.h
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=..\main\php_compat.h
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=..\main\php_content_types.h
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=..\main\php_globals.h
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=..\main\php_ini.h
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=..\main\php_logos.h
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=..\main\php_main.h
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=..\main\php_open_temporary_file.h
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=..\main\php_output.h
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=..\main\php_regex.h
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=..\main\php_scandir.h
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=..\main\php_streams.h
  284. # End Source File
  285. # Begin Source File
  286. SOURCE=..\main\php_variables.h
  287. # End Source File
  288. # Begin Source File
  289. SOURCE=..\ext\standard\quot_print.h
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=..\main\rfc1867.h
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=..\main\safe_mode.h
  296. # End Source File
  297. # Begin Source File
  298. SOURCE=..\main\SAPI.h
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=..\main\snprintf.h
  302. # End Source File
  303. # Begin Source File
  304. SOURCE=..\main\spprintf.h
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=..\main\win95nt.h
  308. # End Source File
  309. # End Group
  310. # End Group
  311. # Begin Group "Function Modules"
  312. # PROP Default_Filter ""
  313. # Begin Group "PCRE"
  314. # PROP Default_Filter ""
  315. # Begin Group "Source Files No. 3"
  316. # PROP Default_Filter ".c"
  317. # Begin Source File
  318. SOURCE=..\ext\pcre\pcrelib\pcre_chartables.c
  319. # 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"
  320. # End Source File
  321. # Begin Source File
  322. SOURCE=..\ext\pcre\pcrelib\pcre_compile.c
  323. # 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"
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=..\ext\pcre\pcrelib\pcre_exec.c
  327. # 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"
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=..\ext\pcre\pcrelib\pcre_fullinfo.c
  331. # 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"
  332. # End Source File
  333. # Begin Source File
  334. SOURCE=..\ext\pcre\pcrelib\pcre_get.c
  335. # 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"
  336. # End Source File
  337. # Begin Source File
  338. SOURCE=..\ext\pcre\pcrelib\pcre_globals.c
  339. # 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"
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=..\ext\pcre\pcrelib\pcre_info.c
  343. # 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"
  344. # End Source File
  345. # Begin Source File
  346. SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c
  347. # 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"
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=..\ext\pcre\pcrelib\pcre_ord2utf8.c
  351. # 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"
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=..\ext\pcre\pcrelib\pcre_study.c
  355. # 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"
  356. # End Source File
  357. # Begin Source File
  358. SOURCE=..\ext\pcre\pcrelib\pcre_tables.c
  359. # 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"
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=..\ext\pcre\pcrelib\pcre_try_flipped.c
  363. # 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"
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=..\ext\pcre\pcrelib\pcre_ucp_searchfuncs.c
  367. # 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"
  368. # End Source File
  369. # Begin Source File
  370. SOURCE=..\ext\pcre\pcrelib\pcre_valid_utf8.c
  371. # 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"
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=..\ext\pcre\pcrelib\pcre_version.c
  375. # 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"
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=..\ext\pcre\pcrelib\pcre_xclass.c
  379. # 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"
  380. # End Source File
  381. # End Group
  382. # Begin Group "Header Files No. 3"
  383. # PROP Default_Filter ".h"
  384. # Begin Source File
  385. SOURCE=..\ext\pcre\pcrelib\internal.h
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=..\ext\pcre\pcrelib\pcre.h
  389. # End Source File
  390. # End Group
  391. # End Group
  392. # Begin Group "DOM"
  393. # PROP Default_Filter ""
  394. # Begin Group "DOM Source Files"
  395. # PROP Default_Filter ".c"
  396. # Begin Source File
  397. SOURCE=..\ext\dom\attr.c
  398. # End Source File
  399. # Begin Source File
  400. SOURCE=..\ext\dom\cdatasection.c
  401. # End Source File
  402. # Begin Source File
  403. SOURCE=..\ext\dom\characterdata.c
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=..\ext\dom\comment.c
  407. # End Source File
  408. # Begin Source File
  409. SOURCE=..\ext\dom\document.c
  410. # End Source File
  411. # Begin Source File
  412. SOURCE=..\ext\dom\documentfragment.c
  413. # End Source File
  414. # Begin Source File
  415. SOURCE=..\ext\dom\documenttype.c
  416. # End Source File
  417. # Begin Source File
  418. SOURCE=..\ext\dom\dom_iterators.c
  419. # End Source File
  420. # Begin Source File
  421. SOURCE=..\ext\dom\domconfiguration.c
  422. # End Source File
  423. # Begin Source File
  424. SOURCE=..\ext\dom\domerror.c
  425. # End Source File
  426. # Begin Source File
  427. SOURCE=..\ext\dom\domerrorhandler.c
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=..\ext\dom\domexception.c
  431. # End Source File
  432. # Begin Source File
  433. SOURCE=..\ext\dom\domimplementation.c
  434. # End Source File
  435. # Begin Source File
  436. SOURCE=..\ext\dom\domimplementationlist.c
  437. # End Source File
  438. # Begin Source File
  439. SOURCE=..\ext\dom\domimplementationsource.c
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=..\ext\dom\domlocator.c
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=..\ext\dom\domstringlist.c
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=..\ext\dom\element.c
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=..\ext\dom\entity.c
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=..\ext\dom\entityreference.c
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=..\ext\dom\namednodemap.c
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=..\ext\dom\namelist.c
  461. # End Source File
  462. # Begin Source File
  463. SOURCE=..\ext\dom\node.c
  464. # End Source File
  465. # Begin Source File
  466. SOURCE=..\ext\dom\nodelist.c
  467. # End Source File
  468. # Begin Source File
  469. SOURCE=..\ext\dom\notation.c
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=..\ext\dom\php_dom.c
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=..\ext\dom\processinginstruction.c
  476. # End Source File
  477. # Begin Source File
  478. SOURCE=..\ext\dom\string_extend.c
  479. # End Source File
  480. # Begin Source File
  481. SOURCE=..\ext\dom\text.c
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=..\ext\dom\typeinfo.c
  485. # End Source File
  486. # Begin Source File
  487. SOURCE=..\ext\dom\userdatahandler.c
  488. # End Source File
  489. # Begin Source File
  490. SOURCE=..\ext\dom\xpath.c
  491. # End Source File
  492. # End Group
  493. # Begin Group "DOM Header Files"
  494. # PROP Default_Filter ".h"
  495. # Begin Source File
  496. SOURCE=..\ext\dom\dom_ce.h
  497. # End Source File
  498. # Begin Source File
  499. SOURCE=..\ext\dom\dom_fe.h
  500. # End Source File
  501. # Begin Source File
  502. SOURCE=..\ext\dom\dom_properties.h
  503. # End Source File
  504. # Begin Source File
  505. SOURCE=..\ext\dom\php_dom.h
  506. # End Source File
  507. # Begin Source File
  508. SOURCE=..\ext\dom\xml_common.h
  509. # End Source File
  510. # End Group
  511. # Begin Group "Resource Files"
  512. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  513. # End Group
  514. # End Group
  515. # Begin Group "SimpleXML"
  516. # PROP Default_Filter ""
  517. # Begin Group "SimpleXML Source Files"
  518. # PROP Default_Filter ".c"
  519. # Begin Source File
  520. SOURCE=..\ext\simplexml\simplexml.c
  521. # End Source File
  522. # End Group
  523. # Begin Group "SimpleXML Header Files"
  524. # PROP Default_Filter ".h"
  525. # Begin Source File
  526. SOURCE=..\ext\simplexml\php_simplexml.h
  527. # End Source File
  528. # End Group
  529. # Begin Group "Resource Files No. 1"
  530. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  531. # End Group
  532. # End Group
  533. # Begin Group "Regular Expressions"
  534. # PROP Default_Filter ""
  535. # Begin Source File
  536. SOURCE=..\regex\regcomp.c
  537. # End Source File
  538. # Begin Source File
  539. SOURCE=..\regex\regerror.c
  540. # End Source File
  541. # Begin Source File
  542. SOURCE=..\regex\regexec.c
  543. # End Source File
  544. # Begin Source File
  545. SOURCE=..\regex\regfree.c
  546. # End Source File
  547. # End Group
  548. # Begin Group "XML"
  549. # PROP Default_Filter ""
  550. # Begin Group "Source Files No. 4"
  551. # PROP Default_Filter ".c"
  552. # Begin Source File
  553. SOURCE=..\ext\xml\compat.c
  554. # End Source File
  555. # Begin Source File
  556. SOURCE=..\ext\ctype\ctype.c
  557. # End Source File
  558. # Begin Source File
  559. SOURCE=..\ext\tokenizer\tokenizer.c
  560. # End Source File
  561. # Begin Source File
  562. SOURCE=..\ext\wddx\wddx.c
  563. # End Source File
  564. # Begin Source File
  565. SOURCE=..\ext\xml\xml.c
  566. # End Source File
  567. # End Group
  568. # Begin Group "Header Files No. 4"
  569. # PROP Default_Filter ".h"
  570. # Begin Source File
  571. SOURCE=..\ext\wddx\php_wddx.h
  572. # End Source File
  573. # Begin Source File
  574. SOURCE=..\ext\wddx\php_wddx_api.h
  575. # End Source File
  576. # Begin Source File
  577. SOURCE=..\ext\xml\php_xml.h
  578. # End Source File
  579. # End Group
  580. # End Group
  581. # Begin Group "FTP"
  582. # PROP Default_Filter ""
  583. # Begin Group "Source Files No. 6"
  584. # PROP Default_Filter ".c"
  585. # Begin Source File
  586. SOURCE=..\ext\ftp\ftp.c
  587. # End Source File
  588. # Begin Source File
  589. SOURCE=..\ext\ftp\php_ftp.c
  590. # End Source File
  591. # End Group
  592. # Begin Group "Header Files No. 6"
  593. # PROP Default_Filter ".h"
  594. # Begin Source File
  595. SOURCE=..\ext\ftp\ftp.h
  596. # End Source File
  597. # Begin Source File
  598. SOURCE=..\ext\ftp\php_ftp.h
  599. # End Source File
  600. # End Group
  601. # End Group
  602. # Begin Group "Calendar"
  603. # PROP Default_Filter ""
  604. # Begin Group "Source Files No. 7"
  605. # PROP Default_Filter ".c"
  606. # Begin Source File
  607. SOURCE=..\ext\calendar\cal_unix.c
  608. # PROP Intermediate_Dir "calendar"
  609. # End Source File
  610. # Begin Source File
  611. SOURCE=..\ext\calendar\calendar.c
  612. # PROP Intermediate_Dir "calendar"
  613. # End Source File
  614. # Begin Source File
  615. SOURCE=..\ext\calendar\dow.c
  616. # PROP Intermediate_Dir "calendar"
  617. # End Source File
  618. # Begin Source File
  619. SOURCE=..\ext\calendar\easter.c
  620. # PROP Intermediate_Dir "calendar"
  621. # End Source File
  622. # Begin Source File
  623. SOURCE=..\ext\calendar\french.c
  624. # PROP Intermediate_Dir "calendar"
  625. # End Source File
  626. # Begin Source File
  627. SOURCE=..\ext\calendar\gregor.c
  628. # PROP Intermediate_Dir "calendar"
  629. # End Source File
  630. # Begin Source File
  631. SOURCE=..\ext\calendar\jewish.c
  632. # PROP Intermediate_Dir "calendar"
  633. # End Source File
  634. # Begin Source File
  635. SOURCE=..\ext\calendar\julian.c
  636. # PROP Intermediate_Dir "calendar"
  637. # End Source File
  638. # End Group
  639. # Begin Group "Header Files No. 7"
  640. # PROP Default_Filter ".h"
  641. # Begin Source File
  642. SOURCE=..\ext\calendar\php_calendar.h
  643. # End Source File
  644. # Begin Source File
  645. SOURCE=..\ext\calendar\sdncal.h
  646. # End Source File
  647. # End Group
  648. # End Group
  649. # Begin Group "SPL"
  650. # PROP Default_Filter ""
  651. # Begin Group "Source Files No. 11"
  652. # PROP Default_Filter ""
  653. # Begin Source File
  654. SOURCE=..\ext\spl\php_spl.c
  655. # End Source File
  656. # Begin Source File
  657. SOURCE=..\ext\spl\spl_array.c
  658. # End Source File
  659. # Begin Source File
  660. SOURCE=..\ext\spl\spl_directory.c
  661. # End Source File
  662. # Begin Source File
  663. SOURCE=..\ext\spl\spl_engine.c
  664. # End Source File
  665. # Begin Source File
  666. SOURCE=..\ext\spl\spl_exceptions.c
  667. # End Source File
  668. # Begin Source File
  669. SOURCE=..\ext\spl\spl_functions.c
  670. # End Source File
  671. # Begin Source File
  672. SOURCE=..\ext\spl\spl_iterators.c
  673. # End Source File
  674. # Begin Source File
  675. SOURCE=..\ext\spl\spl_observer.c
  676. # End Source File
  677. # Begin Source File
  678. SOURCE=..\ext\spl\spl_sxe.c
  679. # End Source File
  680. # End Group
  681. # Begin Group "Header Files No. 12"
  682. # PROP Default_Filter ""
  683. # Begin Source File
  684. SOURCE=..\ext\spl\php_spl.h
  685. # End Source File
  686. # Begin Source File
  687. SOURCE=..\ext\spl\spl_array.h
  688. # End Source File
  689. # Begin Source File
  690. SOURCE=..\ext\spl\spl_directory.h
  691. # End Source File
  692. # Begin Source File
  693. SOURCE=..\ext\spl\spl_engine.h
  694. # End Source File
  695. # Begin Source File
  696. SOURCE=..\ext\spl\spl_exceptions.h
  697. # End Source File
  698. # Begin Source File
  699. SOURCE=..\ext\spl\spl_functions.h
  700. # End Source File
  701. # Begin Source File
  702. SOURCE=..\ext\spl\spl_iterators.h
  703. # End Source File
  704. # Begin Source File
  705. SOURCE=..\ext\spl\spl_observer.h
  706. # End Source File
  707. # Begin Source File
  708. SOURCE=..\ext\spl\spl_sxe.h
  709. # End Source File
  710. # End Group
  711. # End Group
  712. # Begin Group "Reflection"
  713. # PROP Default_Filter ""
  714. # Begin Group "Source Files No. 12"
  715. # PROP Default_Filter ""
  716. # Begin Source File
  717. SOURCE=..\ext\reflection\php_reflection.c
  718. # End Source File
  719. # End Group
  720. # Begin Group "Header Files No. 13"
  721. # PROP Default_Filter ""
  722. # Begin Source File
  723. SOURCE=..\ext\reflection\php_reflection.h
  724. # End Source File
  725. # End Group
  726. # End Group
  727. # Begin Group "XMLReader"
  728. # PROP Default_Filter ""
  729. # Begin Group "Source Files No. 13"
  730. # PROP Default_Filter ""
  731. # Begin Source File
  732. SOURCE=..\ext\xmlreader\php_xmlreader.c
  733. # End Source File
  734. # End Group
  735. # Begin Group "Header Files No. 14"
  736. # PROP Default_Filter ""
  737. # Begin Source File
  738. SOURCE=..\ext\xmlreader\php_xmlreader.h
  739. # End Source File
  740. # End Group
  741. # End Group
  742. # Begin Group "XMLwriter"
  743. # PROP Default_Filter ""
  744. # Begin Group "Source Files No. 14"
  745. # PROP Default_Filter ""
  746. # Begin Source File
  747. SOURCE=..\ext\xmlwriter\php_xmlwriter.c
  748. # End Source File
  749. # End Group
  750. # Begin Group "Header Files No. 15"
  751. # PROP Default_Filter ""
  752. # Begin Source File
  753. SOURCE=..\ext\xmlwriter\php_xmlwriter.h
  754. # End Source File
  755. # End Group
  756. # End Group
  757. # Begin Group "IConv"
  758. # PROP Default_Filter ""
  759. # Begin Group "Source Files No. 15"
  760. # PROP Default_Filter ""
  761. # Begin Source File
  762. SOURCE=..\ext\iconv\iconv.c
  763. # ADD CPP /D "PHP_ICONV_EXPORTS"
  764. # End Source File
  765. # End Group
  766. # Begin Group "Header Files No. 16"
  767. # PROP Default_Filter ""
  768. # Begin Source File
  769. SOURCE=..\ext\iconv\php_iconv.h
  770. # End Source File
  771. # End Group
  772. # End Group
  773. # Begin Group "bcmath"
  774. # PROP Default_Filter ""
  775. # Begin Group "Source Files No. 8"
  776. # PROP Default_Filter ".c"
  777. # Begin Source File
  778. SOURCE=..\ext\bcmath\libbcmath\src\add.c
  779. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  780. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  781. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  782. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  783. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  784. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  785. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  786. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  787. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  788. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  789. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  790. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  791. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  792. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  793. !ENDIF
  794. # End Source File
  795. # Begin Source File
  796. SOURCE=..\ext\bcmath\libbcmath\src\compare.c
  797. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  798. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  799. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  800. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  801. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  802. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  803. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  804. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  805. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  806. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  807. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  808. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  809. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  810. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  811. !ENDIF
  812. # End Source File
  813. # Begin Source File
  814. SOURCE=..\ext\bcmath\libbcmath\src\debug.c
  815. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  816. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  817. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  818. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  819. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  820. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  821. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  822. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  823. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  824. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  825. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  826. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  827. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  828. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  829. !ENDIF
  830. # End Source File
  831. # Begin Source File
  832. SOURCE=..\ext\bcmath\libbcmath\src\div.c
  833. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  834. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  835. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  836. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  837. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  838. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  839. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  840. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  841. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  842. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  843. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  844. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  845. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  846. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  847. !ENDIF
  848. # End Source File
  849. # Begin Source File
  850. SOURCE=..\ext\bcmath\libbcmath\src\divmod.c
  851. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  852. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  853. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  854. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  855. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  856. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  857. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  858. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  859. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  860. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  861. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  862. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  863. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  864. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  865. !ENDIF
  866. # End Source File
  867. # Begin Source File
  868. SOURCE=..\ext\bcmath\libbcmath\src\doaddsub.c
  869. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  870. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  871. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  872. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  873. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  874. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  875. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  876. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  877. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  878. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  879. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  880. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  881. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  882. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  883. !ENDIF
  884. # End Source File
  885. # Begin Source File
  886. SOURCE=..\ext\bcmath\libbcmath\src\init.c
  887. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  888. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  889. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  890. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  891. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  892. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  893. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  894. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  895. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  896. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  897. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  898. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  899. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  900. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  901. !ENDIF
  902. # End Source File
  903. # Begin Source File
  904. SOURCE=..\ext\bcmath\libbcmath\src\int2num.c
  905. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  906. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  907. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  908. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  909. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  910. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  911. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  912. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  913. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  914. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  915. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  916. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  917. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  918. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  919. !ENDIF
  920. # End Source File
  921. # Begin Source File
  922. SOURCE=..\ext\bcmath\libbcmath\src\nearzero.c
  923. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  924. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  925. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  926. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  927. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  928. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  929. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  930. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  931. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  932. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  933. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  934. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  935. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  936. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  937. !ENDIF
  938. # End Source File
  939. # Begin Source File
  940. SOURCE=..\ext\bcmath\libbcmath\src\neg.c
  941. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  942. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  943. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  944. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  945. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  946. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  947. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  948. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  949. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  950. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  951. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  952. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  953. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  954. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  955. !ENDIF
  956. # End Source File
  957. # Begin Source File
  958. SOURCE=..\ext\bcmath\libbcmath\src\num2long.c
  959. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  960. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  961. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  962. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  963. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  964. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  965. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  966. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  967. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  968. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  969. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  970. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  971. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  972. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  973. !ENDIF
  974. # End Source File
  975. # Begin Source File
  976. SOURCE=..\ext\bcmath\libbcmath\src\num2str.c
  977. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  978. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  979. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  980. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  981. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  982. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  983. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  984. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  985. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  986. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  987. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  988. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  989. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  990. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  991. !ENDIF
  992. # End Source File
  993. # Begin Source File
  994. SOURCE=..\ext\bcmath\libbcmath\src\outofmem.c
  995. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  996. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  997. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  998. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  999. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1000. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1001. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1002. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1003. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1004. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1005. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1006. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1007. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1008. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1009. !ENDIF
  1010. # End Source File
  1011. # Begin Source File
  1012. SOURCE=..\ext\bcmath\libbcmath\src\output.c
  1013. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1014. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1015. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1016. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1017. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1018. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1019. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1020. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1021. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1022. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1023. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1024. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1025. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1026. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1027. !ENDIF
  1028. # End Source File
  1029. # Begin Source File
  1030. SOURCE=..\ext\bcmath\libbcmath\src\raise.c
  1031. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1032. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1033. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1034. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1035. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1036. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1037. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1038. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1039. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1040. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1041. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1042. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1043. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1044. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1045. !ENDIF
  1046. # End Source File
  1047. # Begin Source File
  1048. SOURCE=..\ext\bcmath\libbcmath\src\raisemod.c
  1049. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1050. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1051. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1052. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1053. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1054. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1055. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1056. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1057. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1058. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1059. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1060. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1061. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1062. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1063. !ENDIF
  1064. # End Source File
  1065. # Begin Source File
  1066. SOURCE=..\ext\bcmath\libbcmath\src\recmul.c
  1067. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1068. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1069. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1070. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1071. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1072. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1073. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1074. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1075. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1076. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1077. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1078. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1079. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1080. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1081. !ENDIF
  1082. # End Source File
  1083. # Begin Source File
  1084. SOURCE=..\ext\bcmath\libbcmath\src\rmzero.c
  1085. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1086. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1087. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1088. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1089. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1090. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1091. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1092. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1093. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1094. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1095. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1096. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1097. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1098. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1099. !ENDIF
  1100. # End Source File
  1101. # Begin Source File
  1102. SOURCE=..\ext\bcmath\libbcmath\src\rt.c
  1103. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1104. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1105. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1106. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1107. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1108. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1109. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1110. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1111. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1112. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1113. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1114. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1115. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1116. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1117. !ENDIF
  1118. # End Source File
  1119. # Begin Source File
  1120. SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c
  1121. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1122. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1123. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1124. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1125. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1126. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1127. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1128. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1129. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1130. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  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. !ENDIF
  1136. # End Source File
  1137. # Begin Source File
  1138. SOURCE=..\ext\bcmath\libbcmath\src\str2num.c
  1139. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1140. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1141. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1142. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1143. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1144. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1145. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1146. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1147. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1148. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1149. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1150. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1151. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1152. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1153. !ENDIF
  1154. # End Source File
  1155. # Begin Source File
  1156. SOURCE=..\ext\bcmath\libbcmath\src\sub.c
  1157. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1158. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1159. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1160. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1161. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1162. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1163. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1164. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1165. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1166. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1167. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1168. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1169. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1170. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1171. !ENDIF
  1172. # End Source File
  1173. # Begin Source File
  1174. SOURCE=..\ext\bcmath\libbcmath\src\zero.c
  1175. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1176. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1177. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1178. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1179. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1180. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1181. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1182. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1183. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1184. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1185. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1186. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1187. # ADD BASE CPP /I "..\ext\bcmath\libbcmath\src"
  1188. # ADD CPP /I "..\ext\bcmath\libbcmath\src"
  1189. !ENDIF
  1190. # End Source File
  1191. # End Group
  1192. # Begin Group "Header Files No. 8"
  1193. # PROP Default_Filter ".h"
  1194. # Begin Source File
  1195. SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h
  1196. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1197. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1198. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1199. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1200. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1201. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1202. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1203. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1204. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1205. !ENDIF
  1206. # End Source File
  1207. # Begin Source File
  1208. SOURCE=..\ext\bcmath\libbcmath\src\config.h
  1209. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1210. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1211. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1212. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1213. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1214. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1215. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1216. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1217. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1218. !ENDIF
  1219. # End Source File
  1220. # Begin Source File
  1221. SOURCE=..\ext\bcmath\libbcmath\src\private.h
  1222. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1223. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS"
  1224. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1225. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1226. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1227. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline"
  1228. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1229. # PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1230. # PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS"
  1231. !ENDIF
  1232. # End Source File
  1233. # End Group
  1234. # End Group
  1235. # Begin Group "zlib"
  1236. # PROP Default_Filter ""
  1237. # Begin Group "Source Files No. 10 Nr. 1"
  1238. # PROP Default_Filter ""
  1239. # Begin Source File
  1240. SOURCE=..\ext\zlib\zlib.c
  1241. # End Source File
  1242. # Begin Source File
  1243. SOURCE=..\ext\zlib\zlib_filter.c
  1244. # End Source File
  1245. # Begin Source File
  1246. SOURCE=..\ext\zlib\zlib_fopen_wrapper.c
  1247. # End Source File
  1248. # End Group
  1249. # Begin Group "Header Files No. 10 Nr. 1"
  1250. # PROP Default_Filter ""
  1251. # Begin Source File
  1252. SOURCE=..\ext\zlib\php_zlib.h
  1253. # End Source File
  1254. # End Group
  1255. # End Group
  1256. # Begin Group "Standard"
  1257. # PROP Default_Filter ""
  1258. # Begin Group "Source Files No. 1"
  1259. # PROP Default_Filter ""
  1260. # Begin Source File
  1261. SOURCE=..\ext\standard\array.c
  1262. # End Source File
  1263. # Begin Source File
  1264. SOURCE=..\ext\standard\assert.c
  1265. # End Source File
  1266. # Begin Source File
  1267. SOURCE=..\ext\standard\base64.c
  1268. # End Source File
  1269. # Begin Source File
  1270. SOURCE=..\ext\standard\basic_functions.c
  1271. # End Source File
  1272. # Begin Source File
  1273. SOURCE=..\ext\bcmath\bcmath.c
  1274. # End Source File
  1275. # Begin Source File
  1276. SOURCE=..\ext\standard\browscap.c
  1277. # End Source File
  1278. # Begin Source File
  1279. SOURCE=..\ext\standard\crc32.c
  1280. # End Source File
  1281. # Begin Source File
  1282. SOURCE=..\ext\standard\credits.c
  1283. # End Source File
  1284. # Begin Source File
  1285. SOURCE=..\ext\standard\crypt.c
  1286. # End Source File
  1287. # Begin Source File
  1288. SOURCE=..\ext\standard\datetime.c
  1289. # End Source File
  1290. # Begin Source File
  1291. SOURCE=..\ext\standard\dir.c
  1292. # End Source File
  1293. # Begin Source File
  1294. SOURCE=..\ext\standard\dl.c
  1295. # End Source File
  1296. # Begin Source File
  1297. SOURCE=..\ext\standard\dns.c
  1298. # End Source File
  1299. # Begin Source File
  1300. SOURCE=..\ext\standard\exec.c
  1301. # End Source File
  1302. # Begin Source File
  1303. SOURCE=..\ext\standard\file.c
  1304. # End Source File
  1305. # Begin Source File
  1306. SOURCE=..\ext\standard\filestat.c
  1307. # End Source File
  1308. # Begin Source File
  1309. SOURCE=..\ext\standard\flock_compat.c
  1310. # End Source File
  1311. # Begin Source File
  1312. SOURCE=..\ext\standard\formatted_print.c
  1313. # End Source File
  1314. # Begin Source File
  1315. SOURCE=..\ext\standard\fsock.c
  1316. # End Source File
  1317. # Begin Source File
  1318. SOURCE=..\ext\standard\ftp_fopen_wrapper.c
  1319. # End Source File
  1320. # Begin Source File
  1321. SOURCE=..\ext\standard\head.c
  1322. # End Source File
  1323. # Begin Source File
  1324. SOURCE=..\ext\standard\html.c
  1325. # End Source File
  1326. # Begin Source File
  1327. SOURCE=..\ext\standard\http.c
  1328. # End Source File
  1329. # Begin Source File
  1330. SOURCE=..\ext\standard\http_fopen_wrapper.c
  1331. # End Source File
  1332. # Begin Source File
  1333. SOURCE=..\ext\standard\image.c
  1334. # End Source File
  1335. # Begin Source File
  1336. SOURCE=..\ext\standard\incomplete_class.c
  1337. # End Source File
  1338. # Begin Source File
  1339. SOURCE=..\ext\standard\info.c
  1340. # End Source File
  1341. # Begin Source File
  1342. SOURCE=..\ext\standard\iptc.c
  1343. # End Source File
  1344. # Begin Source File
  1345. SOURCE=..\ext\standard\lcg.c
  1346. # End Source File
  1347. # Begin Source File
  1348. SOURCE=..\ext\standard\levenshtein.c
  1349. # End Source File
  1350. # Begin Source File
  1351. SOURCE=..\ext\standard\link.c
  1352. # End Source File
  1353. # Begin Source File
  1354. SOURCE=..\ext\standard\mail.c
  1355. # End Source File
  1356. # Begin Source File
  1357. SOURCE=..\ext\standard\math.c
  1358. # End Source File
  1359. # Begin Source File
  1360. SOURCE=..\ext\standard\md5.c
  1361. # End Source File
  1362. # Begin Source File
  1363. SOURCE=..\ext\standard\metaphone.c
  1364. # End Source File
  1365. # Begin Source File
  1366. SOURCE=..\ext\standard\microtime.c
  1367. # End Source File
  1368. # Begin Source File
  1369. SOURCE=..\ext\session\mod_files.c
  1370. # End Source File
  1371. # Begin Source File
  1372. SOURCE=..\ext\session\mod_user.c
  1373. # End Source File
  1374. # Begin Source File
  1375. SOURCE=..\ext\standard\pack.c
  1376. # End Source File
  1377. # Begin Source File
  1378. SOURCE=..\ext\standard\pageinfo.c
  1379. # End Source File
  1380. # Begin Source File
  1381. SOURCE=..\ext\standard\php_fopen_wrapper.c
  1382. # End Source File
  1383. # Begin Source File
  1384. SOURCE=..\ext\odbc\php_odbc.c
  1385. # End Source File
  1386. # Begin Source File
  1387. SOURCE=..\ext\pcre\php_pcre.c
  1388. # ADD CPP /D "STATIC"
  1389. # End Source File
  1390. # Begin Source File
  1391. SOURCE=..\ext\standard\rand.c
  1392. # End Source File
  1393. # Begin Source File
  1394. SOURCE=..\ext\standard\reg.c
  1395. # End Source File
  1396. # Begin Source File
  1397. SOURCE=..\ext\standard\scanf.c
  1398. # End Source File
  1399. # Begin Source File
  1400. SOURCE=..\ext\session\session.c
  1401. # End Source File
  1402. # Begin Source File
  1403. SOURCE=..\ext\standard\sha1.c
  1404. # End Source File
  1405. # Begin Source File
  1406. SOURCE=..\ext\standard\soundex.c
  1407. # End Source File
  1408. # Begin Source File
  1409. SOURCE=..\ext\standard\streamsfuncs.c
  1410. # End Source File
  1411. # Begin Source File
  1412. SOURCE=..\ext\standard\string.c
  1413. # End Source File
  1414. # Begin Source File
  1415. SOURCE=..\ext\standard\strnatcmp.c
  1416. # End Source File
  1417. # Begin Source File
  1418. SOURCE=..\ext\standard\syslog.c
  1419. # End Source File
  1420. # Begin Source File
  1421. SOURCE=..\ext\standard\type.c
  1422. # End Source File
  1423. # Begin Source File
  1424. SOURCE=..\ext\standard\uniqid.c
  1425. # End Source File
  1426. # Begin Source File
  1427. SOURCE=..\ext\standard\url.c
  1428. # End Source File
  1429. # Begin Source File
  1430. SOURCE=..\ext\standard\url_scanner_ex.c
  1431. # ADD CPP /W2
  1432. # End Source File
  1433. # Begin Source File
  1434. SOURCE=..\ext\standard\uuencode.c
  1435. # End Source File
  1436. # Begin Source File
  1437. SOURCE=..\ext\standard\var.c
  1438. # End Source File
  1439. # Begin Source File
  1440. SOURCE=..\ext\standard\var_unserializer.c
  1441. # ADD CPP /W2
  1442. # End Source File
  1443. # Begin Source File
  1444. SOURCE=..\ext\standard\versioning.c
  1445. # End Source File
  1446. # End Group
  1447. # Begin Group "Header Files No. 1"
  1448. # PROP Default_Filter ""
  1449. # Begin Source File
  1450. SOURCE=..\ext\standard\base64.h
  1451. # End Source File
  1452. # Begin Source File
  1453. SOURCE=..\ext\standard\basic_functions.h
  1454. # End Source File
  1455. # Begin Source File
  1456. SOURCE=..\ext\standard\datetime.h
  1457. # End Source File
  1458. # Begin Source File
  1459. SOURCE=..\ext\standard\dl.h
  1460. # End Source File
  1461. # Begin Source File
  1462. SOURCE=..\ext\standard\dns.h
  1463. # End Source File
  1464. # Begin Source File
  1465. SOURCE=..\ext\standard\exec.h
  1466. # End Source File
  1467. # Begin Source File
  1468. SOURCE=..\ext\standard\file.h
  1469. # End Source File
  1470. # Begin Source File
  1471. SOURCE=..\ext\standard\flock_compat.h
  1472. # End Source File
  1473. # Begin Source File
  1474. SOURCE=..\ext\standard\fsock.h
  1475. # End Source File
  1476. # Begin Source File
  1477. SOURCE=..\functions\global.h
  1478. # End Source File
  1479. # Begin Source File
  1480. SOURCE=..\ext\standard\head.h
  1481. # End Source File
  1482. # Begin Source File
  1483. SOURCE=..\ext\standard\html.h
  1484. # End Source File
  1485. # Begin Source File
  1486. SOURCE=..\ext\standard\info.h
  1487. # End Source File
  1488. # Begin Source File
  1489. SOURCE=..\ext\standard\md5.h
  1490. # End Source File
  1491. # Begin Source File
  1492. SOURCE=..\ext\session\mod_user.h
  1493. # End Source File
  1494. # Begin Source File
  1495. SOURCE=..\ext\standard\pageinfo.h
  1496. # End Source File
  1497. # Begin Source File
  1498. SOURCE=..\ext\standard\php_array.h
  1499. # End Source File
  1500. # Begin Source File
  1501. SOURCE=..\ext\bcmath\php_bcmath.h
  1502. # End Source File
  1503. # Begin Source File
  1504. SOURCE=..\ext\standard\php_crypt.h
  1505. # End Source File
  1506. # Begin Source File
  1507. SOURCE=..\ext\standard\php_dir.h
  1508. # End Source File
  1509. # Begin Source File
  1510. SOURCE=..\ext\standard\php_filestat.h
  1511. # End Source File
  1512. # Begin Source File
  1513. SOURCE=..\ext\standard\php_fopen_wrappers.h
  1514. # End Source File
  1515. # Begin Source File
  1516. SOURCE=..\ext\standard\php_http.h
  1517. # End Source File
  1518. # Begin Source File
  1519. SOURCE=..\ext\standard\php_lcg.h
  1520. # End Source File
  1521. # Begin Source File
  1522. SOURCE=..\ext\ldap\php_ldap.h
  1523. # End Source File
  1524. # Begin Source File
  1525. SOURCE=..\ext\standard\php_mail.h
  1526. # End Source File
  1527. # Begin Source File
  1528. SOURCE=..\ext\odbc\php_odbc.h
  1529. # End Source File
  1530. # Begin Source File
  1531. SOURCE=..\ext\odbc\php_odbc_includes.h
  1532. # End Source File
  1533. # Begin Source File
  1534. SOURCE=..\ext\pcre\php_pcre.h
  1535. # End Source File
  1536. # Begin Source File
  1537. SOURCE=..\ext\standard\php_rand.h
  1538. # End Source File
  1539. # Begin Source File
  1540. SOURCE=..\ext\session\php_session.h
  1541. # End Source File
  1542. # Begin Source File
  1543. SOURCE=..\ext\standard\php_string.h
  1544. # End Source File
  1545. # Begin Source File
  1546. SOURCE=..\ext\standard\php_sunfuncs.h
  1547. # End Source File
  1548. # Begin Source File
  1549. SOURCE=..\ext\standard\php_syslog.h
  1550. # End Source File
  1551. # Begin Source File
  1552. SOURCE=..\functions\phpdir.h
  1553. # End Source File
  1554. # Begin Source File
  1555. SOURCE=..\functions\phpmath.h
  1556. # End Source File
  1557. # Begin Source File
  1558. SOURCE=..\ext\standard\reg.h
  1559. # End Source File
  1560. # Begin Source File
  1561. SOURCE=..\ext\standard\scanf.h
  1562. # End Source File
  1563. # Begin Source File
  1564. SOURCE=..\ext\standard\sha1.h
  1565. # End Source File
  1566. # Begin Source File
  1567. SOURCE=..\ext\standard\type.h
  1568. # End Source File
  1569. # Begin Source File
  1570. SOURCE=..\ext\standard\uniqid.h
  1571. # End Source File
  1572. # Begin Source File
  1573. SOURCE=..\ext\standard\url.h
  1574. # End Source File
  1575. # Begin Source File
  1576. SOURCE=..\ext\standard\url_scanner_ex.h
  1577. # End Source File
  1578. # End Group
  1579. # End Group
  1580. # Begin Group "SQLite"
  1581. # PROP Default_Filter ""
  1582. # Begin Group "Header Files No. 5"
  1583. # PROP Default_Filter ""
  1584. # Begin Source File
  1585. SOURCE=..\ext\sqlite\php_sqlite.h
  1586. # End Source File
  1587. # End Group
  1588. # Begin Group "Source Files No. 5"
  1589. # PROP Default_Filter ""
  1590. # Begin Source File
  1591. SOURCE=..\ext\sqlite\sess_sqlite.c
  1592. # End Source File
  1593. # Begin Source File
  1594. SOURCE=..\ext\sqlite\sqlite.c
  1595. # End Source File
  1596. # End Group
  1597. # End Group
  1598. # Begin Group "LIBXML"
  1599. # PROP Default_Filter ""
  1600. # Begin Group "Header Files No. 10"
  1601. # PROP Default_Filter ""
  1602. # Begin Source File
  1603. SOURCE=..\ext\libxml\php_libxml.h
  1604. # End Source File
  1605. # End Group
  1606. # Begin Group "Source Files No. 9"
  1607. # PROP Default_Filter ""
  1608. # Begin Source File
  1609. SOURCE=..\ext\libxml\libxml.c
  1610. # End Source File
  1611. # End Group
  1612. # End Group
  1613. # Begin Group "Date"
  1614. # PROP Default_Filter ""
  1615. # Begin Group "Source Files No. 10"
  1616. # PROP Default_Filter ""
  1617. # Begin Source File
  1618. SOURCE=..\ext\date\lib\astro.c
  1619. # End Source File
  1620. # Begin Source File
  1621. SOURCE=..\ext\date\lib\dow.c
  1622. # End Source File
  1623. # Begin Source File
  1624. SOURCE=..\ext\date\lib\parse_date.c
  1625. # End Source File
  1626. # Begin Source File
  1627. SOURCE=..\ext\date\lib\parse_tz.c
  1628. # End Source File
  1629. # Begin Source File
  1630. SOURCE=..\ext\date\php_date.c
  1631. # End Source File
  1632. # Begin Source File
  1633. SOURCE=..\ext\date\lib\timelib.c
  1634. # End Source File
  1635. # Begin Source File
  1636. SOURCE=..\ext\date\lib\timelib_config.h.win32
  1637. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1638. # Begin Custom Build
  1639. InputDir=\Projects\php-5.2\ext\date\lib
  1640. InputPath=..\ext\date\lib\timelib_config.h.win32
  1641. "..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1642. copy $(InputPath) $(InputDir)\timelib_config.h
  1643. # End Custom Build
  1644. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1645. # Begin Custom Build
  1646. InputDir=\Projects\php-5.2\ext\date\lib
  1647. InputPath=..\ext\date\lib\timelib_config.h.win32
  1648. "..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1649. copy $(InputPath) $(InputDir)\timelib_config.h
  1650. # End Custom Build
  1651. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1652. # Begin Custom Build
  1653. InputDir=\Projects\php-5.2\ext\date\lib
  1654. InputPath=..\ext\date\lib\timelib_config.h.win32
  1655. "..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1656. copy $(InputPath) $(InputDir)\timelib_config.h
  1657. # End Custom Build
  1658. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1659. # Begin Custom Build
  1660. InputDir=\Projects\php-5.2\ext\date\lib
  1661. InputPath=..\ext\date\lib\timelib_config.h.win32
  1662. "..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1663. copy $(InputPath) $(InputDir)\timelib_config.h
  1664. # End Custom Build
  1665. !ENDIF
  1666. # End Source File
  1667. # Begin Source File
  1668. SOURCE=..\ext\date\lib\tm2unixtime.c
  1669. # End Source File
  1670. # Begin Source File
  1671. SOURCE=..\ext\date\lib\unixtime2tm.c
  1672. # End Source File
  1673. # End Group
  1674. # Begin Group "Header Files No. 11"
  1675. # PROP Default_Filter ""
  1676. # Begin Source File
  1677. SOURCE=..\ext\date\lib\astro.h
  1678. # End Source File
  1679. # Begin Source File
  1680. SOURCE=..\ext\date\lib\fallbackmap.h
  1681. # End Source File
  1682. # Begin Source File
  1683. SOURCE=..\ext\date\php_date.h
  1684. # End Source File
  1685. # Begin Source File
  1686. SOURCE=..\ext\date\lib\timelib.h
  1687. # End Source File
  1688. # Begin Source File
  1689. SOURCE=..\ext\date\lib\timezonedb.h
  1690. # End Source File
  1691. # Begin Source File
  1692. SOURCE=..\ext\date\lib\timezonemap.h
  1693. # End Source File
  1694. # End Group
  1695. # End Group
  1696. # End Group
  1697. # Begin Group "Win32"
  1698. # PROP Default_Filter ""
  1699. # Begin Group "Source Files No. 2"
  1700. # PROP Default_Filter ""
  1701. # Begin Source File
  1702. SOURCE=.\crypt_win32.c
  1703. # End Source File
  1704. # Begin Source File
  1705. SOURCE=.\glob.c
  1706. # End Source File
  1707. # Begin Source File
  1708. SOURCE=.\md5crypt.c
  1709. # End Source File
  1710. # Begin Source File
  1711. SOURCE=..\win32\readdir.c
  1712. # End Source File
  1713. # Begin Source File
  1714. SOURCE=..\win32\registry.c
  1715. # End Source File
  1716. # Begin Source File
  1717. SOURCE=.\select.c
  1718. # End Source File
  1719. # Begin Source File
  1720. SOURCE=..\win32\sendmail.c
  1721. # End Source File
  1722. # Begin Source File
  1723. SOURCE=..\win32\time.c
  1724. # End Source File
  1725. # Begin Source File
  1726. SOURCE=..\win32\wfile.c
  1727. # End Source File
  1728. # Begin Source File
  1729. SOURCE=..\win32\winutil.c
  1730. # End Source File
  1731. # Begin Source File
  1732. SOURCE=..\win32\wsyslog.c
  1733. # End Source File
  1734. # Begin Source File
  1735. SOURCE=.\build\wsyslog.mc
  1736. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1737. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1738. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1739. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1740. # Begin Custom Build
  1741. InputDir=.\build
  1742. IntDir=.\Release_TSDbg
  1743. InputPath=.\build\wsyslog.mc
  1744. "wsyslog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1745. mc -h $(InputDir)/.. -r $(InputDir) -x $(IntDir) $(InputPath)
  1746. # End Custom Build
  1747. !ENDIF
  1748. # End Source File
  1749. # End Group
  1750. # Begin Group "Header Files No. 2"
  1751. # PROP Default_Filter ""
  1752. # Begin Source File
  1753. SOURCE=.\crypt_win32.h
  1754. # End Source File
  1755. # Begin Source File
  1756. SOURCE=.\glob.h
  1757. # End Source File
  1758. # Begin Source File
  1759. SOURCE=..\win32\grp.h
  1760. # End Source File
  1761. # Begin Source File
  1762. SOURCE=..\win32\param.h
  1763. # End Source File
  1764. # Begin Source File
  1765. SOURCE=..\win32\php_registry.h
  1766. # End Source File
  1767. # Begin Source File
  1768. SOURCE=..\win32\readdir.h
  1769. # End Source File
  1770. # Begin Source File
  1771. SOURCE=.\select.h
  1772. # End Source File
  1773. # Begin Source File
  1774. SOURCE=..\win32\sendmail.h
  1775. # End Source File
  1776. # Begin Source File
  1777. SOURCE=..\win32\syslog.h
  1778. # End Source File
  1779. # Begin Source File
  1780. SOURCE=..\win32\time.h
  1781. # End Source File
  1782. # Begin Source File
  1783. SOURCE=..\win32\unistd.h
  1784. # End Source File
  1785. # Begin Source File
  1786. SOURCE=..\win32\wfile.h
  1787. # End Source File
  1788. # Begin Source File
  1789. SOURCE=.\winutil.h
  1790. # End Source File
  1791. # End Group
  1792. # End Group
  1793. # Begin Group "Text Files"
  1794. # PROP Default_Filter ""
  1795. # Begin Source File
  1796. SOURCE=..\ChangeLog
  1797. # End Source File
  1798. # Begin Source File
  1799. SOURCE=..\LICENSE
  1800. # End Source File
  1801. # Begin Source File
  1802. SOURCE=..\NEWS
  1803. # End Source File
  1804. # Begin Source File
  1805. SOURCE="..\php.ini-dist"
  1806. # End Source File
  1807. # Begin Source File
  1808. SOURCE="..\php.ini-recommended"
  1809. # End Source File
  1810. # Begin Source File
  1811. SOURCE="..\README.CVS-RULES"
  1812. # End Source File
  1813. # Begin Source File
  1814. SOURCE=..\TODO
  1815. # End Source File
  1816. # End Group
  1817. # Begin Group "Support"
  1818. # PROP Default_Filter ""
  1819. # End Group
  1820. # Begin Group "Streams"
  1821. # PROP Default_Filter ""
  1822. # Begin Group "streams headers"
  1823. # PROP Default_Filter ""
  1824. # Begin Source File
  1825. SOURCE=..\main\streams\php_stream_context.h
  1826. # End Source File
  1827. # Begin Source File
  1828. SOURCE=..\main\streams\php_stream_filter_api.h
  1829. # End Source File
  1830. # Begin Source File
  1831. SOURCE=..\main\streams\php_stream_mmap.h
  1832. # End Source File
  1833. # Begin Source File
  1834. SOURCE=..\main\streams\php_stream_plain_wrapper.h
  1835. # End Source File
  1836. # Begin Source File
  1837. SOURCE=..\main\streams\php_stream_transport.h
  1838. # End Source File
  1839. # Begin Source File
  1840. SOURCE=..\main\streams\php_stream_userspace.h
  1841. # End Source File
  1842. # Begin Source File
  1843. SOURCE=..\main\streams\php_streams_int.h
  1844. # End Source File
  1845. # End Group
  1846. # Begin Source File
  1847. SOURCE=..\main\streams\cast.c
  1848. # End Source File
  1849. # Begin Source File
  1850. SOURCE=..\main\streams\filter.c
  1851. # End Source File
  1852. # Begin Source File
  1853. SOURCE=..\main\streams\memory.c
  1854. # End Source File
  1855. # Begin Source File
  1856. SOURCE=..\main\streams\mmap.c
  1857. # End Source File
  1858. # Begin Source File
  1859. SOURCE=..\main\streams\plain_wrapper.c
  1860. # End Source File
  1861. # Begin Source File
  1862. SOURCE=..\main\streams\streams.c
  1863. # End Source File
  1864. # Begin Source File
  1865. SOURCE=..\main\streams\transports.c
  1866. # End Source File
  1867. # Begin Source File
  1868. SOURCE=..\ext\standard\user_filters.c
  1869. # End Source File
  1870. # Begin Source File
  1871. SOURCE=..\main\streams\userspace.c
  1872. # End Source File
  1873. # Begin Source File
  1874. SOURCE=..\main\streams\xp_socket.c
  1875. # End Source File
  1876. # End Group
  1877. # Begin Group "COM and DotNet"
  1878. # PROP Default_Filter ""
  1879. # Begin Group "Header Files No. 9"
  1880. # PROP Default_Filter ""
  1881. # Begin Source File
  1882. SOURCE=..\ext\com_dotnet\com_saproxy.c
  1883. # End Source File
  1884. # Begin Source File
  1885. SOURCE=..\ext\com_dotnet\com_wrapper.c
  1886. # End Source File
  1887. # Begin Source File
  1888. SOURCE=..\ext\com_dotnet\php_com_dotnet.h
  1889. # End Source File
  1890. # Begin Source File
  1891. SOURCE=..\ext\com_dotnet\php_com_dotnet_internal.h
  1892. # End Source File
  1893. # End Group
  1894. # Begin Source File
  1895. SOURCE=..\ext\com_dotnet\com_com.c
  1896. # End Source File
  1897. # Begin Source File
  1898. SOURCE=..\ext\com_dotnet\com_dotnet.c
  1899. # End Source File
  1900. # Begin Source File
  1901. SOURCE=..\ext\com_dotnet\com_extension.c
  1902. # End Source File
  1903. # Begin Source File
  1904. SOURCE=..\ext\com_dotnet\com_handlers.c
  1905. # End Source File
  1906. # Begin Source File
  1907. SOURCE=..\ext\com_dotnet\com_iterator.c
  1908. # End Source File
  1909. # Begin Source File
  1910. SOURCE=..\ext\com_dotnet\com_misc.c
  1911. # End Source File
  1912. # Begin Source File
  1913. SOURCE=..\ext\com_dotnet\com_olechar.c
  1914. # End Source File
  1915. # Begin Source File
  1916. SOURCE=..\ext\com_dotnet\com_persist.c
  1917. # End Source File
  1918. # Begin Source File
  1919. SOURCE=..\ext\com_dotnet\com_typeinfo.c
  1920. # End Source File
  1921. # Begin Source File
  1922. SOURCE=..\ext\com_dotnet\com_variant.c
  1923. # End Source File
  1924. # End Group
  1925. # Begin Source File
  1926. SOURCE=.\php5dllts.rc
  1927. # End Source File
  1928. # Begin Source File
  1929. SOURCE=.\php5dllts.rc2
  1930. # End Source File
  1931. # Begin Source File
  1932. SOURCE=.\phpts.def
  1933. !IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
  1934. USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def"
  1935. # Begin Custom Build - Generating $(InputPath)
  1936. InputPath=.\phpts.def
  1937. "phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1938. builddef.bat > phpts.def
  1939. # End Custom Build
  1940. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS"
  1941. USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def"
  1942. # Begin Custom Build - Generating $(InputPath)
  1943. InputPath=.\phpts.def
  1944. "phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1945. builddef.bat > phpts.def
  1946. # End Custom Build
  1947. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline"
  1948. USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def"
  1949. # Begin Custom Build - Generating $(InputPath)
  1950. InputPath=.\phpts.def
  1951. "phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1952. builddef.bat > phpts.def
  1953. # End Custom Build
  1954. !ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
  1955. USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def"
  1956. # Begin Custom Build - Generating $(InputPath)
  1957. InputPath=.\phpts.def
  1958. "phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  1959. builddef.bat > phpts.def
  1960. # End Custom Build
  1961. !ENDIF
  1962. # End Source File
  1963. # End Target
  1964. # End Project