From c621d4e45cad86aff09705da83fe8991a4057c04 Mon Sep 17 00:00:00 2001 From: "joerg@trift2." <> Date: Mon, 17 Jul 2006 20:40:41 +0200 Subject: Changes to make "sql/sql_locale.cc" compile + link on Windows: 1) When initializing a boolean variable, do not use string representations '"false"' and '"true"' but rather the boolean values 'false' and 'true'. 2) Add the module to the various Windows description files. --- VC++Files/mysqldemb/mysqldemb.dsp | 4 ++++ VC++Files/mysqldemb/mysqldemb.vcproj | 36 ++++++++++++++++++++++++++++++++++ VC++Files/mysqldemb/mysqldemb_ia64.dsp | 4 ++++ 3 files changed, 44 insertions(+) (limited to 'VC++Files/mysqldemb') diff --git a/VC++Files/mysqldemb/mysqldemb.dsp b/VC++Files/mysqldemb/mysqldemb.dsp index a8207d436a0..63a91ee674e 100644 --- a/VC++Files/mysqldemb/mysqldemb.dsp +++ b/VC++Files/mysqldemb/mysqldemb.dsp @@ -363,6 +363,10 @@ SOURCE=..\sql\sql_lex.cpp SOURCE=..\sql\sql_list.cpp # End Source File +# Begin Source File + +SOURCE=..\sql\sql_locale.cpp +# End Source File # Begin Source File SOURCE=..\sql\sql_manager.cpp diff --git a/VC++Files/mysqldemb/mysqldemb.vcproj b/VC++Files/mysqldemb/mysqldemb.vcproj index 1105e750ee7..8c052735661 100644 --- a/VC++Files/mysqldemb/mysqldemb.vcproj +++ b/VC++Files/mysqldemb/mysqldemb.vcproj @@ -2233,6 +2233,42 @@ PreprocessorDefinitions=""/> + + + + + + + + + + + + + +