aboutsummaryrefslogtreecommitdiff
path: root/win32/resources/resources.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: hardcode numeric value of MANIFEST resourceRon Yorston2024-01-231-2/+3
| | | | | It seems windres in llvm doesn't understand MANIFEST resources. Use the numeric value 24 instead.
* win32: improved support for manifestsRon Yorston2023-09-141-0/+4
| | | | | | | | | | The UTF-8 manifest has been updated to include features from the standard application manifest. Include a copy of the standard application manifest for toolchains that don't provide one. (GitHub issue #366)
* win32: include UTF-8 manifestRon Yorston2023-06-201-0/+4
| | | | | | | | Include a manifest in the binary to set the process code page to UTF-8. This only has an effect from Windows 10 version 1903. Controlled by the FEATURE_UTF8_MANIFEST config setting, disabled by default.
* win32: revise creation of resourcesRon Yorston2022-10-251-2/+4
| | | | | | | | | | | As reported in https://github.com/skeeto/w64devkit/issues/35 there's a problem creating Windows resources using the native version of `windres`. Avoid passing arguments to `windres` that it can't handle by stringizing the version string locally in resource.rc. (GitHub issue #239)
* Increment date in resourcesRon Yorston2022-02-141-1/+1
|
* Update copyright messageRon Yorston2021-01-131-1/+1
| | | | Hey, look! It's 2021 already.
* Update copyright dateRon Yorston2020-01-081-1/+1
|
* Update copyright dateRon Yorston2019-03-141-1/+1
|
* win32: use manifest provided by MinGW-w64Ron Yorston2019-02-211-4/+0
| | | | | | | | | The manifest included here wasn't effective in telling Windows about version compatibility. Use the default manifest provided by MinGW-w64 instead. On Fedora this requires installing the mingw32-windows-default-manifest and/or mingw64-windows-default-manifest packages.
* Allow build objects to go to a separate directoryRon Yorston2018-11-211-1/+1
| | | | | | | | Fix the build system so the KBUILD_OUTPUT environment variable can be used as intended: to specify that object files are placed in a separate directory from the source. Also ensure that busybox-w32.manifest is deleted by 'make mrproper'.
* win32: rename resource filesRon Yorston2018-07-241-0/+38
Since more than just icon resources are now provided give various files more appropriate names.