mariadb/VC++Files
unknown 0ad405f9d4 vcproj files:
Set MYSQL_SERVER_SUFFIX from build scripts, not hard
  code it into Visual Studio project files, bug#15974


VC++Files/bdb/bdb.vcproj:
  Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
VC++Files/innobase/innobase.vcproj:
  Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
VC++Files/libmysqld/libmysqld.vcproj:
  Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
VC++Files/mysqldemb/mysqldemb.vcproj:
  Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
VC++Files/mysys/mysys.vcproj:
  Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
VC++Files/sql/mysqld.vcproj:
  Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
2006-04-01 02:14:54 +02:00
..
bdb vcproj files: 2006-04-01 02:14:54 +02:00
client Many files: 2005-09-30 14:03:55 +02: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 vcproj files: 2006-04-01 02:14:54 +02: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 vcproj files: 2006-04-01 02:14:54 +02:00
mysqlmanager
mysqlserver Many files: 2005-09-30 14:03:55 +02:00
mysqlshutdown Many files: 2005-10-11 01:07:50 +02:00
mysqlwatch mysqlwatch.vcproj: 2005-10-11 22:34:40 +02:00
mysys vcproj files: 2006-04-01 02:14:54 +02: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 vcproj files: 2006-04-01 02:14:54 +02: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
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