Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/README.windows

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (show annotations) (download)
Thu Dec 6 10:31:31 2007 UTC (16 years, 3 months ago) by mir
File size: 755 byte(s)
created.
1 The following files are changed in order to build a new engine on Windows:
2
3 - Update win\configure.js with
4 case "WITH_SKELETON_STORAGE_ENGINE":
5 to make sure it will pass WITH_SKELETON_STORAGE_ENGINE in.
6
7 - Update CMakeFiles.txt under mysql root:
8 IF(WITH_SKELETON_STORAGE_ENGINE)
9 ADD_DEFINITIONS(-D WITH_SKELETON_STORAGE_ENGINE)
10 SET (mysql_plugin_defs
11 "${mysql_plugin_defs},builtin_skeleton_plugin")
12 ENDIF(WITH_SKELETON_STORAGE_ENGINE)
13
14 and,
15
16 IF(WITH_SKELETON_STORAGE_ENGINE)
17 ADD_SUBDIRECTORY(storage/skeleton/src)
18 ENDIF(WITH_SKELETON_STORAGE_ENGINE)
19
20 - Update CMakeFiles.txt under sql:
21 IF(WITH_SKELETON_STORAGE_ENGINE)
22 TARGET_LINK_LIBRARIES(mysqld skeleton)
23 ENDIF(WITH_SKELETON_STORAGE_ENGINE)

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26