make_win_src_distribution
— Create Source Distribution for Windows
256
•
--exe-suffix=suffix
[256]
Add a suffix to the basename of the
mysql
binary. For example, a suffix of
-abc
produces a binary
named
mysqld-abc.exe
.
•
--no-debug
[256]
Do not pack the debug binaries even if they were built.
•
--no-embedded
[256]
Do not pack the embedded server even if it was built.
•
--only-debug
[256]
Use this option when the target for this build was
Debug
, and you just want to replace the normal
binaries with debug versions (that is, do not use separate
debug
directories).
4.4.3.
make_win_src_distribution
— Create Source Distribution for
Windows
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.10.8.5, “Creating a
Windows Source Package from the Bazaar Repository”
.)
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:
•
--help
[256]
Display a help message and exit.
•
--debug
[256]
Print information about script operations; do not create a package.
•
--dirname
[256]
Directory name to copy files (intermediate).
•
--silent
[256]
Do not print verbose list of files processed.
•
--suffix
[256]
The suffix name for the package.
•
--tar
[256]
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-VERSION-win-src.zip
, where
VERSION
represents the version of your MySQL source
tree.
•
--tmp
[256]
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...