diff options
author | Harald Radi <phanto@php.net> | 2002-03-19 17:47:53 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-03-19 17:47:53 +0000 |
commit | c9ebab4edcf0c9b11647fc49ef174394f4a6ca7e (patch) | |
tree | 0736a41469a6110616b9e08f2cc3ed5b9d20ebfd | |
parent | 5a14982be6b48d562af69309f8b2e5dd96dd2c99 (diff) | |
download | php-git-c9ebab4edcf0c9b11647fc49ef174394f4a6ca7e.tar.gz |
MFH
-rw-r--r-- | win32/php4dllts.dsp | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index a245a8d047..7de67471f3 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -230,6 +230,14 @@ SOURCE=..\main\SAPI.c # End Source File
# Begin Source File
+SOURCE=..\main\streams.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\user_streams.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\strlcat.c
# End Source File
# Begin Source File
@@ -318,6 +326,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 +353,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"
@@ -1807,6 +1811,14 @@ SOURCE=..\ext\rpc\com\com.h # End Source File
# End Group
# End Group
+# Begin Group "tests"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\ext\rpc\tests\test1.php
+# End Source File
+# End Group
# End Group
# End Group
# Begin Group "Win32"
|