summaryrefslogtreecommitdiff
path: root/icon/windows-stub.c
Commit message (Collapse)AuthorAge
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* icon: Convert windows stub into launcher programKeith Packard2015-03-29
| | | | | | | | | Instead of an empty windows stub that exists only to hold icons, add useful code that allows it to find and run the related java application. This also adds more resources to that application to provide more information to Windows too. Signed-off-by: Keith Packard <keithp@keithp.com>
* icon: Construct .exe files to hold windows icons for file associationsKeith Packard2014-06-18
It appears that creating an executable with an icon resource is the only way to display icons for files. Fortunately, that's not all that hard. Signed-off-by: Keith Packard <keithp@keithp.com>