Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: fail early if UTF8 isn't supported | Ron Yorston | 2023-07-27 | 2 | -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 build | Ron Yorston | 2023-07-25 | 1 | -1/+4 |
| | |||||
* | Example build scripts | Ron Yorston | 2023-06-04 | 3 | -0/+124 |
Supply the scripts used to build release and prerelease busybox-w32. (GitHub issue #330) |