1. Download sources from: http://ftp.gwdg.de/pub/misc/mysql/Downloads/Connector-C/mysql-connector-c-6.1.3-src.zip, unpack
2. Create subdirectory "build" in root of source tree
3. In subdirectory "build" run command: cmake -G "Visual Studio 12" -D CMAKE_BUILD_TYPE=Release -D CMAKE_CONFIGURATION_TYPES=Debug;Release -D CMAKE_CXX_FLAGS="/DWIN32 /D_WINDOWS /W3 /MP /Zi /GR /EHsc /arch:SSE2" -D CMAKE_CXX_FLAGS_RELEASE="/MT /Ox /Ob2 /Oi /Ot /Oy /GS- /DNDEBUG" -D CMAKE_C_FLAGS="/DWIN32 /D_WINDOWS /W3 /MP /Zi /arch:SSE2" -D CMAKE_C_FLAGS_RELEASE="/MT /Ox /Ob2 /Oi /Ot /Oy /GS- /DNDEBUG" ..
4. Open LibMySQL.sln in Visual Studio 2013
5. Build "mysqlclient" project with configuration "Release"
4. Collect mysqlclient.lib, mysqlclient.pdb, clientlib.pdb, mysys_ssl.pdb, mysys.pdb, yassl.pdb, strings.pdb, taocrypt.pdb, auth_win_client.pdb, vio.pdb, zlib.pdb from build subdirectories
5. Collect client_plugin.h, errmsg.h, my_alloc.h, my_list.h, mysql.h, mysql_com.h, mysql_memory.h, mysql_time.h, mysql_version.h, plugin_auth_common.h, typelib.h from source and build subdirectories
6. Collect psi/psi_base.h, psi/psi_memory.h
