aboutsummaryrefslogtreecommitdiff
path: root/examples/mswin-build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)