diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-12-20 15:51:25 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-12-21 10:42:12 +0100 |
commit | 83b0468c4704ac48ee1ac198264318b878ef6afd (patch) | |
tree | 32f54b624591bca4b54a358b2857f6b6ffea8913 /win | |
parent | 67f928d8c243c57f11ddfc8cd4217d5e55fb2c5f (diff) | |
download | mariadb-git-83b0468c4704ac48ee1ac198264318b878ef6afd.tar.gz |
dependencies for VS
item_cmpfunc.h includes pcre2.h, so with the bundled pcre2
it has to be built before anything that includes pcre2.h .
And item_cmpfunc.h is indirectly included everywhere,
also in many plugins.
Somehow Ninja and Makefiles generators can still deduce the
correct build dependencies, but Visual Studio generator cannot.
Two changes:
* move pcre2.h from item_cmpfunc.h to item_cmpfunc.cc
* create an explicit dependency on pcre2 for the server
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions