diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-24 16:52:00 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-24 16:52:00 +0000 |
commit | 68e32f6ac37eebe70c0ebbbbfaefceeafbaa6d73 (patch) | |
tree | 06c480c4c98160473f8971d676d1b859336d16c2 /php4dllts.dsp | |
parent | 24eb90c524e36e9bbdfda0cced94bf239ee026ec (diff) | |
download | php-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.dsp | 24 |
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"
|