Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-08 | Add information that goes into the Windows .exe file | Thiago Macieira | |
And drop the unnecessary .rc file. Signed-off-by: Thiago Macieira <thiago@macieira.org> | |||
2011-10-29 | Get icons working correctly under Windows | Dirk Hohndel | |
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> |