mariadb/VC++Files
unknown 0119ea0866 libmysqld.dsp:
Corrected path to my_decimal.cpp


VC++Files/libmysqld/libmysqld.dsp:
  Corrected path to my_decimal.cpp
2005-02-24 11:24:59 +01:00
..
bdb Merge with 4.0 to get fixes for Windows project files 2004-05-25 02:47:25 +03:00
client - added "../extra" to the include path of mysqltest.dsp (Windows compile 2005-01-27 09:05:55 +01:00
comp_err removed reference to not existing library lib_release\dbug.lib 2004-05-27 22:53:36 +03:00
contrib LOAD DATA INFILE is not replicated if replicate_*_table is set 2003-02-28 22:24:00 +02:00
dbug Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 2004-05-26 00:27:00 +05:00
examples/udf_example BUG#3439 problem with UDF functions 2004-06-08 12:35:22 +06:00
heap Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 2004-05-26 00:27:00 +05:00
innobase - Windows compile fix: added srv/srv0que.c to the innobase project 2004-08-05 16:50:03 +02:00
isam Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 2004-05-26 00:27:00 +05:00
isamchk Fixed typo 2004-05-25 02:49:43 +03:00
libmysql - added missing file strings/my_strtoll10.c to the libmysql.dsp and 2004-10-14 14:54:06 +02:00
libmysqld libmysqld.dsp: 2005-02-24 11:24:59 +01:00
libmysqltest Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01:00
merge Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
my_print_defaults Fixed typo 2004-05-25 02:49:43 +03:00
myisam merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
myisam_ftdump Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
myisamchk Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
myisamlog Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
myisammrg merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
myisampack Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
mysql-test mysql_test_run_new.dsp: 2005-01-04 23:07:29 +01:00
mysqlbinlog Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
mysqlcheck Fixed typo 2004-05-25 02:49:43 +03:00
mysqldemb Fixes for windows compilation bugs 2005-01-26 15:19:20 +01:00
mysqlserver Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
mysqlshutdown Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
mysqlwatch Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
mysys Added my_mmap to mysys library 2005-02-23 23:10:22 -06:00
pack_isam Fixed typo 2004-05-25 02:49:43 +03:00
perror Fixed typo 2004-05-25 02:49:43 +03:00
regex Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
replace Fixed typo 2004-05-25 02:49:43 +03:00
sql Changes and fixes for windows compilation 2005-02-18 15:17:17 +01:00
strings Changes and fixes for windows compilation 2005-02-18 15:17:17 +01:00
test1 Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01:00
tests Set of fixes requested by Kent in IRC. Tested (except the windows changes since I am trusting Kent...). No windows compiles here folks... 2005-02-10 19:04:38 -08: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 Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
vio Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
winmysqladmin prepare, winmysqladmin.cpp, mysqldmax.dsp, mysqld.dsp, mysql.dsw: 2005-01-01 20:27:51 +01:00
zlib First step of implementation of WL#1518 "make bundled zlib 2004-07-21 17:36:26 -07: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 Merge 2005-02-09 16:56:58 +01: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