build: include windres into demo programs
commit651bc1340686fe1b013520d41c331783c760588c
authorNicola Fontana <ntd@entidi.it>
Tue, 13 Jan 2015 23:47:06 +0000 (14 00:47 +0100)
committerNicola Fontana <ntd@entidi.it>
Tue, 13 Jan 2015 23:53:34 +0000 (14 00:53 +0100)
tree2f5be9813877958ad64f921110f5e2b60ffbbd78
parent0280025c79dab4a8440907fb2fc9e3e9bad2e5e5
build: include windres into demo programs

Defined an .rc file with icon and version data and linked together with
the final demo programs. This should suffice [1] but in wine I'm still
unable to see the icon.

[1] http://stackoverflow.com/questions/708238/how-do-i-add-an-icon-to-a-mingw-gcc-compiled-executable
configure.ac
demo/Makefile.am
demo/adg.ico [new file with mode: 0644]
demo/adg.manifest [new file with mode: 0644]
demo/adg.rc [new file with mode: 0644]