diff options
Diffstat (limited to 'php4dllts.dsp')
-rw-r--r-- | php4dllts.dsp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/php4dllts.dsp b/php4dllts.dsp index 4da958a50c..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"
@@ -792,6 +816,10 @@ InputPath=".\configuration-scanner.l" # PROP Default_Filter ""
# Begin Source File
+SOURCE=.\ChangeLog
+# End Source File
+# Begin Source File
+
SOURCE=.\LICENSE
# End Source File
# Begin Source File
|