diff options
author | Wez Furlong <wez@php.net> | 2003-02-27 18:06:31 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-02-27 18:06:31 +0000 |
commit | 203068d055b3746074c9e7e85650a312d3c8b24d (patch) | |
tree | 21c8292cbaca2cbfee9ab3a515c3357aa21ce031 /win32 | |
parent | fd61f69077f6156ca71dde60ecfd9ed9765a02db (diff) | |
download | php-git-203068d055b3746074c9e7e85650a312d3c8b24d.tar.gz |
Fixup build for win32
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dllts.dsp | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index d3bdb9cf24..1e44820673 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -2202,6 +2202,38 @@ SOURCE=..\ext\xml\expat\xmltok_impl.h # Begin Group "Streams"
# PROP Default_Filter ""
+# Begin Group "streams headers"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\main\streams\php_stream_context.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\php_stream_filter_api.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\php_stream_mmap.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\php_stream_plain_wrapper.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\php_stream_transport.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\php_stream_userspace.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\streams\php_streams_int.h
+# End Source File
+# End Group
# Begin Source File
SOURCE=..\main\streams\cast.c
@@ -2216,6 +2248,10 @@ SOURCE=..\main\streams\memory.c # End Source File
# Begin Source File
+SOURCE=..\main\streams\mmap.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\streams\plain_wrapper.c
# End Source File
# Begin Source File
@@ -2224,12 +2260,20 @@ SOURCE=..\main\streams\streams.c # End Source File
# Begin Source File
+SOURCE=..\main\streams\transports.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
+# Begin Source File
+
+SOURCE=..\main\streams\xp_socket.c
+# End Source File
# End Group
# Begin Source File
|