diff options
Diffstat (limited to 'php4dllts.dsp')
| -rw-r--r-- | php4dllts.dsp | 92 |
1 files changed, 73 insertions, 19 deletions
diff --git a/php4dllts.dsp b/php4dllts.dsp index 58379866bc..543efb184e 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -392,6 +392,15 @@ SOURCE=.\ext\odbc\php_odbc.c # Begin Source File
SOURCE=.\ext\pcre\php_pcre.c
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -582,51 +591,76 @@ SOURCE=.\ext\standard\uniqid.h SOURCE=.\ext\standard\url.h
# End Source File
# End Group
-# Begin Group "Regular Expressions"
+# Begin Group "PCRE"
# PROP Default_Filter ""
-# Begin Source File
+# Begin Group "Source Files No. 3"
-SOURCE=.\regex\regcomp.c
-# End Source File
+# PROP Default_Filter ".c"
# Begin Source File
-SOURCE=.\regex\regerror.c
-# End Source File
-# Begin Source File
+SOURCE=.\ext\pcre\pcrelib\chartables.c
-SOURCE=.\regex\regexec.c
-# End Source File
-# Begin Source File
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
-SOURCE=.\regex\regfree.c
-# End Source File
-# End Group
-# Begin Group "PCRE"
+# ADD CPP /D "STATIC"
-# PROP Default_Filter ""
-# Begin Group "Source Files No. 3"
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
-# PROP Default_Filter ".c"
-# Begin Source File
+!ENDIF
-SOURCE=.\ext\pcre\pcrelib\chartables.c
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\get.c
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\maketables.c
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\pcre.c
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\study.c
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+!ENDIF
+
# End Source File
# End Group
# Begin Group "Header Files No. 3"
@@ -642,6 +676,26 @@ SOURCE=.\ext\pcre\pcrelib\pcre.h # End Source File
# End Group
# End Group
+# Begin Group "Regular Expressions"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\regex\regcomp.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\regex\regerror.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\regex\regexec.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\regex\regfree.c
+# End Source File
+# End Group
# End Group
# Begin Group "Win32"
|
