diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-09-26 06:10:22 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-09-26 06:10:22 +0000 |
commit | d6e24f21f9c980aa5502d2c8b781701b380d7055 (patch) | |
tree | 7fd6de18a5303ad96a57a90933bbae0cc2bff1bc /win32 | |
parent | a77763facc8a7320af8bf64ee509c42c77ceeee8 (diff) | |
download | php-git-d6e24f21f9c980aa5502d2c8b781701b380d7055.tar.gz |
Sync MSVC project files.
Diffstat (limited to 'win32')
-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 93a178c588..151d7ffc99 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -947,6 +947,10 @@ SOURCE=..\ext\mbstring\php_mbregex.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\php_unicode.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\mbstring\html_entities.c
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 85db47b86d..fd7a5d709e 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -557,6 +557,10 @@ SOURCE=..\ext\mbstring\php_mbregex.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\php_unicode.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\tokenizer\tokenizer.c
# End Source File
# Begin Source File
|