diff options
author | Ignacio Galarza <ignacio.galarza@sun.com> | 2009-03-31 18:17:42 -0400 |
---|---|---|
committer | Ignacio Galarza <ignacio.galarza@sun.com> | 2009-03-31 18:17:42 -0400 |
commit | f64596ab77b33f074f9c91ffd4e1a9c85b25dbe8 (patch) | |
tree | 3f0ced110d36f47efcc1b96de870c0b7718fca74 /storage | |
parent | cf208ac55a30ed176bbff9b0199db88f9519ae69 (diff) | |
parent | 50fe4a3747a4f5ee0f73be15dfe8f548a38ce606 (diff) | |
download | mariadb-git-f64596ab77b33f074f9c91ffd4e1a9c85b25dbe8.tar.gz |
Bug#29248 MyISAMchk & MyISAMpack failing with * wildcard on Windows platform
Diffstat (limited to 'storage')
-rwxr-xr-x | storage/myisam/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/myisam/CMakeLists.txt b/storage/myisam/CMakeLists.txt index 4436c8fa7c4..fdc0b64f86a 100755 --- a/storage/myisam/CMakeLists.txt +++ b/storage/myisam/CMakeLists.txt @@ -51,6 +51,8 @@ IF(NOT SOURCE_SUBLIBS) ADD_EXECUTABLE(myisampack myisampack.c) TARGET_LINK_LIBRARIES(myisampack myisam mysys debug dbug strings zlib wsock32) + SET_TARGET_PROPERTIES(myisamchk myisampack PROPERTIES LINK_FLAGS "setargv.obj") + IF(EMBED_MANIFESTS) MYSQL_EMBED_MANIFEST("myisam_ftdump" "asInvoker") MYSQL_EMBED_MANIFEST("myisamchk" "asInvoker") |