From d6e24f21f9c980aa5502d2c8b781701b380d7055 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 26 Sep 2002 06:10:22 +0000 Subject: [PATCH] Sync MSVC project files. --- ext/mbstring/mbstring.dsp | 12 ++++++++++++ win32/php4dll.dsp | 4 ++++ win32/php4dllts.dsp | 4 ++++ 3 files changed, 20 insertions(+) diff --git a/ext/mbstring/mbstring.dsp b/ext/mbstring/mbstring.dsp index ff8215ffa0..4f60ba3690 100644 --- a/ext/mbstring/mbstring.dsp +++ b/ext/mbstring/mbstring.dsp @@ -128,6 +128,10 @@ SOURCE=.\php_mbregex.c # End Source File # Begin Source File +SOURCE=.\php_unicode.c +# End Source File +# Begin Source File + SOURCE=.\html_entities.c # End Source File # End Group @@ -172,6 +176,14 @@ SOURCE=.\mbstring.h # End Source File # Begin Source File +SOURCE=.\php_unicode.h +# End Source File +# Begin Source File + +SOURCE=.\unicode_data.h +# End Source File +# Begin Source File + SOURCE=.\unicode_table.h # End Source File # Begin Source File 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 -- 2.50.1