diff options
| author | Wez Furlong <wez@php.net> | 2003-02-16 22:34:40 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-02-16 22:34:40 +0000 |
| commit | 8305254fe6561983a6fa925e3ec1d8a09e0ff216 (patch) | |
| tree | cfcf66037a1c13ab3bcf436ef1f8469182be729b /win32/php4dllts.dsp | |
| parent | 63c95db6487e330926522b35af889be17a548194 (diff) | |
| download | php-git-8305254fe6561983a6fa925e3ec1d8a09e0ff216.tar.gz | |
Update win32 project for streams juggling.
Diffstat (limited to 'win32/php4dllts.dsp')
| -rw-r--r-- | win32/php4dllts.dsp | 48 |
1 files changed, 32 insertions, 16 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 5cec39f174..61fa9c9540 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -182,10 +182,6 @@ SOURCE=..\main\main.c # End Source File
# Begin Source File
-SOURCE=..\main\memory_streams.c
-# End Source File
-# Begin Source File
-
SOURCE=..\main\mergesort.c
# End Source File
# Begin Source File
@@ -258,24 +254,12 @@ SOURCE=..\main\spprintf.c # End Source File
# Begin Source File
-SOURCE=..\main\streams.c
-# End Source File
-# Begin Source File
-
SOURCE=..\main\strlcat.c
# End Source File
# Begin Source File
SOURCE=..\main\strlcpy.c
# End Source File
-# Begin Source File
-
-SOURCE=..\ext\standard\user_filters.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\main\user_streams.c
-# End Source File
# End Group
# Begin Group "Header Files"
@@ -2207,6 +2191,38 @@ SOURCE=..\ext\xml\expat\xmltok_impl.h # End Group
# End Group
# End Group
+# Begin Group "Streams"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\main\streams\cast.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\filter.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\memory.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\plain_wrapper.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\streams.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\ext\standard\user_filters.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\userspace.c
+# End Source File
+# End Group
# Begin Source File
SOURCE=.\php4dllts.rc
|
