sourcemod/extensions/mysql
Nicholas Hastings f3319ccc82 Add support for compiling MySQL ext against MySQL Connector/C instead of
full client lib. This makes for a lighter dependency, both in size and not being
tied to MySQL client version.

Tested against previous GA version, 6.0.2. Latest, 6.1.11 requires dynamic
linking with CRT on Windows, making specific MSVC redist required on client.

Only tested with Windows so far. Still need to test compile/run on Linux and Mac.
Dependency checkout scripts and MYSQL env vars in our own build environment need
to be checked as well.
2018-02-25 12:38:19 -05:00
..
mysql Add support for compiling MySQL ext against MySQL Connector/C instead of 2018-02-25 12:38:19 -05:00
AMBuilder Add support for compiling MySQL ext against MySQL Connector/C instead of 2018-02-25 12:38:19 -05:00
extension.cpp Move versioning to a static library to improve trivial build speed (bug 5997 part 9, r=ds). 2013-12-30 17:51:00 -05:00
extension.h Fixed missing version string and compile date for MySQL extension (bug 4547, r=dvander). 2010-07-28 14:48:51 -05:00
msvc15hack.c Fix building of MySQL DBI extension on VS 2015+. 2016-08-18 14:20:37 -04:00
smsdk_config.h Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00