Commit d13a7b53 authored by unknown's avatar unknown
Browse files

Add cp932 and eucjpms character sets to Windows build. (Bug #9479)


VC++Files/client/mysqlclient.dsp:
  Add new character sets
VC++Files/client/mysqlclient_ia64.dsp:
  Add new character sets
VC++Files/libmysql/libmysql.dsp:
  Add new character sets
VC++Files/libmysql/libmysql_ia64.dsp:
  Add new character sets
VC++Files/strings/strings.dsp:
  Add new character sets
VC++Files/strings/strings_ia64.dsp:
  Add new character sets
include/config-win.h:
  Add new character sets
parent ff700f45
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -147,6 +147,10 @@ SOURCE="..\strings\ctype-bin.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-cp932.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-czech.c"
# End Source File
# Begin Source File
@@ -155,6 +159,10 @@ SOURCE="..\strings\ctype-euc_kr.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-eucjpms.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
+8 −0
Original line number Diff line number Diff line
@@ -147,6 +147,10 @@ SOURCE="..\strings\ctype-bin.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-cp932.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-czech.c"
# End Source File
# Begin Source File
@@ -155,6 +159,10 @@ SOURCE="..\strings\ctype-euc_kr.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-eucjpms.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
+8 −0
Original line number Diff line number Diff line
@@ -139,6 +139,10 @@ SOURCE="..\strings\ctype-bin.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-cp932.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-czech.c"
# End Source File
# Begin Source File
@@ -147,6 +151,10 @@ SOURCE="..\strings\ctype-euc_kr.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-eucjpms.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
+8 −0
Original line number Diff line number Diff line
@@ -138,6 +138,10 @@ SOURCE="..\strings\ctype-bin.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-cp932.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-czech.c"
# End Source File
# Begin Source File
@@ -146,6 +150,10 @@ SOURCE="..\strings\ctype-euc_kr.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-eucjpms.c"
# End Source File
# Begin Source File

SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
+8 −0
Original line number Diff line number Diff line
@@ -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
Loading