mariadb/win
Vladislav Vaintroub f2dc04abea Compiling, Windows . Avoid unnecessary rebuilds with MSVC.
To export symbols from the mysqld.exe, use lib.exe with /DEF, rather than
pre-link step when building mysqld.exe.

This helps to avoid relinking all plugins, if mysqld.exe was recompiled
but the list of its exports has not changed.

Also removed unnecessary DEPENDS in some ADD_CUSTOM_COMMAND (gen_lex_token,
gen_lex_hash etc). They confuse VS generator which tends to
recreate headers and do unnecessary recompilations.
2017-04-03 18:48:48 +00:00
..
packaging Merge branch '5.5' into 10.0 2017-03-21 11:35:50 +01:00
upgrade_wizard Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
create_def_file.js Compiling, Windows . Avoid unnecessary rebuilds with MSVC. 2017-04-03 18:48:48 +00:00