1# Microsoft Developer Studio Project File - Name="php5dll" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6 7CFG=php5dll - Win32 Debug 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "php5dll.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "php5dll.mak" CFG="php5dll - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "php5dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 21!MESSAGE "php5dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 22!MESSAGE "php5dll - Win32 Release_inline" (based on "Win32 (x86) Dynamic-Link Library") 23!MESSAGE 24 25# Begin Project 26# PROP AllowPerConfigDependencies 0 27# PROP Scc_ProjName "" 28# PROP Scc_LocalPath "" 29CPP=cl.exe 30MTL=midl.exe 31RSC=rc.exe 32 33!IF "$(CFG)" == "php5dll - Win32 Debug" 34 35# PROP BASE Use_MFC 0 36# PROP BASE Use_Debug_Libraries 1 37# PROP BASE Output_Dir "Debug" 38# PROP BASE Intermediate_Dir "Debug" 39# PROP BASE Target_Dir "" 40# PROP Use_MFC 0 41# PROP Use_Debug_Libraries 1 42# PROP Output_Dir "c:\php-fcgi\" 43# PROP Intermediate_Dir "..\Debug" 44# PROP Ignore_Export_Lib 0 45# PROP Target_Dir "" 46# 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 47# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "SAPI_EXPORTS" /D "TSRM_EXPORTS" /D "MSVC5" /D "PHP_WIN32" /D ZEND_DEBUG=1 /D "ZEND_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c 48# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 49# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 50# ADD BASE RSC /l 0x40d /d "_DEBUG" 51# ADD RSC /l 0x40d /d "_DEBUG" 52BSC32=bscmake.exe 53# ADD BASE BSC32 /nologo 54# ADD BSC32 /nologo 55LINK32=link.exe 56# 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 57# 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 Zend.lib resolv.lib TSRM.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libc" /nodefaultlib:"libcmtd" /out:"c:\php-fcgi\php5nts_debug.dll" /pdbtype:sept /libpath:"..\TSRM\Debug" /libpath:"..\Zend\Debug" /libpath:"..\..\bindlib_w32\Debug" 58 59!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 60 61# PROP BASE Use_MFC 0 62# PROP BASE Use_Debug_Libraries 0 63# PROP BASE Output_Dir "Release" 64# PROP BASE Intermediate_Dir "Release" 65# PROP BASE Target_Dir "" 66# PROP Use_MFC 0 67# PROP Use_Debug_Libraries 0 68# PROP Output_Dir "..\Release" 69# PROP Intermediate_Dir "..\Release" 70# PROP Ignore_Export_Lib 0 71# PROP Target_Dir "" 72# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /c 73# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex" /I "..\..\bindlib_w32" /I "..\TSRM" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLL_EXPORTS" /D "PHP_EXPORTS" /D "SAPI_EXPORTS" /D "LIBZEND_EXPORTS" /D ZEND_DEBUG=0 /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c 74# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 75# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 76# ADD BASE RSC /l 0x40d /d "NDEBUG" 77# ADD RSC /l 0x40d /d "NDEBUG" 78BSC32=bscmake.exe 79# ADD BASE BSC32 /nologo 80# ADD BSC32 /nologo 81LINK32=link.exe 82# 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 83# 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 Zend.lib resolv.lib tsrm.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php5nts.dll" /libpath:"..\Zend\Release" /libpath:"..\TSRM\Release_TS" /libpath:"..\..\bindlib_w32\Release" 84 85!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 86 87# PROP BASE Use_MFC 0 88# PROP BASE Use_Debug_Libraries 0 89# PROP BASE Output_Dir "php5dll___Win32_Release_inline" 90# PROP BASE Intermediate_Dir "php5dll___Win32_Release_inline" 91# PROP BASE Ignore_Export_Lib 0 92# PROP BASE Target_Dir "" 93# PROP Use_MFC 0 94# PROP Use_Debug_Libraries 0 95# PROP Output_Dir "..\Release_inline" 96# PROP Intermediate_Dir "..\Release_inline" 97# PROP Ignore_Export_Lib 0 98# PROP Target_Dir "" 99# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "Zend" /I "." /I "regex" /I "..\bindlib_w32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "SAPI_EXPORTS" /D ZEND_DEBUG=0 /D "TSRM_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c 100# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "SAPI_EXPORTS" /D "TSRM_EXPORTS" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c 101# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 102# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 103# ADD BASE RSC /l 0x40d /d "NDEBUG" 104# ADD RSC /l 0x40d /d "NDEBUG" 105BSC32=bscmake.exe 106# ADD BASE BSC32 /nologo 107# ADD BSC32 /nologo 108LINK32=link.exe 109# 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 Zend.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"Release/php5nts.dll" /libpath:"TSRM\Release" /libpath:"Zend\Release" /libpath:"..\bindlib_w32\Release" 110# 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 Zend.lib tsrm.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php5nts.dll" /libpath:"..\Zend\Release_inline" /libpath:"..\TSRM\Release_TS_inline" /libpath:"..\..\bindlib_w32\Release" 111 112!ENDIF 113 114# Begin Target 115 116# Name "php5dll - Win32 Debug" 117# Name "php5dll - Win32 Release" 118# Name "php5dll - Win32 Release_inline" 119# Begin Group "Core" 120 121# PROP Default_Filter "" 122# Begin Group "Source Files" 123 124# PROP Default_Filter "" 125# Begin Source File 126 127SOURCE=..\ext\standard\css.c 128# End Source File 129# Begin Source File 130 131SOURCE=..\ext\standard\cyr_convert.c 132# End Source File 133# Begin Source File 134 135SOURCE="..\main\fopen_wrappers.c" 136# End Source File 137# Begin Source File 138 139SOURCE=..\main\internal_functions_win32.c 140# End Source File 141# Begin Source File 142 143SOURCE=..\main\main.c 144# End Source File 145# Begin Source File 146 147SOURCE=..\main\mergesort.c 148# End Source File 149# Begin Source File 150 151SOURCE=..\main\network.c 152# End Source File 153# Begin Source File 154 155SOURCE=..\main\output.c 156# End Source File 157# Begin Source File 158 159SOURCE=..\main\php_content_types.c 160# End Source File 161# Begin Source File 162 163SOURCE=..\main\php_ini.c 164# End Source File 165# Begin Source File 166 167SOURCE=..\main\php_open_temporary_file.c 168# End Source File 169# Begin Source File 170 171SOURCE=..\main\php_ticks.c 172# End Source File 173# Begin Source File 174 175SOURCE=..\main\php_variables.c 176# End Source File 177# Begin Source File 178 179SOURCE=..\ext\standard\proc_open.c 180# End Source File 181# Begin Source File 182 183SOURCE=..\ext\standard\quot_print.c 184# End Source File 185# Begin Source File 186 187SOURCE=..\main\reentrancy.c 188# End Source File 189# Begin Source File 190 191SOURCE=..\main\rfc1867.c 192# End Source File 193# Begin Source File 194 195SOURCE=..\main\safe_mode.c 196# End Source File 197# Begin Source File 198 199SOURCE=..\main\SAPI.c 200# End Source File 201# Begin Source File 202 203SOURCE=..\main\snprintf.c 204# End Source File 205# Begin Source File 206 207SOURCE=..\main\spprintf.c 208# End Source File 209# Begin Source File 210 211SOURCE=..\main\streams.c 212# End Source File 213# Begin Source File 214 215SOURCE=..\main\memory_streams.c 216# End Source File 217# Begin Source File 218 219SOURCE=..\main\user_streams.c 220# End Source File 221# Begin Source File 222 223SOURCE=..\ext\standard\filters.c 224# End Source File 225# Begin Source File 226 227SOURCE=..\ext\standard\user_filters.c 228# End Source File 229# Begin Source File 230 231SOURCE=..\main\strlcat.c 232# End Source File 233# Begin Source File 234 235SOURCE=..\main\strlcpy.c 236# End Source File 237# End Group 238# Begin Group "Header Files" 239 240# PROP Default_Filter "" 241# Begin Source File 242 243SOURCE=..\ext\standard\config.w32.h 244# End Source File 245# Begin Source File 246 247SOURCE=..\ext\standard\css.h 248# End Source File 249# Begin Source File 250 251SOURCE=..\ext\standard\cyr_convert.h 252# End Source File 253# Begin Source File 254 255SOURCE=..\main\getopt.h 256# End Source File 257# Begin Source File 258 259SOURCE=..\main\logos.h 260# End Source File 261# Begin Source File 262 263SOURCE=..\main\main.h 264# End Source File 265# Begin Source File 266 267SOURCE=..\main\output.h 268# End Source File 269# Begin Source File 270 271SOURCE=..\main\php.h 272# End Source File 273# Begin Source File 274 275SOURCE=..\main\php_content_types.h 276# End Source File 277# Begin Source File 278 279SOURCE=..\main\php_globals.h 280# End Source File 281# Begin Source File 282 283SOURCE=..\main\php_ini.h 284# End Source File 285# Begin Source File 286 287SOURCE=..\main\php_open_temporary_file.h 288# End Source File 289# Begin Source File 290 291SOURCE=..\main\php_realpath.h 292# End Source File 293# Begin Source File 294 295SOURCE=..\main\php_ticks.h 296# End Source File 297# Begin Source File 298 299SOURCE=..\main\php_variables.h 300# End Source File 301# Begin Source File 302 303SOURCE=..\ext\standard\quot_print.h 304# End Source File 305# Begin Source File 306 307SOURCE=..\main\rfc1867.h 308# End Source File 309# Begin Source File 310 311SOURCE=..\main\safe_mode.h 312# End Source File 313# Begin Source File 314 315SOURCE=..\main\SAPI.h 316# End Source File 317# Begin Source File 318 319SOURCE=..\main\snprintf.h 320# End Source File 321# Begin Source File 322 323SOURCE=..\main\spprintf.h 324# End Source File 325# Begin Source File 326 327SOURCE=..\main\win95nt.h 328# End Source File 329# End Group 330# End Group 331# Begin Group "Function Modules" 332 333# PROP Default_Filter "" 334# Begin Group "Source Files No. 1" 335 336# PROP Default_Filter "" 337# Begin Source File 338 339SOURCE=..\ext\standard\array.c 340# End Source File 341# Begin Source File 342 343SOURCE=..\ext\standard\assert.c 344# End Source File 345# Begin Source File 346 347SOURCE=..\ext\standard\base64.c 348# End Source File 349# Begin Source File 350 351SOURCE=..\ext\standard\basic_functions.c 352# End Source File 353# Begin Source File 354 355SOURCE=..\ext\bcmath\bcmath.c 356# End Source File 357# Begin Source File 358 359SOURCE=..\ext\standard\browscap.c 360# End Source File 361# Begin Source File 362 363SOURCE=..\ext\standard\crc32.c 364# End Source File 365# Begin Source File 366 367SOURCE=..\ext\standard\credits.c 368# End Source File 369# Begin Source File 370 371SOURCE=..\ext\standard\datetime.c 372# End Source File 373# Begin Source File 374 375SOURCE=..\ext\standard\dir.c 376# End Source File 377# Begin Source File 378 379SOURCE=..\ext\standard\dl.c 380# End Source File 381# Begin Source File 382 383SOURCE=..\ext\standard\dns.c 384# End Source File 385# Begin Source File 386 387SOURCE=..\ext\standard\exec.c 388# End Source File 389# Begin Source File 390 391SOURCE=..\ext\standard\file.c 392# End Source File 393# Begin Source File 394 395SOURCE=..\ext\standard\filestat.c 396# End Source File 397# Begin Source File 398 399SOURCE=..\ext\standard\flock_compat.c 400# End Source File 401# Begin Source File 402 403SOURCE=..\ext\standard\formatted_print.c 404# End Source File 405# Begin Source File 406 407SOURCE=..\ext\standard\fsock.c 408# End Source File 409# Begin Source File 410 411SOURCE=..\ext\standard\ftp_fopen_wrapper.c 412# End Source File 413# Begin Source File 414 415SOURCE=..\ext\standard\head.c 416# End Source File 417# Begin Source File 418 419SOURCE=..\ext\standard\html.c 420# End Source File 421# Begin Source File 422 423SOURCE=..\ext\standard\http_fopen_wrapper.c 424# End Source File 425# Begin Source File 426 427SOURCE=..\ext\standard\image.c 428# End Source File 429# Begin Source File 430 431SOURCE=..\ext\standard\incomplete_class.c 432# End Source File 433# Begin Source File 434 435SOURCE=..\ext\standard\info.c 436# End Source File 437# Begin Source File 438 439SOURCE=..\ext\standard\iptc.c 440# End Source File 441# Begin Source File 442 443SOURCE=..\ext\standard\lcg.c 444# End Source File 445# Begin Source File 446 447SOURCE=..\ext\standard\levenshtein.c 448# End Source File 449# Begin Source File 450 451SOURCE=..\ext\standard\link.c 452# End Source File 453# Begin Source File 454 455SOURCE=..\ext\standard\mail.c 456# End Source File 457# Begin Source File 458 459SOURCE=..\ext\standard\math.c 460# End Source File 461# Begin Source File 462 463SOURCE=..\ext\standard\md5.c 464# End Source File 465# Begin Source File 466 467SOURCE=..\ext\standard\metaphone.c 468# End Source File 469# Begin Source File 470 471SOURCE=..\ext\standard\microtime.c 472# End Source File 473# Begin Source File 474 475SOURCE=..\ext\session\mod_files.c 476# End Source File 477# Begin Source File 478 479SOURCE=..\ext\session\mod_user.c 480# End Source File 481# Begin Source File 482 483SOURCE=..\ext\standard\pack.c 484# End Source File 485# Begin Source File 486 487SOURCE=..\ext\standard\pageinfo.c 488# End Source File 489# Begin Source File 490 491SOURCE=..\ext\standard\php_fopen_wrapper.c 492# End Source File 493# Begin Source File 494 495SOURCE=..\ext\odbc\php_odbc.c 496# End Source File 497# Begin Source File 498 499SOURCE=..\ext\pcre\php_pcre.c 500 501!IF "$(CFG)" == "php5dll - Win32 Debug" 502 503# ADD CPP /D "STATIC" 504 505!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 506 507!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 508 509!ENDIF 510 511# End Source File 512# Begin Source File 513 514SOURCE=..\ext\standard\rand.c 515# End Source File 516# Begin Source File 517 518SOURCE=..\ext\standard\reg.c 519# End Source File 520# Begin Source File 521 522SOURCE=..\ext\standard\scanf.c 523# End Source File 524# Begin Source File 525 526SOURCE=..\ext\session\session.c 527# End Source File 528# Begin Source File 529 530SOURCE=..\ext\standard\soundex.c 531# End Source File 532# Begin Source File 533 534SOURCE=..\ext\standard\string.c 535# End Source File 536# Begin Source File 537 538SOURCE=..\ext\standard\strnatcmp.c 539# End Source File 540# Begin Source File 541 542SOURCE=..\ext\standard\syslog.c 543# End Source File 544# Begin Source File 545 546SOURCE=..\ext\standard\type.c 547# End Source File 548# Begin Source File 549 550SOURCE=..\ext\standard\uniqid.c 551# End Source File 552# Begin Source File 553 554SOURCE=..\ext\standard\url.c 555# End Source File 556# Begin Source File 557 558SOURCE=..\ext\standard\url_scanner_ex.c 559# ADD CPP /W2 560# End Source File 561# Begin Source File 562 563SOURCE=..\ext\standard\var.c 564# End Source File 565# Begin Source File 566 567SOURCE=..\ext\standard\var_unserializer.c 568# ADD CPP /W2 569# End Source File 570# Begin Source File 571 572SOURCE=..\ext\standard\versioning.c 573# End Source File 574# End Group 575# Begin Group "Header Files No. 1" 576 577# PROP Default_Filter "" 578# Begin Source File 579 580SOURCE=..\ext\standard\base64.h 581# End Source File 582# Begin Source File 583 584SOURCE=..\ext\standard\basic_functions.h 585# End Source File 586# Begin Source File 587 588SOURCE=..\ext\standard\datetime.h 589# End Source File 590# Begin Source File 591 592SOURCE=..\ext\standard\dl.h 593# End Source File 594# Begin Source File 595 596SOURCE=..\ext\standard\dns.h 597# End Source File 598# Begin Source File 599 600SOURCE=..\ext\standard\exec.h 601# End Source File 602# Begin Source File 603 604SOURCE=..\ext\standard\file.h 605# End Source File 606# Begin Source File 607 608SOURCE=..\ext\standard\flock_compat.h 609# End Source File 610# Begin Source File 611 612SOURCE=..\ext\standard\fsock.h 613# End Source File 614# Begin Source File 615 616SOURCE=..\functions\global.h 617# End Source File 618# Begin Source File 619 620SOURCE=..\ext\standard\head.h 621# End Source File 622# Begin Source File 623 624SOURCE=..\ext\standard\html.h 625# End Source File 626# Begin Source File 627 628SOURCE=..\ext\standard\md5.h 629# End Source File 630# Begin Source File 631 632SOURCE=..\ext\standard\mime.h 633# End Source File 634# Begin Source File 635 636SOURCE=..\ext\session\mod_user.h 637# End Source File 638# Begin Source File 639 640SOURCE=..\ext\standard\pageinfo.h 641# End Source File 642# Begin Source File 643 644SOURCE=..\ext\bcmath\php_bcmath.h 645# End Source File 646# Begin Source File 647 648SOURCE=..\ext\standard\php_dir.h 649# End Source File 650# Begin Source File 651 652SOURCE=..\ext\standard\php_filestat.h 653# End Source File 654# Begin Source File 655 656SOURCE=..\ext\standard\php_fopen_wrappers.h 657# End Source File 658# Begin Source File 659 660SOURCE=..\ext\ldap\php_ldap.h 661# End Source File 662# Begin Source File 663 664SOURCE=..\ext\standard\php_mail.h 665# End Source File 666# Begin Source File 667 668SOURCE=..\ext\standard\php_metaphone.h 669# End Source File 670# Begin Source File 671 672SOURCE=..\ext\odbc\php_odbc.h 673# End Source File 674# Begin Source File 675 676SOURCE=..\ext\pcre\php_pcre.h 677# End Source File 678# Begin Source File 679 680SOURCE=..\ext\standard\php_string.h 681# End Source File 682# Begin Source File 683 684SOURCE=..\ext\standard\php_syslog.h 685# End Source File 686# Begin Source File 687 688SOURCE=..\functions\phpdir.h 689# End Source File 690# Begin Source File 691 692SOURCE=..\functions\phpmath.h 693# End Source File 694# Begin Source File 695 696SOURCE=..\ext\standard\reg.h 697# End Source File 698# Begin Source File 699 700SOURCE=..\ext\standard\scanf.h 701# End Source File 702# Begin Source File 703 704SOURCE=..\ext\standard\type.h 705# End Source File 706# Begin Source File 707 708SOURCE=..\ext\standard\uniqid.h 709# End Source File 710# Begin Source File 711 712SOURCE=..\ext\standard\url.h 713# End Source File 714# Begin Source File 715 716SOURCE=..\ext\standard\url_scanner_ex.h 717# End Source File 718# End Group 719# Begin Group "Regular Expressions" 720 721# PROP Default_Filter "" 722# Begin Source File 723 724SOURCE=..\regex\regcomp.c 725# End Source File 726# Begin Source File 727 728SOURCE=..\regex\regerror.c 729# End Source File 730# Begin Source File 731 732SOURCE=..\regex\regexec.c 733# End Source File 734# Begin Source File 735 736SOURCE=..\regex\regfree.c 737# End Source File 738# End Group 739# Begin Group "PCRE" 740 741# PROP Default_Filter "" 742# Begin Group "Source Files No. 3" 743 744# PROP Default_Filter ".c" 745# Begin Source File 746 747SOURCE=..\ext\pcre\pcrelib\chartables.c 748 749!IF "$(CFG)" == "php5dll - Win32 Debug" 750 751# ADD CPP /D "STATIC" 752 753!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 754 755!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 756 757!ENDIF 758 759# End Source File 760# Begin Source File 761 762SOURCE=..\ext\pcre\pcrelib\get.c 763 764!IF "$(CFG)" == "php5dll - Win32 Debug" 765 766# ADD CPP /D "STATIC" 767 768!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 769 770!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 771 772!ENDIF 773 774# End Source File 775# Begin Source File 776 777SOURCE=..\ext\pcre\pcrelib\maketables.c 778 779!IF "$(CFG)" == "php5dll - Win32 Debug" 780 781# ADD CPP /D "STATIC" 782 783!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 784 785!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 786 787!ENDIF 788 789# End Source File 790# Begin Source File 791 792SOURCE=..\ext\pcre\pcrelib\pcre.c 793 794!IF "$(CFG)" == "php5dll - Win32 Debug" 795 796# ADD CPP /D "STATIC" 797 798!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 799 800!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 801 802!ENDIF 803 804# End Source File 805# Begin Source File 806 807SOURCE=..\ext\pcre\pcrelib\study.c 808 809!IF "$(CFG)" == "php5dll - Win32 Debug" 810 811# ADD CPP /D "STATIC" 812 813!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 814 815!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 816 817!ENDIF 818 819# End Source File 820# End Group 821# Begin Group "Header Files No. 3" 822 823# PROP Default_Filter ".h" 824# Begin Source File 825 826SOURCE=..\ext\pcre\pcrelib\internal.h 827# End Source File 828# Begin Source File 829 830SOURCE=..\ext\pcre\pcrelib\pcre.h 831# End Source File 832# End Group 833# End Group 834# Begin Group "XML" 835 836# PROP Default_Filter "" 837# Begin Group "Source Files No. 4" 838 839# PROP Default_Filter ".c" 840# Begin Source File 841 842SOURCE=..\ext\ctype\ctype.c 843# End Source File 844# Begin Source File 845 846SOURCE=..\ext\overload\overload.c 847# End Source File 848# Begin Source File 849 850SOURCE=..\ext\tokenizer\tokenizer.c 851# End Source File 852# Begin Source File 853 854SOURCE=..\ext\wddx\wddx.c 855# End Source File 856# Begin Source File 857 858SOURCE=..\ext\xml\compat.c 859 860# End Source File 861# Begin Source File 862 863SOURCE=..\ext\xml\xml.c 864# End Source File 865# End Group 866# Begin Group "Header Files No. 4" 867 868# PROP Default_Filter ".h" 869# Begin Source File 870 871SOURCE=..\ext\xml\php_xml.h 872# End Source File 873# End Group 874# End Group 875# Begin Group "FTP" 876 877# PROP Default_Filter "" 878# Begin Group "Source Files No. 6" 879 880# PROP Default_Filter ".c" 881# Begin Source File 882 883SOURCE=..\ext\ftp\ftp.c 884# End Source File 885# Begin Source File 886 887SOURCE=..\ext\ftp\php_ftp.c 888# End Source File 889# End Group 890# Begin Group "Header Files No. 6" 891 892# PROP Default_Filter ".h" 893# Begin Source File 894 895SOURCE=..\ext\ftp\ftp.h 896# End Source File 897# Begin Source File 898 899SOURCE=..\ext\ftp\php_ftp.h 900# End Source File 901# End Group 902# End Group 903# Begin Group "Calendar" 904 905# PROP Default_Filter "" 906# Begin Group "Source Files No. 7" 907 908# PROP Default_Filter ".c" 909# Begin Source File 910 911SOURCE=..\ext\calendar\cal_unix.c 912# End Source File 913# Begin Source File 914 915SOURCE=..\ext\calendar\calendar.c 916# End Source File 917# Begin Source File 918 919SOURCE=..\ext\calendar\dow.c 920# End Source File 921# Begin Source File 922 923SOURCE=..\ext\calendar\easter.c 924# End Source File 925# Begin Source File 926 927SOURCE=..\ext\calendar\french.c 928# End Source File 929# Begin Source File 930 931SOURCE=..\ext\calendar\gregor.c 932# End Source File 933# Begin Source File 934 935SOURCE=..\ext\calendar\jewish.c 936# End Source File 937# Begin Source File 938 939SOURCE=..\ext\calendar\julian.c 940# End Source File 941# End Group 942# Begin Group "Header Files No. 7" 943 944# PROP Default_Filter ".h" 945# Begin Source File 946 947SOURCE=..\ext\calendar\php_calendar.h 948# End Source File 949# Begin Source File 950 951SOURCE=..\ext\calendar\sdncal.h 952# End Source File 953# End Group 954# End Group 955# Begin Group "bcmath" 956 957# PROP Default_Filter "" 958# Begin Group "Source Files No. 8" 959 960# PROP Default_Filter ".c" 961# Begin Source File 962 963SOURCE=..\ext\bcmath\libbcmath\src\add.c 964 965!IF "$(CFG)" == "php5dll - Win32 Debug" 966 967# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 968# ADD CPP /I "..\ext\bcmath\libbcmath\src" 969 970!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 971 972# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 973# ADD CPP /I "..\ext\bcmath\libbcmath\src" 974 975!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 976 977# PROP Intermediate_Dir "..\Release_inline_bcmath" 978# ADD CPP /I "..\ext\bcmath\libbcmath\src" 979 980!ENDIF 981 982# End Source File 983# Begin Source File 984 985SOURCE=..\ext\bcmath\libbcmath\src\compare.c 986 987!IF "$(CFG)" == "php5dll - Win32 Debug" 988 989# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 990# ADD CPP /I "..\ext\bcmath\libbcmath\src" 991 992!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 993 994# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 995# ADD CPP /I "..\ext\bcmath\libbcmath\src" 996 997!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 998 999# PROP Intermediate_Dir "..\Release_inline_bcmath" 1000# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1001 1002!ENDIF 1003 1004# End Source File 1005# Begin Source File 1006 1007SOURCE=..\ext\bcmath\libbcmath\src\debug.c 1008 1009!IF "$(CFG)" == "php5dll - Win32 Debug" 1010 1011# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1012# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1013 1014!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1015 1016# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1017# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1018 1019!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1020 1021# PROP Intermediate_Dir "..\Release_inline_bcmath" 1022# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1023 1024!ENDIF 1025 1026# End Source File 1027# Begin Source File 1028 1029SOURCE=..\ext\bcmath\libbcmath\src\div.c 1030 1031!IF "$(CFG)" == "php5dll - Win32 Debug" 1032 1033# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1034# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1035 1036!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1037 1038# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1039# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1040 1041!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1042 1043# PROP Intermediate_Dir "..\Release_inline_bcmath" 1044# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1045 1046!ENDIF 1047 1048# End Source File 1049# Begin Source File 1050 1051SOURCE=..\ext\bcmath\libbcmath\src\divmod.c 1052 1053!IF "$(CFG)" == "php5dll - Win32 Debug" 1054 1055# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1056# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1057 1058!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1059 1060# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1061# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1062 1063!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1064 1065# PROP Intermediate_Dir "..\Release_inline_bcmath" 1066# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1067 1068!ENDIF 1069 1070# End Source File 1071# Begin Source File 1072 1073SOURCE=..\ext\bcmath\libbcmath\src\doaddsub.c 1074 1075!IF "$(CFG)" == "php5dll - Win32 Debug" 1076 1077# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1078# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1079 1080!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1081 1082# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1083# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1084 1085!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1086 1087# PROP Intermediate_Dir "..\Release_inline_bcmath" 1088# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1089 1090!ENDIF 1091 1092# End Source File 1093# Begin Source File 1094 1095SOURCE=..\ext\bcmath\libbcmath\src\init.c 1096 1097!IF "$(CFG)" == "php5dll - Win32 Debug" 1098 1099# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1100# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1101 1102!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1103 1104# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1105# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1106 1107!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1108 1109# PROP Intermediate_Dir "..\Release_inline_bcmath" 1110# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1111 1112!ENDIF 1113 1114# End Source File 1115# Begin Source File 1116 1117SOURCE=..\ext\bcmath\libbcmath\src\int2num.c 1118 1119!IF "$(CFG)" == "php5dll - Win32 Debug" 1120 1121# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1122# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1123 1124!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1125 1126# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1127# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1128 1129!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1130 1131# PROP Intermediate_Dir "..\Release_inline_bcmath" 1132# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1133 1134!ENDIF 1135 1136# End Source File 1137# Begin Source File 1138 1139SOURCE=..\ext\bcmath\libbcmath\src\nearzero.c 1140 1141!IF "$(CFG)" == "php5dll - Win32 Debug" 1142 1143# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1144# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1145 1146!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1147 1148# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1149# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1150 1151!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1152 1153# PROP Intermediate_Dir "..\Release_inline_bcmath" 1154# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1155 1156!ENDIF 1157 1158# End Source File 1159# Begin Source File 1160 1161SOURCE=..\ext\bcmath\libbcmath\src\neg.c 1162 1163!IF "$(CFG)" == "php5dll - Win32 Debug" 1164 1165# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1166# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1167 1168!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1169 1170# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1171# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1172 1173!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1174 1175# PROP Intermediate_Dir "..\Release_inline_bcmath" 1176# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1177 1178!ENDIF 1179 1180# End Source File 1181# Begin Source File 1182 1183SOURCE=..\ext\bcmath\libbcmath\src\num2long.c 1184 1185!IF "$(CFG)" == "php5dll - Win32 Debug" 1186 1187# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1188# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1189 1190!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1191 1192# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1193# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1194 1195!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1196 1197# PROP Intermediate_Dir "..\Release_inline_bcmath" 1198# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1199 1200!ENDIF 1201 1202# End Source File 1203# Begin Source File 1204 1205SOURCE=..\ext\bcmath\libbcmath\src\num2str.c 1206 1207!IF "$(CFG)" == "php5dll - Win32 Debug" 1208 1209# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1210# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1211 1212!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1213 1214# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1215# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1216 1217!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1218 1219# PROP Intermediate_Dir "..\Release_inline_bcmath" 1220# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1221 1222!ENDIF 1223 1224# End Source File 1225# Begin Source File 1226 1227SOURCE=..\ext\bcmath\libbcmath\src\outofmem.c 1228 1229!IF "$(CFG)" == "php5dll - Win32 Debug" 1230 1231# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1232# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1233 1234!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1235 1236# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1237# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1238 1239!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1240 1241# PROP Intermediate_Dir "..\Release_inline_bcmath" 1242# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1243 1244!ENDIF 1245 1246# End Source File 1247# Begin Source File 1248 1249SOURCE=..\ext\bcmath\libbcmath\src\output.c 1250 1251!IF "$(CFG)" == "php5dll - Win32 Debug" 1252 1253# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1254# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1255 1256!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1257 1258# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1259# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1260 1261!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1262 1263# PROP Intermediate_Dir "..\Release_inline_bcmath" 1264# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1265 1266!ENDIF 1267 1268# End Source File 1269# Begin Source File 1270 1271SOURCE=..\ext\bcmath\libbcmath\src\raise.c 1272 1273!IF "$(CFG)" == "php5dll - Win32 Debug" 1274 1275# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1276# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1277 1278!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1279 1280# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1281# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1282 1283!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1284 1285# PROP Intermediate_Dir "..\Release_inline_bcmath" 1286# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1287 1288!ENDIF 1289 1290# End Source File 1291# Begin Source File 1292 1293SOURCE=..\ext\bcmath\libbcmath\src\raisemod.c 1294 1295!IF "$(CFG)" == "php5dll - Win32 Debug" 1296 1297# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1298# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1299 1300!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1301 1302# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1303# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1304 1305!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1306 1307# PROP Intermediate_Dir "..\Release_inline_bcmath" 1308# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1309 1310!ENDIF 1311 1312# End Source File 1313# Begin Source File 1314 1315SOURCE=..\ext\bcmath\libbcmath\src\recmul.c 1316 1317!IF "$(CFG)" == "php5dll - Win32 Debug" 1318 1319# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1320# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1321 1322!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1323 1324# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1325# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1326 1327!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1328 1329# PROP Intermediate_Dir "..\Release_inline_bcmath" 1330# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1331 1332!ENDIF 1333 1334# End Source File 1335# Begin Source File 1336 1337SOURCE=..\ext\bcmath\libbcmath\src\rmzero.c 1338 1339!IF "$(CFG)" == "php5dll - Win32 Debug" 1340 1341# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1342# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1343 1344!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1345 1346# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1347# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1348 1349!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1350 1351# PROP Intermediate_Dir "..\Release_inline_bcmath" 1352# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1353 1354!ENDIF 1355 1356# End Source File 1357# Begin Source File 1358 1359SOURCE=..\ext\bcmath\libbcmath\src\rt.c 1360 1361!IF "$(CFG)" == "php5dll - Win32 Debug" 1362 1363# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1364# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1365 1366!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1367 1368# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1369# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1370 1371!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1372 1373# PROP Intermediate_Dir "..\Release_inline_bcmath" 1374# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1375 1376!ENDIF 1377 1378# End Source File 1379# Begin Source File 1380 1381SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c 1382 1383!IF "$(CFG)" == "php5dll - Win32 Debug" 1384 1385# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1386# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1387 1388!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1389 1390# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1391# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1392 1393!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1394 1395# PROP Intermediate_Dir "..\Release_inline_bcmath" 1396# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1397 1398!ENDIF 1399 1400# End Source File 1401# Begin Source File 1402 1403SOURCE=..\ext\bcmath\libbcmath\src\str2num.c 1404 1405!IF "$(CFG)" == "php5dll - Win32 Debug" 1406 1407# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1408# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1409 1410!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1411 1412# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1413# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1414 1415!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1416 1417# PROP Intermediate_Dir "..\Release_inline_bcmath" 1418# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1419 1420!ENDIF 1421 1422# End Source File 1423# Begin Source File 1424 1425SOURCE=..\ext\bcmath\libbcmath\src\sub.c 1426 1427!IF "$(CFG)" == "php5dll - Win32 Debug" 1428 1429# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1430# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1431 1432!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1433 1434# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1435# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1436 1437!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1438 1439# PROP Intermediate_Dir "..\Release_inline_bcmath" 1440# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1441 1442!ENDIF 1443 1444# End Source File 1445# Begin Source File 1446 1447SOURCE=..\ext\bcmath\libbcmath\src\zero.c 1448 1449!IF "$(CFG)" == "php5dll - Win32 Debug" 1450 1451# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" 1452# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1453 1454!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1455 1456# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" 1457# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1458 1459!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1460 1461# PROP Intermediate_Dir "..\Release_inline_bcmath" 1462# ADD CPP /I "..\ext\bcmath\libbcmath\src" 1463 1464!ENDIF 1465 1466# End Source File 1467# End Group 1468# Begin Group "Header Files No. 8" 1469 1470# PROP Default_Filter ".h" 1471# Begin Source File 1472 1473SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h 1474 1475!IF "$(CFG)" == "php5dll - Win32 Debug" 1476 1477!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1478 1479!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1480 1481# PROP Intermediate_Dir "..\Release_inline_bcmath" 1482 1483!ENDIF 1484 1485# End Source File 1486# Begin Source File 1487 1488SOURCE=..\ext\bcmath\libbcmath\src\config.h 1489 1490!IF "$(CFG)" == "php5dll - Win32 Debug" 1491 1492!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1493 1494!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1495 1496# PROP Intermediate_Dir "..\Release_inline_bcmath" 1497 1498!ENDIF 1499 1500# End Source File 1501# Begin Source File 1502 1503SOURCE=..\ext\bcmath\libbcmath\src\private.h 1504 1505!IF "$(CFG)" == "php5dll - Win32 Debug" 1506 1507!ELSEIF "$(CFG)" == "php5dll - Win32 Release" 1508 1509!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" 1510 1511# PROP Intermediate_Dir "..\Release_inline_bcmath" 1512 1513!ENDIF 1514 1515# End Source File 1516# End Group 1517# End Group 1518# End Group 1519# Begin Group "Win32" 1520 1521# PROP Default_Filter "" 1522# Begin Group "Source Files No. 2" 1523 1524# PROP Default_Filter "" 1525# Begin Source File 1526 1527SOURCE=..\ext\com\COM.c 1528# End Source File 1529# Begin Source File 1530 1531SOURCE=..\ext\com\conversion.c 1532# End Source File 1533# Begin Source File 1534 1535SOURCE=..\win32\readdir.c 1536# End Source File 1537# Begin Source File 1538 1539SOURCE=..\win32\registry.c 1540# End Source File 1541# Begin Source File 1542 1543SOURCE=..\win32\sendmail.c 1544# End Source File 1545# Begin Source File 1546 1547SOURCE=..\win32\time.c 1548# End Source File 1549# Begin Source File 1550 1551SOURCE=..\ext\com\VARIANT.c 1552# End Source File 1553# Begin Source File 1554 1555SOURCE=..\win32\winutil.c 1556# End Source File 1557# Begin Source File 1558 1559SOURCE=..\win32\wsyslog.c 1560# End Source File 1561# End Group 1562# Begin Group "Header Files No. 2" 1563 1564# PROP Default_Filter "" 1565# Begin Source File 1566 1567SOURCE=..\ext\com\com.h 1568# End Source File 1569# Begin Source File 1570 1571SOURCE=..\ext\com\conversion.h 1572# End Source File 1573# Begin Source File 1574 1575SOURCE=..\win32\grp.h 1576# End Source File 1577# Begin Source File 1578 1579SOURCE=..\win32\param.h 1580# End Source File 1581# Begin Source File 1582 1583SOURCE=..\ext\com\php_COM.h 1584# End Source File 1585# Begin Source File 1586 1587SOURCE=..\win32\php_registry.h 1588# End Source File 1589# Begin Source File 1590 1591SOURCE=..\ext\com\php_VARIANT.h 1592# End Source File 1593# Begin Source File 1594 1595SOURCE=..\ext\com\php_versioning.h 1596# End Source File 1597# Begin Source File 1598 1599SOURCE=..\win32\readdir.h 1600# End Source File 1601# Begin Source File 1602 1603SOURCE=..\win32\sendmail.h 1604# End Source File 1605# Begin Source File 1606 1607SOURCE=..\win32\syslog.h 1608# End Source File 1609# Begin Source File 1610 1611SOURCE=..\win32\time.h 1612# End Source File 1613# Begin Source File 1614 1615SOURCE=..\win32\unistd.h 1616# End Source File 1617# Begin Source File 1618 1619SOURCE=..\ext\com\variant.h 1620# End Source File 1621# Begin Source File 1622 1623SOURCE=..\win32\wfile.h 1624# End Source File 1625# End Group 1626# End Group 1627# Begin Group "Text Files" 1628 1629# PROP Default_Filter "" 1630# Begin Source File 1631 1632SOURCE=..\ChangeLog 1633# End Source File 1634# Begin Source File 1635 1636SOURCE=..\LICENSE 1637# End Source File 1638# End Group 1639# Begin Group "Support" 1640 1641# PROP Default_Filter "" 1642# End Target 1643# End Project 1644