mariadb/VC++Files
unknown 0a0b9309eb Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0


BitKeeper/etc/logging_ok:
  auto-union
BitKeeper/triggers/post-commit:
  Auto merged
ndb/test/run-test/daily-devel-tests.txt:
  Auto merged
sql/item.cc:
  Auto merged
sql/log.cc:
  Auto merged
2005-02-11 06:42:57 +01:00
..
bdb
client - added "../extra" to the include path of mysqltest.dsp (Windows compile 2005-01-27 09:05:55 +01:00
comp_err
contrib
dbug
examples/udf_example
heap
innobase
isam
isamchk
libmysql
libmysqld Fixes for windows compilation bugs 2005-01-26 15:19:20 +01:00
libmysqltest
merge
my_print_defaults
myisam
myisam_ftdump
myisamchk
myisamlog
myisammrg
myisampack
mysql-test
mysqlbinlog
mysqlcheck
mysqldemb Fixes for windows compilation bugs 2005-01-26 15:19:20 +01:00
mysqlserver
mysqlshutdown
mysqlwatch
mysys
pack_isam
perror
regex
replace
sql
strings
test1
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
thr_test
vio
winmysqladmin
zlib
copy_mysql_files.bat
fix-project-files
mysql.dsp
mysql.dsw Merge 2005-02-09 16:56:58 +01:00
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