aboutsummaryrefslogtreecommitdiff
path: root/win32/icon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: rename resource filesRon Yorston2018-07-248-109/+0
| | | | | Since more than just icon resources are now provided give various files more appropriate names.
* win32: make version info and manifest resources configurableRon Yorston2018-07-242-3/+7
|
* win32: tweaks to manifestRon Yorston2018-07-242-26/+26
| | | | | | - Use CRLF line endings in manifest file. - Add '-b' option to sed command to insert version in manifest file.
* win32: add manifest resourceRon Yorston2018-07-123-0/+31
| | | | | Add a manifest to declare the requested execution level of the busybox-w32 executable.
* win32: improve dependency checking for resourcesRon Yorston2018-03-291-2/+5
|
* Add a VERSIONINFO resource to the binaryRon Yorston2018-03-282-2/+34
| | | | | | | | | | If icons are enabled we might as well store some version information. The string manipulation is based on this: https://stackoverflow.com/questions/8540485/how-do-i-split-a-string-in-make Closes issue #108.
* Allow icon resources to be included in the binaryRon Yorston2018-03-277-0/+39
Include two styles of icon from the GNOME Adwaita theme. These are enabled by default and add 30 Kbytes to the size of the binary.