From e04ec59f272ef643eec2d70ccb37e6c48a334df0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 9 May 2012 21:39:33 +0200 Subject: under Windows, include icon resource into binary this is optional, if the resource compiler is not found, only a warning is emitted. * the icon is preliminary (it's the VLC icon) --- src/icon.rc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/icon.rc (limited to 'src/icon.rc') diff --git a/src/icon.rc b/src/icon.rc new file mode 100644 index 0000000..b473860 --- /dev/null +++ b/src/icon.rc @@ -0,0 +1 @@ +DEFAULT ICON "experiment-player.ico" -- cgit v1.2.3