aboutsummaryrefslogtreecommitdiff
path: root/examples/mswin-build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: add a comment about LTO to mkreleaseRon Yorston2024-02-251-2/+7
|
* win32: update sample script for release buildRon Yorston2024-02-032-36/+67
| | | | | Update the mkrelease script to include cross-compilation of the Windows on ARM binary on Linux using llvm-mingw.
* win32: update sample scriptRon Yorston2024-01-211-15/+38
| | | | | Update the mkprerelease script to include cross-compilation of the Windows on ARM binary on Linux using llvm-mingw.
* win32: fail early if UTF8 isn't supportedRon Yorston2023-07-272-20/+30
| | | | | | | | | When the UTF8 manifest is included in the binary and ACP isn't UTF8 fail at once. This avoids raising false hopes if the binary is run on Window 7/8. On Windows XP it won't even run. When the busybox applet is run without arguments always report the build-time configuration of globbing and the UTF8 manifest.
* Add Unicode version to prerelease buildRon Yorston2023-07-251-1/+4
|
* Example build scriptsRon Yorston2023-06-043-0/+124
Supply the scripts used to build release and prerelease busybox-w32. (GitHub issue #330)