summaryrefslogtreecommitdiff
path: root/php4dllts.dsp
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-24 16:52:00 +0000
committerZeev Suraski <zeev@php.net>1999-07-24 16:52:00 +0000
commit68e32f6ac37eebe70c0ebbbbfaefceeafbaa6d73 (patch)
tree06c480c4c98160473f8971d676d1b859336d16c2 /php4dllts.dsp
parent24eb90c524e36e9bbdfda0cced94bf239ee026ec (diff)
downloadphp-git-68e32f6ac37eebe70c0ebbbbfaefceeafbaa6d73.tar.gz
* Make Win32 build work again
* Make error_reporting value prior to the standard initialization be set so that errors show up
Diffstat (limited to 'php4dllts.dsp')
-rw-r--r--php4dllts.dsp24
1 files changed, 24 insertions, 0 deletions
diff --git a/php4dllts.dsp b/php4dllts.dsp
index fe93f84042..0925f76d9e 100644
--- a/php4dllts.dsp
+++ b/php4dllts.dsp
@@ -371,6 +371,10 @@ SOURCE=.\ext\standard\pageinfo.c
# End Source File
# Begin Source File
+SOURCE=.\ext\standard\parsedate.c
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\pcre\php_pcre.c
# End Source File
# Begin Source File
@@ -755,6 +759,26 @@ BuildCmds= \
!ENDIF
# End Source File
+# Begin Source File
+
+SOURCE=.\ext\standard\parsedate.y
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# Begin Custom Build
+InputPath=.\ext\standard\parsedate.y
+
+"ext\standard\parsedate.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ext\standard
+ bison --output=parsedate.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" parsedate.y
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+!ENDIF
+
+# End Source File
# End Group
# Begin Group "Scanners"