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 | b334dd443a7818211b8eef0d59416ab63c9c2f83 (patch) | |
tree | 3f0ced110d36f47efcc1b96de870c0b7718fca74 /storage/myisam | |
parent | ab958ee0bd28986389d5c612af5821e8088c1104 (diff) | |
parent | f8acc70aac761baf6550621bc3f3feb56d988add (diff) | |
download | mariadb-git-b334dd443a7818211b8eef0d59416ab63c9c2f83.tar.gz |
Bug#29248 MyISAMchk & MyISAMpack failing with * wildcard on Windows platform
Diffstat (limited to 'storage/myisam')
-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") |