aboutsummaryrefslogtreecommitdiff
path: root/examples/mswin-build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update sample build scriptsRon Yorston2024-09-253-7/+25
| | | | | | | | | | | | | Recent binaries released on frippery.org use the time of the latest commit as the build time. This is achieved through the SOURCE_DATE_EPOCH environment variable, which is respected by the upstream BusyBox build system. The sample build scripts have been updated to do the same. This doesn't result in perfectly reproducible builds as the toolchains used don't all support SOURCE_DATE_EPOCH. Add some more details to the README file.
* 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)