diff options
author | Marcus Boerger <helly@php.net> | 2002-08-04 22:54:24 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-08-04 22:54:24 +0000 |
commit | c4671295288cec0a86782d868f20aa3c83eb5a42 (patch) | |
tree | 09960f4460cc4905ddeecac3578d68a12348797a | |
parent | fa175d6fa210c7c0e3000aff0253b1ab0e18c70b (diff) | |
download | php-git-c4671295288cec0a86782d868f20aa3c83eb5a42.tar.gz |
move html_entities.c to proper place
#nice to have snaps.php.net
-rw-r--r-- | ext/mbstring/mbstring.dsp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.dsp b/ext/mbstring/mbstring.dsp index 15193fa07b..c11e5f6585 100644 --- a/ext/mbstring/mbstring.dsp +++ b/ext/mbstring/mbstring.dsp @@ -126,6 +126,10 @@ SOURCE=.\mbstring.c SOURCE=.\php_mbregex.c
# End Source File
+# Begin Source File
+
+SOURCE=.\html_entities.c
+# End Source File
# End Group
# Begin Group "Header Files"
@@ -184,6 +188,5 @@ SOURCE=.\unicode_table_tw.h # End Source File
# End Group
-SOURCE=.\html_entities.c
# End Target
# End Project
|