Alexander Barkov
|
6690bafca9
|
Adding a possibility to disable ODBC, XML and MySQL support in CONNECT:
cmake . -DCONNECT_WITH_ODBC=0 -DCONNECT_WITH_XML=0 -DCONNECT_WITH_MYSQL=0
modified:
storage/connect/CMakeLists.txt
|
2013-01-28 13:37:50 +04:00 |
|
Alexander Barkov
|
1d67d9bf2f
|
Adding automatic LibXml2 detection for Windows
with searching in a number of typical places.
|
2013-01-24 15:31:56 +04:00 |
|
Alexander Barkov
|
0ffc852355
|
Making the OS specific part more readable (indentation).
modified:
storage/connect/CMakeLists.txt
|
2013-01-24 14:16:13 +04:00 |
|
Alexander Barkov
|
6242f1bffa
|
Additional change for iphlpapi.lib.
Forgot to add this chunk in the previous commit.
|
2013-01-24 01:48:00 +04:00 |
|
Alexander Barkov
|
19d98a331d
|
Adding iphlpapi.lib library on Windows.
Needed for Mac utils.
|
2013-01-24 01:43:37 +04:00 |
|
Alexander Barkov
|
939bfb039f
|
Adding /EHsc flags when compiling on windows.
Required for mycat.cc
modified:
storage/connect/CMakeLists.txt
|
2013-01-24 00:08:02 +04:00 |
|
Alexander Barkov
|
bb6b87fdcf
|
Fixing CMakeLists.txt:
- Olivier's changes for Linux/Windows
- Splitting cmake code by feature
|
2013-01-22 19:36:47 +04:00 |
|
Alexander Barkov
|
2e175a4652
|
Automatic detection for LIBXML2 and ODBC includes/libraries.
|
2013-01-22 17:26:12 +04:00 |
|
Alexander Barkov
|
d7143a4160
|
Adding the CONNECT storage engine sources.
|
2013-01-18 19:21:44 +04:00 |
|