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.

731 lines
16 KiB

27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
27 years ago
  1. # Microsoft Developer Studio Project File - Name="php4dll" - 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=php4dll - Win32 Debug
  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 "php4dll.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 "php4dll.mak" CFG="php4dll - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "php4dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "php4dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "php4dll - Win32 Debug"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "Debug"
  32. # PROP BASE Intermediate_Dir "Debug"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir "Debug"
  37. # PROP Intermediate_Dir "Debug"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP4DLLTS_EXPORTS" /YX /FD /GZ /c
  41. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\libzend" /I "." /I "regex" /I "..\bindlib_w32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP4DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=1 /FR /YX /FD /GZ /c
  42. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x40d /d "_DEBUG"
  45. # ADD RSC /l 0x40d /d "_DEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # 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
  51. # ADD 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 libzend.lib resolv.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libc" /nodefaultlib:"libcmtd" /out:"Debug/php4nts.dll" /pdbtype:sept /libpath:"..\TSRM\Debug" /libpath:"..\libzend\Debug" /libpath:"..\bindlib_w32\Debug"
  52. !ELSEIF "$(CFG)" == "php4dll - Win32 Release"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 0
  55. # PROP BASE Output_Dir "Release"
  56. # PROP BASE Intermediate_Dir "Release"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 0
  60. # PROP Output_Dir "Release"
  61. # PROP Intermediate_Dir "Release"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP4DLLTS_EXPORTS" /YX /FD /c
  65. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\libzend" /I "." /I "regex" /I "..\bindlib_w32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP4DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /YX /FD /c
  66. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  67. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  68. # ADD BASE RSC /l 0x40d /d "NDEBUG"
  69. # ADD RSC /l 0x40d /d "NDEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. LINK32=link.exe
  74. # 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
  75. # ADD 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 libzend.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"Release/php4nts.dll" /libpath:"..\TSRM\Release" /libpath:"..\libzend\Release" /libpath:"..\bindlib_w32\Release"
  76. !ENDIF
  77. # Begin Target
  78. # Name "php4dll - Win32 Debug"
  79. # Name "php4dll - Win32 Release"
  80. # Begin Group "Core"
  81. # PROP Default_Filter ""
  82. # Begin Group "Source Files"
  83. # PROP Default_Filter ""
  84. # Begin Source File
  85. SOURCE=".\configuration-parser.c"
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=".\configuration-scanner.c"
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\ext\standard\cyr_convert.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=".\fopen-wrappers.c"
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\getopt.c
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\internal_functions_win32.c
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\main.c
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\output.c
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\php3_realpath.c
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\php_ini.c
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\ext\standard\quot_print.c
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\request_info.c
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\rfc1867.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\safe_mode.c
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\SAPI.c
  128. # End Source File
  129. # End Group
  130. # Begin Group "Header Files"
  131. # PROP Default_Filter ""
  132. # Begin Source File
  133. SOURCE=.\config.w32.h
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=".\configuration-parser.h"
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=".\configuration-parser.tab.h"
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\ext\standard\cyr_convert.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\getopt.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\internal_functions_registry.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\logos.h
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\main.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\output.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\php.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\php3_compat.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\php3_realpath.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\php_globals.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\php_ini.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\ext\standard\quot_print.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\request_info.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\rfc1867.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\safe_mode.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\SAPI.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.\win95nt.h
  191. # End Source File
  192. # End Group
  193. # End Group
  194. # Begin Group "Function Modules"
  195. # PROP Default_Filter ""
  196. # Begin Group "Source Files No. 1"
  197. # PROP Default_Filter ""
  198. # Begin Source File
  199. SOURCE=.\ext\apache\apache.c
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\ext\standard\base64.c
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\ext\standard\basic_functions.c
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.\ext\bcmath\bcmath.c
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\ext\standard\browscap.c
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.\ext\standard\datetime.c
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=.\ext\standard\dir.c
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=.\ext\standard\dl.c
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=.\ext\standard\dns.c
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=.\ext\standard\exec.c
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=.\ext\standard\file.c
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=.\ext\standard\filestat.c
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.\ext\standard\flock_compat.c
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\ext\standard\formatted_print.c
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=.\ext\standard\fsock.c
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.\ext\standard\head.c
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=.\ext\standard\html.c
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=.\ext\standard\image.c
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=.\ext\standard\info.c
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=.\ext\standard\iptc.c
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.\ext\standard\link.c
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.\ext\standard\mail.c
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.\ext\standard\math.c
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.\ext\standard\md5.c
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.\ext\standard\microtime.c
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.\ext\standard\mime.c
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.\ext\bcmath\number.c
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.\ext\odbc\odbc.c
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.\ext\standard\pack.c
  284. # End Source File
  285. # Begin Source File
  286. SOURCE=.\ext\standard\pageinfo.c
  287. # End Source File
  288. # Begin Source File
  289. SOURCE=.\ext\standard\post.c
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=.\ext\standard\rand.c
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=.\ext\standard\reg.c
  296. # End Source File
  297. # Begin Source File
  298. SOURCE=.\ext\standard\soundex.c
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=.\ext\standard\string.c
  302. # End Source File
  303. # Begin Source File
  304. SOURCE=.\ext\standard\syslog.c
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=.\ext\standard\type.c
  308. # End Source File
  309. # Begin Source File
  310. SOURCE=.\ext\standard\uniqid.c
  311. # End Source File
  312. # Begin Source File
  313. SOURCE=.\ext\standard\url.c
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=.\ext\standard\var.c
  317. # End Source File
  318. # End Group
  319. # Begin Group "Header Files No. 1"
  320. # PROP Default_Filter ""
  321. # Begin Source File
  322. SOURCE=.\ext\standard\base64.h
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=.\ext\standard\basic_functions.h
  326. # End Source File
  327. # Begin Source File
  328. SOURCE=.\ext\standard\datetime.h
  329. # End Source File
  330. # Begin Source File
  331. SOURCE=.\ext\standard\dl.h
  332. # End Source File
  333. # Begin Source File
  334. SOURCE=.\ext\standard\dns.h
  335. # End Source File
  336. # Begin Source File
  337. SOURCE=.\ext\standard\exec.h
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=.\ext\standard\file.h
  341. # End Source File
  342. # Begin Source File
  343. SOURCE=.\ext\standard\flock_compat.h
  344. # End Source File
  345. # Begin Source File
  346. SOURCE=.\ext\standard\fsock.h
  347. # End Source File
  348. # Begin Source File
  349. SOURCE=.\functions\global.h
  350. # End Source File
  351. # Begin Source File
  352. SOURCE=.\ext\standard\head.h
  353. # End Source File
  354. # Begin Source File
  355. SOURCE=.\ext\standard\html.h
  356. # End Source File
  357. # Begin Source File
  358. SOURCE=.\ext\standard\md5.h
  359. # End Source File
  360. # Begin Source File
  361. SOURCE=.\ext\standard\mime.h
  362. # End Source File
  363. # Begin Source File
  364. SOURCE=.\ext\bcmath\number.h
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=.\ext\standard\pageinfo.h
  368. # End Source File
  369. # Begin Source File
  370. SOURCE=.\ext\bcmath\php3_bcmath.h
  371. # End Source File
  372. # Begin Source File
  373. SOURCE=.\functions\php3_dir.h
  374. # End Source File
  375. # Begin Source File
  376. SOURCE=.\functions\php3_filestat.h
  377. # End Source File
  378. # Begin Source File
  379. SOURCE=.\functions\php3_ldap.h
  380. # End Source File
  381. # Begin Source File
  382. SOURCE=.\ext\standard\php3_mail.h
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=.\ext\odbc\php3_odbc.h
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=.\ext\standard\php3_string.h
  389. # End Source File
  390. # Begin Source File
  391. SOURCE=.\functions\php3_string.h
  392. # End Source File
  393. # Begin Source File
  394. SOURCE=.\functions\php3_syslog.h
  395. # End Source File
  396. # Begin Source File
  397. SOURCE=.\functions\phpdir.h
  398. # End Source File
  399. # Begin Source File
  400. SOURCE=.\functions\phpmath.h
  401. # End Source File
  402. # Begin Source File
  403. SOURCE=.\ext\standard\post.h
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=.\ext\standard\reg.h
  407. # End Source File
  408. # Begin Source File
  409. SOURCE=.\ext\standard\type.h
  410. # End Source File
  411. # Begin Source File
  412. SOURCE=.\ext\standard\uniqid.h
  413. # End Source File
  414. # Begin Source File
  415. SOURCE=.\ext\standard\url.h
  416. # End Source File
  417. # End Group
  418. # Begin Group "Regular Expressions"
  419. # PROP Default_Filter ""
  420. # Begin Source File
  421. SOURCE=.\regex\regcomp.c
  422. # End Source File
  423. # Begin Source File
  424. SOURCE=.\regex\regerror.c
  425. # End Source File
  426. # Begin Source File
  427. SOURCE=.\regex\regexec.c
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=.\regex\regfree.c
  431. # End Source File
  432. # End Group
  433. # End Group
  434. # Begin Group "Win32"
  435. # PROP Default_Filter ""
  436. # Begin Group "Source Files No. 2"
  437. # PROP Default_Filter ""
  438. # Begin Source File
  439. SOURCE=.\ext\com\COM.c
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=.\win32\pwd.c
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=.\win32\readdir.c
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=.\win32\registry.c
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=.\win32\sendmail.c
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=.\win32\time.c
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=.\win32\wfile.c
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=.\dl\snmp\winsnmp.c
  461. # End Source File
  462. # Begin Source File
  463. SOURCE=.\win32\winutil.c
  464. # End Source File
  465. # Begin Source File
  466. SOURCE=.\win32\wsyslog.c
  467. # End Source File
  468. # End Group
  469. # Begin Group "Header Files No. 2"
  470. # PROP Default_Filter ""
  471. # Begin Source File
  472. SOURCE=.\win32\grp.h
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=.\win32\param.h
  476. # End Source File
  477. # Begin Source File
  478. SOURCE=.\ext\com\php3_COM.h
  479. # End Source File
  480. # Begin Source File
  481. SOURCE=.\win32\php_registry.h
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=.\win32\pwd.h
  485. # End Source File
  486. # Begin Source File
  487. SOURCE=.\win32\readdir.h
  488. # End Source File
  489. # Begin Source File
  490. SOURCE=.\win32\sendmail.h
  491. # End Source File
  492. # Begin Source File
  493. SOURCE=.\win32\syslog.h
  494. # End Source File
  495. # Begin Source File
  496. SOURCE=.\win32\time.h
  497. # End Source File
  498. # Begin Source File
  499. SOURCE=.\win32\unistd.h
  500. # End Source File
  501. # Begin Source File
  502. SOURCE=.\win32\wfile.h
  503. # End Source File
  504. # End Group
  505. # End Group
  506. # Begin Group "Parsers"
  507. # PROP Default_Filter ""
  508. # Begin Source File
  509. SOURCE=".\configuration-parser.y"
  510. !IF "$(CFG)" == "php4dll - Win32 Debug"
  511. # Begin Custom Build
  512. InputPath=".\configuration-parser.y"
  513. BuildCmds= \
  514. bison --output=configuration-parser.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg configuration-parser.y
  515. "configuration-parser.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  516. $(BuildCmds)
  517. "configuration-parser.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  518. $(BuildCmds)
  519. # End Custom Build
  520. !ELSEIF "$(CFG)" == "php4dll - Win32 Release"
  521. # Begin Custom Build
  522. InputPath=".\configuration-parser.y"
  523. BuildCmds= \
  524. bison --output=configuration-parser.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg configuration-parser.y
  525. "configuration-parser.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  526. $(BuildCmds)
  527. "configuration-parser.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  528. $(BuildCmds)
  529. # End Custom Build
  530. !ENDIF
  531. # End Source File
  532. # End Group
  533. # Begin Group "Scanners"
  534. # PROP Default_Filter ""
  535. # Begin Source File
  536. SOURCE=".\configuration-scanner.l"
  537. !IF "$(CFG)" == "php4dll - Win32 Debug"
  538. # Begin Custom Build
  539. InputPath=".\configuration-scanner.l"
  540. "configuration-scanner.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  541. flex -i -Pcfg -oconfiguration-scanner.c configuration-scanner.l
  542. # End Custom Build
  543. !ELSEIF "$(CFG)" == "php4dll - Win32 Release"
  544. # Begin Custom Build
  545. InputPath=".\configuration-scanner.l"
  546. "configuration-scanner.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  547. flex -i -Pcfg -oconfiguration-scanner.c configuration-scanner.l
  548. # End Custom Build
  549. !ENDIF
  550. # End Source File
  551. # End Group
  552. # End Target
  553. # End Project