mariadb/VC++Files
unknown d429f59011 mysys_ia64.dsp, mysys.vcproj:
Removed references to unused files


VC++Files/mysys/mysys.vcproj:
  Removed unused files
VC++Files/mysys/mysys_ia64.dsp:
  Removed unused files
2007-03-12 13:18:48 +01:00
..
bdb vcproj files: 2006-04-01 02:14:54 +02:00
client Fixed some problems for Windows build 2006-06-06 09:59:45 -07:00
comp_err Many files: 2005-09-30 14:03:55 +02:00
contrib
dbug Many files: 2005-09-30 14:03:55 +02:00
examples/udf_example
heap Many files: 2005-09-30 14:03:55 +02:00
innobase vcproj files: 2006-04-01 02:14:54 +02:00
isam Many files: 2005-10-11 01:07:50 +02:00
isamchk Many files: 2005-10-11 01:07:50 +02:00
libmysql Many files: 2005-09-30 14:03:55 +02:00
libmysqld Version 4.0 is in "extended maintenance" by now, and so 2007-01-09 17:21:54 +01:00
libmysqltest Many files: 2005-09-30 14:03:55 +02:00
merge
my_print_defaults Many files: 2005-09-30 14:03:55 +02:00
myisam Many files: 2005-09-30 14:03:55 +02:00
myisam_ftdump Many files: 2005-09-30 14:03:55 +02:00
myisamchk Many files: 2005-09-30 14:03:55 +02:00
myisamlog Many files: 2005-09-30 14:03:55 +02:00
myisammrg Many files: 2005-09-30 14:03:55 +02:00
myisampack Many files: 2005-09-30 14:03:55 +02:00
mysql-test Many files: 2005-09-30 14:03:55 +02:00
mysqlbinlog Many files: 2005-09-30 14:03:55 +02:00
mysqlcheck Many files: 2005-09-30 14:03:55 +02:00
mysqldemb Version 4.0 is in "extended maintenance" by now, and so 2007-01-09 17:21:54 +01:00
mysqlmanager
mysqlserver Version 4.0 is in "extended maintenance" by now, and so 2007-01-09 17:21:54 +01:00
mysqlshutdown Many files: 2005-10-11 01:07:50 +02:00
mysqlwatch mysqlwatch.vcproj: 2005-10-11 22:34:40 +02:00
mysys mysys_ia64.dsp, mysys.vcproj: 2007-03-12 13:18:48 +01:00
pack_isam Many files: 2005-10-11 01:07:50 +02:00
perror Many files: 2005-09-30 14:03:55 +02:00
regex Many files: 2005-09-30 14:03:55 +02:00
replace Many files: 2005-09-30 14:03:55 +02:00
sql Version 4.0 is in "extended maintenance" by now, and so 2007-01-09 17:21:54 +01:00
strings Many files: 2005-09-30 14:03:55 +02:00
test1 Many files: 2005-09-30 14:03:55 +02:00
tests Many files: 2005-09-30 14:03:55 +02:00
thr_insert_test
thr_test Many files: 2005-09-30 14:03:55 +02:00
vio Many files: 2005-09-30 14:03:55 +02:00
winmysqladmin
zlib Many files: 2005-09-30 14:03:55 +02:00
copy_mysql_files.bat
fix-project-files
mysql.dsp
mysql.dsw Version 4.0 is in "extended maintenance" by now, and so 2007-01-09 17:21:54 +01:00
mysql.sln mysqlwatch.vcproj: 2005-10-11 22:34:40 +02: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