summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2009-12-18 22:11:06 +0000
committerSimon Howard2009-12-18 22:11:06 +0000
commitb5b2cea39c0650ed34f5385ed1fe175d431f604e (patch)
tree946ed5d5fd2aff4087f65f303cb1341a06a5e55f /src/Makefile.am
parent8a58f6fb1e499af578718f9563f079f67db07471 (diff)
downloadchocolate-doom-b5b2cea39c0650ed34f5385ed1fe175d431f604e.tar.gz
chocolate-doom-b5b2cea39c0650ed34f5385ed1fe175d431f604e.tar.bz2
chocolate-doom-b5b2cea39c0650ed34f5385ed1fe175d431f604e.zip
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 208039a5..378ad053 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -188,7 +188,7 @@ EXTRA_DIST = \
if HAVE_PYTHON
-icon.c : ../data/doom.ico
+icon.c : ../data/doom8.ico
../data/convert-icon $^ $@
endif