make_win_src_distribution creates a Windows source package to be used on Windows systems. It is used after you configure and build the source distribution on a Unix or Unix-like system so that you have a server binary to work with. (See the instructions at Section 2.9.6.2, “Creating a Windows Source Package from the Latest Development Source”.)
Invoke make_win_src_distribution like this from the top-level directory of a MySQL source distribution:
shell> make_win_src_distribution [options
]
make_win_src_distribution understands the following options:
Display a help message and exit.
Print information about script operations; do not create a package.
Directory name to copy files (intermediate).
Do not print verbose list of files processed.
The suffix name for the package.
Create a tar.gz
package instead of a
.zip
package.
By default, make_win_src_distribution
creates a Zip-format archive with the name
mysql-
,
where VERSION
-win-src.zipVERSION
represents the
version of your MySQL source tree.
Specify the temporary location.
User Comments
Add your own comment.