diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-06 19:49:48 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-06 19:49:48 +0000 |
commit | 5baaa716dc991efcff16f37da9ccf961c0c83f70 (patch) | |
tree | 80a0dfbac18d0a37633f2dae7e45e7d635ab3e59 /php4dll.dsp | |
parent | 8ee9fd57689cd3cd28c57260777403735b12e771 (diff) | |
download | php-git-5baaa716dc991efcff16f37da9ccf961c0c83f70.tar.gz |
Support PCRE under Win32
Diffstat (limited to 'php4dll.dsp')
-rw-r--r-- | php4dll.dsp | 52 |
1 files changed, 48 insertions, 4 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index 779c8042fa..f52aded279 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -347,10 +347,6 @@ SOURCE=.\ext\standard\microtime.c # End Source File
# Begin Source File
-SOURCE=.\ext\standard\mime.c
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\bcmath\number.c
# End Source File
# Begin Source File
@@ -367,6 +363,10 @@ SOURCE=.\ext\standard\pageinfo.c # End Source File
# Begin Source File
+SOURCE=.\ext\pcre\php_pcre.c
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\standard\post.c
# End Source File
# Begin Source File
@@ -511,6 +511,10 @@ SOURCE=.\functions\php3_syslog.h # End Source File
# Begin Source File
+SOURCE=.\ext\pcre\php_pcre.h
+# End Source File
+# Begin Source File
+
SOURCE=.\functions\phpdir.h
# End Source File
# Begin Source File
@@ -558,6 +562,46 @@ SOURCE=.\regex\regexec.c SOURCE=.\regex\regfree.c
# End Source File
# End Group
+# Begin Group "PCRE"
+
+# PROP Default_Filter ""
+# Begin Group "Source Files No. 3"
+
+# PROP Default_Filter ".c"
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\chartables.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\get.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\maketables.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\pcre.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\study.c
+# End Source File
+# End Group
+# Begin Group "Header Files No. 3"
+
+# PROP Default_Filter ".h"
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\internal.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\pcre\pcrelib\pcre.h
+# End Source File
+# End Group
+# End Group
# End Group
# Begin Group "Win32"
|