diff options
author | jimw@mysql.com <> | 2005-04-07 09:51:56 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-07 09:51:56 -0700 |
commit | 43d926029f31206c01e0faea0ac3ccbd8d1f05c5 (patch) | |
tree | ef431e24326cf9b460aa13d4dc49bd969519f185 /VC++Files/strings | |
parent | 9911194a1373181aaf6bbd736d487f75ea7aca5a (diff) | |
download | mariadb-git-43d926029f31206c01e0faea0ac3ccbd8d1f05c5.tar.gz |
Add cp932 and eucjpms character sets to Windows build. (Bug #9479)
Diffstat (limited to 'VC++Files/strings')
-rw-r--r-- | VC++Files/strings/strings.dsp | 8 | ||||
-rw-r--r-- | VC++Files/strings/strings_ia64.dsp | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/VC++Files/strings/strings.dsp b/VC++Files/strings/strings.dsp index 340617344f2..320cdaf2132 100644 --- a/VC++Files/strings/strings.dsp +++ b/VC++Files/strings/strings.dsp @@ -113,10 +113,18 @@ SOURCE=".\ctype-bin.c" # End Source File # Begin Source File +SOURCE=".\ctype-cp932.c" +# End Source File +# Begin Source File + SOURCE=".\ctype-czech.c" # End Source File # Begin Source File +SOURCE=".\ctype-eucjpms.c" +# End Source File +# Begin Source File + SOURCE=".\ctype-euc_kr.c" # End Source File # Begin Source File diff --git a/VC++Files/strings/strings_ia64.dsp b/VC++Files/strings/strings_ia64.dsp index 6449b2b1355..a34a238dfdc 100644 --- a/VC++Files/strings/strings_ia64.dsp +++ b/VC++Files/strings/strings_ia64.dsp @@ -112,6 +112,10 @@ SOURCE=".\ctype-bin.c" # End Source File # Begin Source File +SOURCE=".\ctype-cp932.c" +# End Source File +# Begin Source File + SOURCE=".\ctype-czech.c" # End Source File # Begin Source File @@ -120,6 +124,10 @@ SOURCE=".\ctype-euc_kr.c" # End Source File # Begin Source File +SOURCE=".\ctype-eucjpms.c" +# End Source File +# Begin Source File + SOURCE=".\ctype-extra.c" # End Source File # Begin Source File |