diff options
author | Wez Furlong <wez@php.net> | 2003-02-27 22:43:51 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-02-27 22:43:51 +0000 |
commit | 493ef362993ebdb0fb29201ae5d03682452489ce (patch) | |
tree | 7742d1fcaee7fa18703da5484015fc7e5ec9d2d6 /win32/php4dllts.dsp | |
parent | 5def83df0b2d1b015d86cc6203bbd1efadc7715d (diff) | |
download | php-git-493ef362993ebdb0fb29201ae5d03682452489ce.tar.gz |
Update win32 build.
Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 1e44820673..1e5fc87562 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1690,6 +1690,10 @@ SOURCE=..\ext\standard\soundex.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\streamsfuncs.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\string.c
# End Source File
# Begin Source File
@@ -1957,6 +1961,10 @@ SOURCE=..\win32\registry.c # End Source File
# Begin Source File
+SOURCE=.\select.c
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\sendmail.c
# End Source File
# Begin Source File
@@ -2013,6 +2021,10 @@ SOURCE=..\win32\readdir.h # End Source File
# Begin Source File
+SOURCE=.\select.h
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\sendmail.h
# End Source File
# Begin Source File
|