summaryrefslogtreecommitdiff
path: root/storage/myisam
diff options
context:
space:
mode:
authorIgnacio Galarza <ignacio.galarza@sun.com>2009-03-31 18:17:42 -0400
committerIgnacio Galarza <ignacio.galarza@sun.com>2009-03-31 18:17:42 -0400
commitb334dd443a7818211b8eef0d59416ab63c9c2f83 (patch)
tree3f0ced110d36f47efcc1b96de870c0b7718fca74 /storage/myisam
parentab958ee0bd28986389d5c612af5821e8088c1104 (diff)
parentf8acc70aac761baf6550621bc3f3feb56d988add (diff)
downloadmariadb-git-b334dd443a7818211b8eef0d59416ab63c9c2f83.tar.gz
Bug#29248 MyISAMchk & MyISAMpack failing with * wildcard on Windows platform
Diffstat (limited to 'storage/myisam')
-rwxr-xr-xstorage/myisam/CMakeLists.txt2
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")