mariadb/VC++Files
..
bdb
client
comp_err
contrib
dbug
examples/udf_example
heap
innobase - Windows compile fix: added srv/srv0que.c to the innobase project 2004-08-05 16:50:03 +02:00
isam
isamchk
libmysql
libmysqld
libmysqltest Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
merge
my_print_defaults
myisam
myisam_ftdump Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
myisamchk
myisamlog
myisammrg merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
myisampack
mysqlbinlog
mysqlcheck
mysqldemb Merge with 4.0 to get fixes for project files 2004-05-25 16:01:37 +03:00
mysqlmanager
mysqlserver
mysqlshutdown Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
mysqlwatch
mysys merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
pack_isam
perror
regex
replace Fixed typo 2004-05-25 02:49:43 +03:00
sql
strings
test1
thr_insert_test
thr_test
vio
winmysqladmin
zlib First step of implementation of WL#1518 "make bundled zlib 2004-07-21 17:36:26 -07:00
copy_mysql_files.bat
fix-project-files Portability fixes to be able to compile MySQL with VC++ 2002-10-08 22:28:24 +03:00
mysql.dsp
mysql.dsw
prepare
README.build-files

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