mariadb/VC++Files
msvensson@neptunus.(none) fb63290635 Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new
into  neptunus.(none):/home/msvensson/mysql/bug10713_new/my51-bug10713_new
2005-09-14 09:43:56 +02:00
..
client mysqld.dsp: 2005-08-18 17:29:24 +02:00
comp_err Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
contrib LOAD DATA INFILE is not replicated if replicate_*_table is set 2003-02-28 22:24:00 +02:00
dbug Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
examples/udf_example BUG#3439 problem with UDF functions 2004-06-08 12:35:22 +06:00
isam New Project files for Windows Ithanium 64-bit builds 2005-03-06 14:22:28 +01:00
isamchk Various fixes for Windows 2003 Platform SDK SP1 beta 2005-03-07 13:04:05 +01:00
libmysql Merge mysql.com:/home/jimw/my/mysql-5.0-7003 2005-08-02 16:50:09 -07:00
libmysqld merge 2005-08-31 20:45:48 +02:00
libmysqltest Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
merge New Project files for Windows Ithanium 64-bit builds 2005-03-06 14:22:28 +01:00
my_print_defaults Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisam_ftdump Merge mysql.com:/M51/clone-5.1 into mysql.com:/M51/mysql-5.1 2005-08-24 13:56:54 +02:00
myisamchk Merge mysql.com:/M51/clone-5.1 into mysql.com:/M51/mysql-5.1 2005-08-24 13:56:54 +02:00
myisamlog Merge mysql.com:/M51/clone-5.1 into mysql.com:/M51/mysql-5.1 2005-08-24 13:56:54 +02:00
myisampack Merge mysql.com:/M51/clone-5.1 into mysql.com:/M51/mysql-5.1 2005-08-24 13:56:54 +02:00
mysql-test mysqld.dsp: 2005-08-18 17:29:24 +02:00
mysqlbinlog Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
mysqlcheck Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
mysqldemb Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
mysqlserver Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
mysys A few changes to fix compiling on Windows 2005-09-06 18:06:06 -06:00
pack_isam Various fixes for Windows 2003 Platform SDK SP1 beta 2005-03-07 13:04:05 +01:00
perror Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
regex Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
replace Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
sql merge 2005-08-31 20:45:48 +02:00
storage updated some vcproj files and the .sln file 2005-08-29 15:35:27 -06:00
strings Some changes to project files 2005-08-09 14:48:43 -05:00
test1 Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
tests Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05: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 Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
vio Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
zlib Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05: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 File / directory structure change from 5.0 to 5.1: 2005-07-21 21:47:46 +02:00
mysql.sln Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new 2005-09-14 09:43:56 +02:00
mysql_ia64.dsw File / directory structure change from 5.0 to 5.1: 2005-07-21 21:47:46 +02:00
prepare prepare, winmysqladmin.cpp, mysqldmax.dsp, mysqld.dsp, mysql.dsw: 2005-01-01 20:27:51 +01: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