diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-24 13:27:34 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-24 13:27:34 +0000 |
commit | d1a6a646752cfe93382e16dc2308808d25c055ee (patch) | |
tree | 840f858c6bd8b8c5533a383441fb68b2d76d8bee /win32/php4dllts.dsp | |
parent | ee5e330bcf6758759d23c8c8fb63c05166e25be0 (diff) | |
download | php-git-d1a6a646752cfe93382e16dc2308808d25c055ee.tar.gz |
- Make the output globals accessible from the outside world
- Fix Win32 compilation
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 456bf86f8e..d5240cf3a0 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -389,6 +389,10 @@ SOURCE=..\ext\standard\image.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\incomplete_class.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\info.c
# End Source File
# Begin Source File
@@ -634,6 +638,10 @@ SOURCE=..\ext\odbc\php_odbc.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\php_output.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\pcre\php_pcre.h
# End Source File
# Begin Source File
|