diff options
author | unknown <kaa@polly.(none)> | 2007-11-22 17:26:10 +0300 |
---|---|---|
committer | unknown <kaa@polly.(none)> | 2007-11-22 17:26:10 +0300 |
commit | 1fde17d4e082c6aefe952534c4f7f28a39a0c423 (patch) | |
tree | 40fbb2c2b6831446d699857607b9071c870e7d1f /scripts | |
parent | bac4f3e6ee20eb9f8b485f0182d80ef11217a5de (diff) | |
parent | 109015fc6d53691c6d118f1643652375b9b73ed4 (diff) | |
download | mariadb-git-1fde17d4e082c6aefe952534c4f7f28a39a0c423.tar.gz |
Merge polly.(none):/home/kaa/src/opt/bug32221/my51-bug31445
into polly.(none):/home/kaa/src/opt/mysql-5.1-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 957a5a6768d..a5b73ecc6c3 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?! |