From b5b2cea39c0650ed34f5385ed1fe175d431f604e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 18 Dec 2009 22:11:06 +0000 Subject: Fix poor quality application icons seen when the game is running. Add back 8-bit icon files alongside files including both 8-bit and high quality 32-bit versions. Use the high quality icon files for resource files includes, and the low quality ones for in-game SDL. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1750 --- setup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/Makefile.am') diff --git a/setup/Makefile.am b/setup/Makefile.am index 92b4e394..91c7449a 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -44,7 +44,7 @@ chocolate_setup_LDADD = \ if HAVE_PYTHON -setup_icon.c : ../data/setup.ico +setup_icon.c : ../data/setup8.ico ../data/convert-icon $^ $@ endif -- cgit v1.2.3