]> git.tdb.fi Git - ext/subsurface.git/commit
Get icons working correctly under Windows
authorDirk Hohndel <dirk@hohndel.org>
Sat, 29 Oct 2011 16:14:15 +0000 (09:14 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 29 Oct 2011 16:14:15 +0000 (09:14 -0700)
commit7f0c866f486eab549e25853bedd2e96b1b211773
tree4c04e9415eaec48ad24e8f0a7ba866ceeab8758e
parent2101f37c1b81840beda99a7b4e87e938f9e52a7a
Get icons working correctly under Windows

With this we are able to include both a separate .ico file that the
program can load at runtime and a .res file (that is created from the .rc
file, both in the packaging/windows directory) that is linked into the
executable and makes the Windows Explorer show the correct icon for
subsurface.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Makefile
gtk-gui.c
packaging/windows/subsurface.ico [new file with mode: 0644]
packaging/windows/subsurface.rc [new file with mode: 0644]
packaging/windows/subsurface.res [new file with mode: 0644]