diff options
-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 deda2b26cd..63b2387a50 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -943,6 +943,10 @@ SOURCE=..\ext\mbstring\php_mbregex.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\html_entities.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\overload\overload.c
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 70e0b48061..5dd30eab36 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -529,6 +529,10 @@ SOURCE=..\ext\mbstring\mbstring.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\html_entities.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\overload\overload.c
# End Source File
# Begin Source File
|