mariadb/VC++Files
unknown 38ebb6c638 Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into  mysql.com:/opt/local/work/mysql-5.0-root


BitKeeper/etc/ignore:
  auto-union
include/my_sys.h:
  Auto merged
mysql-test/r/information_schema.result:
  Auto merged
mysql-test/t/ctype_ujis.test:
  Auto merged
sql/ha_federated.cc:
  Auto merged
sql/handler.cc:
  Auto merged
sql/item_func.h:
  Auto merged
sql/log.cc:
  Auto merged
sql/sp_head.cc:
  Auto merged
sql/sp_head.h:
  Auto merged
sql/sql_acl.cc:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_class.cc:
  Auto merged
sql/sql_class.h:
  Auto merged
sql/sql_lex.h:
  Auto merged
sql/sql_prepare.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/sql_view.cc:
  Auto merged
sql/table.cc:
  Auto merged
2005-09-23 00:46:59 +04:00
..
bdb Conversions of dsp files to vcproj. These files are compatible with 2005-08-02 18:47:02 -05: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
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 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 Fixes needed to build 5.0.13 on Windows: 2005-09-22 18:57:07 +02:00
libmysqltest some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -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 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 More fixes to the VC 7.1 solution and vcproj files 2005-09-19 23:23:23 -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 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 some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -05:00
mysys merged 2005-09-21 13:53:22 +02: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 Fixes needed to build 5.0.13 on Windows: 2005-09-22 18:57:07 +02: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 More fixes to the VC 7.1 solution and vcproj files 2005-09-19 23:23:23 -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 More fixes to the VC 7.1 solution and vcproj files 2005-09-19 23:23:23 -05:00
mysql_ia64.dsw Removing mysqlshutdown and mysqlwatch from the Windows packages, removing their sources. 2005-05-23 16:50:20 +02:00
prepare prepare, winmysqladmin.cpp, mysqldmax.dsp, mysqld.dsp, mysql.dsw: 2005-01-01 20:27:51 +01:00
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