diff options
author | Sebastian Bergmann <sebastian@php.net> | 2003-01-15 16:48:46 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2003-01-15 16:48:46 +0000 |
commit | 003ea0717e4e8663f2ee84ee17dcf5dc972a6d97 (patch) | |
tree | 7bc97dfb60177bbc46f27c2a9ca17d285fad4475 | |
parent | 1a314027d3c388a19a06ac370fa08a46d474e1bd (diff) | |
download | php-git-003ea0717e4e8663f2ee84ee17dcf5dc972a6d97.tar.gz |
Add proc_open.c to project.
-rw-r--r-- | win32/php4dll.dsp | 4 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 2cc4b8335b..51872c2ef1 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -185,6 +185,10 @@ SOURCE=..\main\php_variables.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\proc_open.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\quot_print.c
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index bf8b1b62a7..1818eeb35d 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -223,6 +223,10 @@ SOURCE=..\main\php_variables.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\proc_open.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\quot_print.c
# End Source File
# Begin Source File
|