diff options
author | Zeev Suraski <zeev@php.net> | 2002-03-18 10:35:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-03-18 10:35:01 +0000 |
commit | c157b0f75b35784ffb82372d603c720bd3a199e0 (patch) | |
tree | e93510e4b86a394a4aa3bfa0c555631413912e93 | |
parent | 834042f56d52e91ccfc36e734d46f48a9163f663 (diff) | |
download | php-git-c157b0f75b35784ffb82372d603c720bd3a199e0.tar.gz |
Move stream files into the right folders
-rw-r--r-- | win32/php4dllts.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 4c74f8e333..64d192ef50 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -230,6 +230,10 @@ SOURCE=..\main\SAPI.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
@@ -318,6 +322,10 @@ SOURCE=..\main\php_regex.h # End Source File
# Begin Source File
+SOURCE=..\main\php_streams.h
+# End Source File
+# Begin Source File
+
SOURCE=..\main\php_variables.h
# End Source File
# Begin Source File
@@ -341,14 +349,6 @@ SOURCE=..\main\SAPI.h SOURCE=..\main\win95nt.h
# End Source File
# End Group
-# Begin Source File
-
-SOURCE=..\main\php_streams.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\main\streams.c
-# End Source File
# End Group
# Begin Group "Function Modules"
|