mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Major work on Windows build automation-- add binary packaging, suffixes
Build-tools/Do-win-build: Add suffix option, classic build, binary packaging VC++Files/comp_err/comp_err.dsp: Update project file -- binary goes to ../client_release now VC++Files/my_print_defaults/my_print_defaults.dsp: Update project file -- binary goes to ../client_release now VC++Files/myisam_ftdump/myisam_ftdump.dsp: Update project file -- binary goes to ../client_release now VC++Files/myisampack/myisampack.dsp: Update project file -- binary goes to ../client_release now scripts/Makefile.am: Add make_win_binary_distribution to Makefile (for @VERSION@)
This commit is contained in:
parent
9bc5cdba41
commit
ea9aa4d352
7 changed files with 267 additions and 47 deletions
|
|
@ -33,11 +33,13 @@ bin_SCRIPTS = @server_scripts@ \
|
|||
mysql_explain_log \
|
||||
mysql_tableinfo \
|
||||
mysqld_multi \
|
||||
make_win_src_distribution
|
||||
make_win_src_distribution \
|
||||
make_win_binary_distribution
|
||||
|
||||
EXTRA_SCRIPTS = make_binary_distribution.sh \
|
||||
make_sharedlib_distribution.sh \
|
||||
make_win_src_distribution.sh \
|
||||
make_win_binary_distribution.sh \
|
||||
msql2mysql.sh \
|
||||
mysql_config.sh \
|
||||
mysql_fix_privilege_tables.sh \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue