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