diff options
author | Sebastian Bergmann <sebastian@php.net> | 2003-11-29 20:55:18 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2003-11-29 20:55:18 +0000 |
commit | fe93c2ac09276bd1971826f5b56c08335d78e314 (patch) | |
tree | 602ffc5fc01b31b8e7b5e0e7be1c3550ea5ebd08 | |
parent | e882ab48171a51219acfe72823aa522de83c37e6 (diff) | |
download | php-git-fe93c2ac09276bd1971826f5b56c08335d78e314.tar.gz |
Add dom_iterators.c to project.
-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 ef5a5df75b..241da036b5 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -489,6 +489,10 @@ SOURCE=..\ext\dom\domimplementationsource.c # End Source File
# Begin Source File
+SOURCE=..\ext\dom\dom_iterators.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\dom\domlocator.c
# End Source File
# Begin Source File
|