diff options
author | Wez Furlong <wez@php.net> | 2003-10-17 20:52:18 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-10-17 20:52:18 +0000 |
commit | d8d1ca3f3bfd9fdb628c9ab3a986adb5f10d6e93 (patch) | |
tree | 9f63182d86c4fdae4552b18d27aa43c3049498de /win32/php4dllts.dsp | |
parent | 65657103ad848011edad2b6d866de57f172962f5 (diff) | |
download | php-git-d8d1ca3f3bfd9fdb628c9ab3a986adb5f10d6e93.tar.gz |
add com iterator support
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 2b9bfd93a6..448f69de18 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -2324,6 +2324,10 @@ SOURCE=..\ext\com_dotnet\com_handlers.c # End Source File
# Begin Source File
+SOURCE=..\ext\com_dotnet\com_iterator.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\com_dotnet\com_misc.c
# End Source File
# Begin Source File
|