diff options
author | monty@mysql.com <> | 2004-06-25 20:13:05 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-06-25 20:13:05 +0300 |
commit | b1d08ba2b423bd6d88aaa0efaba1807f7e792a47 (patch) | |
tree | 983268d5f30394d4fa4ffdd75cd095f6227e5170 /scripts | |
parent | f6765146c1b97bbb71f79adbd275dc2b6ca79333 (diff) | |
parent | c3eb93604085134940f89c7d12366d431ced9ea9 (diff) | |
download | mariadb-git-b1d08ba2b423bd6d88aaa0efaba1807f7e792a47.tar.gz |
Merge with 4.0 to get the latest bug patches to 4.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_binary_distribution.sh | 5 | ||||
-rw-r--r-- | scripts/make_win_src_distribution.sh | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/scripts/make_win_binary_distribution.sh b/scripts/make_win_binary_distribution.sh index e5893c1eb1e..9b2cc2d7d22 100644 --- a/scripts/make_win_binary_distribution.sh +++ b/scripts/make_win_binary_distribution.sh @@ -110,6 +110,9 @@ print_debug "Copying sql-bench to $DIRNAME/bench" mkdir $DIRNAME/bench cp -fr sql-bench/* $DIRNAME/bench +print_debug "Copying support-files to $DIRNAME" +cp support-files/* $DIRNAME + # Files for bin for i in client_release/* client_debug/mysqld.exe lib_release/libmySQL.dll do @@ -124,7 +127,7 @@ do cp $i $DIRNAME/include done -# Windows users are used to having dbug.h +# Windows users are used to having dbug.h ? cp include/my_dbug.h $DIRNAME/include/dbug.h # Libraries found in lib_release and lib_debug diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index e50fbf9f024..856324074d9 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -288,6 +288,12 @@ do done # +# support files +# +mkdir $BASE/support-files +cp support-files/*.cnf $BASE/support-files + +# # Raw dirs from source tree # |