mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
updated include directory after move to storage directory mysql.sln: updated locations of storage engines myisam.vcproj: Rename: VC++Files/myisam/myisam.vcproj -> VC++Files/storage/myisam/myisam.vcproj heap.vcproj: Rename: VC++Files/heap/heap.vcproj -> VC++Files/storage/heap/heap.vcproj innobase.vcproj: Rename: VC++Files/innobase/innobase.vcproj -> VC++Files/storage/innobase/innobase.vcproj myisammrg.vcproj: Rename: VC++Files/myisammrg/myisammrg.vcproj -> VC++Files/storage/myisammrg/myisammrg.vcproj bdb.vcproj: Rename: VC++Files/bdb/bdb.vcproj -> VC++Files/storage/bdb/bdb.vcproj VC++Files/mysql.sln: updated locations of storage engines VC++Files/storage/bdb/bdb.vcproj: updated include directory after move to storage directory VC++Files/storage/heap/heap.vcproj: updated include directory after move to storage directory VC++Files/storage/innobase/innobase.vcproj: updated include directory after move to storage directory VC++Files/storage/myisam/myisam.vcproj: updated include directory after move to storage directory VC++Files/storage/myisammrg/myisammrg.vcproj: updated include directory after move to storage directory
Some notes about building MySQL with VC++ - After bulding all projects, you get the files in the following directories: Directory Content lib_debug Debug libraries lib_release Release libraries lib_classic Embedded server libraries for classic lib_pro Embedded server libraries for pro client_debug Debug executables client_release Client release client_classic Commerical binaries (classic) client_pro Commerical binaries (unique for pro version) include Include files The copy_mysql_files.bat script can be used to copy the generated files to c:\mysql