summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2005-10-01 15:49:32 +0000
committerSimon Howard2005-10-01 15:49:32 +0000
commit2644ac3d31780d87ddbde53a8759bf76193c94dd (patch)
tree73c6240e85330d37382f4e7e351a201bb3a54622
parent40ee52601d4317c1d01253ff76f3093ea2c6c6bb (diff)
downloadchocolate-doom-2644ac3d31780d87ddbde53a8759bf76193c94dd.tar.gz
chocolate-doom-2644ac3d31780d87ddbde53a8759bf76193c94dd.tar.bz2
chocolate-doom-2644ac3d31780d87ddbde53a8759bf76193c94dd.zip
automake doesn't recognise .rc files unless there is a rule like this in
here. Store the rule in both forms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 142
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9668ddfd..15f7507c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,6 +37,8 @@ endif
EXTRA_DIST = convert-icon chocolate_doom_icon.c
+.rc.o:
+ windres $^ -o $@
%.o : %.rc
windres $^ -o $@