diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-16 23:18:15 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-16 23:18:15 +0000 |
commit | 98d95dd88eec996ad2608b357dd03bc7930b3fb4 (patch) | |
tree | 37e11a02653d9b857dc7659f84e2a809a5b017f7 /php4dll.dsp | |
parent | 52e769d8835d06af547c7438282fd4c6fcd88583 (diff) | |
download | php-git-98d95dd88eec996ad2608b357dd03bc7930b3fb4.tar.gz |
- Added support for unknown POST content types (Zeev)
- Introduce the convert_to_*_ex() API in strlen()
Diffstat (limited to 'php4dll.dsp')
-rw-r--r-- | php4dll.dsp | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index f3ad32234e..6e398f4087 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -384,6 +384,15 @@ SOURCE=.\ext\odbc\php_odbc.c # Begin Source File
SOURCE=.\ext\pcre\php_pcre.c
+
+!IF "$(CFG)" == "php4dll - Win32 Debug"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -595,22 +604,67 @@ SOURCE=.\regex\regfree.c # Begin Source File
SOURCE=.\ext\pcre\pcrelib\chartables.c
+
+!IF "$(CFG)" == "php4dll - Win32 Debug"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\get.c
+
+!IF "$(CFG)" == "php4dll - Win32 Debug"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\maketables.c
+
+!IF "$(CFG)" == "php4dll - Win32 Debug"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\pcre.c
+
+!IF "$(CFG)" == "php4dll - Win32 Debug"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\pcrelib\study.c
+
+!IF "$(CFG)" == "php4dll - Win32 Debug"
+
+# ADD CPP /D "STATIC"
+
+!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
+
+!ENDIF
+
# End Source File
# End Group
# Begin Group "Header Files No. 3"
|