mariadb/VC++Files
reggie@monster. 03060be40f Some changes to project files
str_alloc had been added but was not added to mysqlclient and strings
libmysql should have had strings as a dependent.
2005-08-09 14:48:43 -05:00
..
bdb Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
client Some changes to project files 2005-08-09 14:48:43 -05:00
comp_err Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
contrib
dbug Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
examples/udf_example
heap Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
innobase Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
isam
isamchk
libmysql Merge mysql.com:/home/jimw/my/mysql-5.0-7003 2005-08-02 16:50:09 -07:00
libmysqld Merge mysql.com:/home/jimw/my/mysql-5.0-7003 2005-08-02 16:50:09 -07:00
libmysqltest Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
merge
my_print_defaults Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisam Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisam_ftdump Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisamchk Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisamlog Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisammrg Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
myisampack Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
mysql-test Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05: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 Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05:00
pack_isam
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 Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05: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
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
fix-project-files
mysql.dsp
mysql.dsw 2005-06-09 18:02:07 +02:00
mysql.sln Some changes to project files 2005-08-09 14:48:43 -05:00
mysql_ia64.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