summaryrefslogtreecommitdiff
path: root/Build-tools/Do-win-build
Commit message (Collapse)AuthorAgeFilesLines
* Major work on Windows build automation-- add binary packaging, suffixesunknown2004-02-191-14/+53
| | | | | | | | | | | | | | | Build-tools/Do-win-build: Add suffix option, classic build, binary packaging VC++Files/comp_err/comp_err.dsp: Update project file -- binary goes to ../client_release now VC++Files/my_print_defaults/my_print_defaults.dsp: Update project file -- binary goes to ../client_release now VC++Files/myisam_ftdump/myisam_ftdump.dsp: Update project file -- binary goes to ../client_release now VC++Files/myisampack/myisampack.dsp: Update project file -- binary goes to ../client_release now scripts/Makefile.am: Add make_win_binary_distribution to Makefile (for @VERSION@)
* Revise Windows build script, correct comment re NetWare in libmysql.cunknown2004-01-211-4/+7
| | | | | | | Build-tools/Do-win-build: Copy logfile for pickup by Do-compile-win libmysql/libmysql.c: Comment was previously inaccurate
* Wrote small Windows build automation script in preparation unknown2004-01-151-0/+82
for re-working project files and enabling remote builds.