mariadb/VC++Files
unknown 7332854435 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/libmysqld/libmysqld.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/libmysqld/libmysqld.vcproj:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/libmysqld/libmysqld_ia64.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/mysqldemb/mysqldemb.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/mysqldemb/mysqldemb.vcproj:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/mysqldemb/mysqldemb_ia64.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/sql/mysqld.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/sql/mysqld.vcproj:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/sql/mysqld_ia64.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/sql/mysqldmax.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
VC++Files/sql/mysqldmax_ia64.dsp:
  Add "sql/sql_locale.cpp" with similar settings as the other files.
sql/sql_locale.cc:
  When initializing a boolean variable, do not use stringrepresentations '"false"' and '"true"' 
  but rather the boolean values 'false' and 'true'.
2006-07-17 20:40:41 +02:00
..
bdb vcproj files: 2006-04-01 02:14:54 +02:00
client Fixed some problems for Windows build 2006-06-06 09:59:45 -07:00
comp_err Many files: 2005-09-30 14:03:55 +02:00
contrib LOAD DATA INFILE is not replicated if replicate_*_table is set 2003-02-28 22:24:00 +02:00
dbug Many files: 2005-09-30 14:03:55 +02:00
examples/udf_example BUG#3439 problem with UDF functions 2004-06-08 12:35:22 +06:00
heap Many files: 2005-09-30 14:03:55 +02:00
innobase vcproj files: 2006-04-01 02:14:54 +02:00
isam Many files: 2005-10-11 01:07:50 +02:00
isamchk Many files: 2005-10-11 01:07:50 +02:00
libmysql Many files: 2005-09-30 14:03:55 +02:00
libmysqld Changes to make "sql/sql_locale.cc" compile + link on Windows: 2006-07-17 20:40:41 +02:00
libmysqltest Many files: 2005-09-30 14:03:55 +02:00
merge New Project files for Windows Ithanium 64-bit builds 2005-03-06 14:22:28 +01:00
my_print_defaults Many files: 2005-09-30 14:03:55 +02:00
myisam Many files: 2005-09-30 14:03:55 +02:00
myisam_ftdump Many files: 2005-09-30 14:03:55 +02:00
myisamchk Many files: 2005-09-30 14:03:55 +02:00
myisamlog Many files: 2005-09-30 14:03:55 +02:00
myisammrg Many files: 2005-09-30 14:03:55 +02:00
myisampack Many files: 2005-09-30 14:03:55 +02:00
mysql-test Many files: 2005-09-30 14:03:55 +02:00
mysqlbinlog Many files: 2005-09-30 14:03:55 +02:00
mysqlcheck Many files: 2005-09-30 14:03:55 +02:00
mysqldemb Changes to make "sql/sql_locale.cc" compile + link on Windows: 2006-07-17 20:40:41 +02:00
mysqlmanager - applied more changes to enable the CP932 charset on Windows 2005-05-24 22:42:43 +02:00
mysqlserver Many files: 2005-09-30 14:03:55 +02:00
mysqlshutdown Many files: 2005-10-11 01:07:50 +02:00
mysqlwatch mysqlwatch.vcproj: 2005-10-11 22:34:40 +02:00
mysys vcproj files: 2006-04-01 02:14:54 +02:00
pack_isam Many files: 2005-10-11 01:07:50 +02:00
perror Many files: 2005-09-30 14:03:55 +02:00
regex Many files: 2005-09-30 14:03:55 +02:00
replace Many files: 2005-09-30 14:03:55 +02:00
sql Changes to make "sql/sql_locale.cc" compile + link on Windows: 2006-07-17 20:40:41 +02:00
strings Many files: 2005-09-30 14:03:55 +02:00
test1 Many files: 2005-09-30 14:03:55 +02:00
tests Many files: 2005-09-30 14:03:55 +02:00
thr_insert_test LOAD DATA INFILE is not replicated if replicate_*_table is set 2003-02-28 22:24:00 +02:00
thr_test Many files: 2005-09-30 14:03:55 +02:00
vio Many files: 2005-09-30 14:03:55 +02:00
winmysqladmin mysql_com.h: 2004-08-19 15:15:52 +02:00
zlib Many files: 2005-09-30 14:03:55 +02:00
copy_mysql_files.bat Fixed VC++ project files 2004-05-25 15:53:29 +03:00
fix-project-files Portability fixes to be able to compile MySQL with VC++ 2002-10-08 22:28:24 +03:00
mysql.dsp LOAD DATA INFILE is not replicated if replicate_*_table is set 2003-02-28 22:24:00 +02:00
mysql.dsw WL#964 2005-02-02 19:53:49 +05:00
mysql.sln mysqlwatch.vcproj: 2005-10-11 22:34:40 +02:00
mysql_ia64.dsw Various fixes for Windows 2003 Platform SDK SP1 beta 2005-03-07 13:04:05 +01:00
prepare additions for compiling for Win via samba 2002-10-08 16:55:39 +05:00
README.build-files Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00

Some notes about building MySQL with VC++

- After bulding all projects, you get the files in the following directories:

Directory		Content

lib_debug		Debug libraries
lib_release		Release libraries
lib_classic		Embedded server libraries for classic
lib_pro			Embedded server libraries for pro
client_debug		Debug executables
client_release		Client release
client_classic		Commerical binaries (classic)
client_pro		Commerical binaries (unique for pro version)
include			Include files

The copy_mysql_files.bat script can be used to copy the generated
files to c:\mysql