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 /win32/php4dll.dsp | |
parent | 1a314027d3c388a19a06ac370fa08a46d474e1bd (diff) | |
download | php-git-003ea0717e4e8663f2ee84ee17dcf5dc972a6d97.tar.gz |
Add proc_open.c to project.
Diffstat (limited to 'win32/php4dll.dsp')
-rw-r--r-- | win32/php4dll.dsp | 4 |
1 files changed, 4 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
|