diff options
author | Rui Hirokawa <hirokawa@php.net> | 2004-03-27 10:51:34 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2004-03-27 10:51:34 +0000 |
commit | 9018537919e3c69c6b476447c8bf2f46ab890625 (patch) | |
tree | 3b908bd144f8e2a82a4c38644a75ec32e6029cf9 /ext/mbstring/mbstring.dsp | |
parent | 437840e85d87e9fa73405669e457842349e53190 (diff) | |
download | php-git-9018537919e3c69c6b476447c8bf2f46ab890625.tar.gz |
added missing files of oniguruma to mbstring.dsp.
Diffstat (limited to 'ext/mbstring/mbstring.dsp')
-rw-r--r-- | ext/mbstring/mbstring.dsp | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/ext/mbstring/mbstring.dsp b/ext/mbstring/mbstring.dsp index 38776f5946..1b678cc2ff 100644 --- a/ext/mbstring/mbstring.dsp +++ b/ext/mbstring/mbstring.dsp @@ -913,6 +913,102 @@ SOURCE=.\oniguruma\regparse.c SOURCE=.\oniguruma\regposerr.c
# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\ascii.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\utf8.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\euc_jp.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\euc_tw.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\euc_kr.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\sjis.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_1.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_2.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_3.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_4.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_5.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_6.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_7.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_8.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_9.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_10.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_11.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_13.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_14.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_15.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\iso8859_16.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\koi8.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\koi8_r.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\enc\big5.c
+# End Source File
# End Group
# Begin Group "Header Files No. 2"
|