diff options
author | Zeev Suraski <zeev@php.net> | 1999-11-27 21:08:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-11-27 21:08:49 +0000 |
commit | d7f3b5a18292ed49a2330c8fecee4fb9a20a50f5 (patch) | |
tree | 64c05d21cae803826e5473135822fdb3cbcb008c | |
parent | ecc77c81cc4ea3334995e117e5c42bd3ad6725e2 (diff) | |
download | php-git-d7f3b5a18292ed49a2330c8fecee4fb9a20a50f5.tar.gz |
- Win32 thread unsafe build updates
-rw-r--r-- | php4.dsp | 2 | ||||
-rw-r--r-- | php4dll.dsp | 16 |
2 files changed, 14 insertions, 4 deletions
@@ -90,7 +90,7 @@ LINK32=link.exe # PROP Default_Filter ".c" # Begin Source File -SOURCE=.\cgi_main.c +SOURCE=.\sapi\cgi\cgi_main.c # End Source File # End Group # Begin Group "Header Files" diff --git a/php4dll.dsp b/php4dll.dsp index a8ab16592d..a51ceb99c4 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -147,6 +147,10 @@ SOURCE=.\ext\standard\quot_print.c # End Source File
# Begin Source File
+SOURCE=.\reentrancy.c
+# End Source File
+# Begin Source File
+
SOURCE=.\request_info.c
# End Source File
# Begin Source File
@@ -271,6 +275,10 @@ SOURCE=.\ext\apache\apache.c # End Source File
# Begin Source File
+SOURCE=.\ext\standard\array.c
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\standard\base64.c
# End Source File
# Begin Source File
@@ -811,7 +819,8 @@ InputPath=".\configuration-parser.y" BuildCmds= \
if not "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d -S "%CYGWIN%\share\bison.simple" -p cfg configuration-parser.y \
- if "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg configuration-parser.y
+ if "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg configuration-parser.y \
+
"configuration-parser.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -827,7 +836,8 @@ InputPath=".\configuration-parser.y" BuildCmds= \
if not"X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d -S "%CYGWIN%\share\bison.simple" -p cfg configuration-parser.y \
- if "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg configuration-parser.y
+ if "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg configuration-parser.y \
+
"configuration-parser.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -850,7 +860,7 @@ InputPath=.\ext\standard\parsedate.y "ext\standard\parsedate.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ext\standard
- if not "X%CYGWIN%"=="X" bison --output=parsedate.c -v -d -S "%CYGWIN%\share\bison.simple" parsedate.y \
+ if not "X%CYGWIN%"=="X" bison --output=parsedate.c -v -d -S "%CYGWIN%\share\bison.simple" parsedate.y
if "X%CYGWIN%"=="X" bison --output=parsedate.c -v -d -S "C:\Program Files\Cygnus\share\bison.simple" parsedate.y
# End Custom Build
|