You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
unknown bb65b2e773 Add sql_locale.cpp to our windows build scripts. 20 years ago
..
bdb vcproj files: 20 years ago
client Merge rurik.mysql.com:/home/igor/tmp_merge 20 years ago
comp_err Many files: 20 years ago
contrib Update to VC++ build files 23 years ago
dbug Many files: 20 years ago
examples/udf_example BUG#3439 problem with UDF functions 22 years ago
heap Many files: 20 years ago
innobase vcproj files: 20 years ago
libmysql Many files: 20 years ago
libmysqld Add sql_locale.cpp to our windows build scripts. 20 years ago
libmysqltest Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 20 years ago
merge New Project files for Windows Ithanium 64-bit builds 21 years ago
my_print_defaults Many files: 20 years ago
myisam Many files: 20 years ago
myisam_ftdump Many files: 20 years ago
myisamchk Many files: 20 years ago
myisamlog Many files: 20 years ago
myisammrg Many files: 20 years ago
myisampack Many files: 20 years ago
mysql-test Many files: 20 years ago
mysqlbinlog Fixed number of compiler errors on win32. 20 years ago
mysqlcheck Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 20 years ago
mysqldemb Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new 20 years ago
mysqlserver Many files: 20 years ago
mysys BUG#20739 20 years ago
perror Many files: 20 years ago
regex Many files: 20 years ago
replace Many files: 20 years ago
sql Add sql_locale.cpp to our windows build scripts. 20 years ago
strings Many files: 20 years ago
test1 Fixed compile errors on windows 20 years ago
tests Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 20 years ago
thr_insert_test Update to VC++ build files 23 years ago
thr_test Fixed compile errors on windows 20 years ago
vio Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 20 years ago
zlib Many files: 20 years ago
README.build-files Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 22 years ago
copy_mysql_files.bat Fixed VC++ project files 22 years ago
fix-project-files Portability fixes to be able to compile MySQL with VC++ 23 years ago
mysql.dsp Update to VC++ build files 23 years ago
mysql.dsw bug #18115 (mysql_upgrade on Windows) 20 years ago
mysql.sln BUG#20739. 20 years ago
mysql_ia64.dsw bug #18115 (mysql_upgrade on Windows) 20 years ago
prepare prepare, winmysqladmin.cpp, mysqldmax.dsp, mysqld.dsp, mysql.dsw: 21 years ago

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