diff options
author | kaa@polly.(none) <> | 2007-11-22 17:24:08 +0300 |
---|---|---|
committer | kaa@polly.(none) <> | 2007-11-22 17:24:08 +0300 |
commit | 07b83736024d153f16dcf0e8a47daf38f63c7b8a (patch) | |
tree | 841c3c72c1d43e806367e9edcb34d44df7bbc2e5 /scripts | |
parent | 01c878e2838ce216729caad289b5f39ba877e16f (diff) | |
parent | 127f8e968ea6c11ab8daee9c8b64109914576a57 (diff) | |
download | mariadb-git-07b83736024d153f16dcf0e8a47daf38f63c7b8a.tar.gz |
Merge polly.(none):/home/kaa/src/opt/bug32221/my50-bug31445
into polly.(none):/home/kaa/src/opt/mysql-5.0-opt
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make_win_bin_dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist index 849226c94ea..d065e171bb0 100755 --- a/scripts/make_win_bin_dist +++ b/scripts/make_win_bin_dist @@ -152,7 +152,6 @@ if [ x"$TARGET" != x"release" ] ; then cp server-tools/instance-manager/$TARGET/*.pdb $DESTDIR/bin/ fi cp tests/$TARGET/*.exe $DESTDIR/bin/ -cp libmysql/$TARGET/*.exe $DESTDIR/bin/ cp libmysql/$TARGET/libmysql.dll $DESTDIR/bin/ # FIXME really needed?! |