ref: 2644ac3d31780d87ddbde53a8759bf76193c94dd
parent: 40ee52601d4317c1d01253ff76f3093ea2c6c6bb
author: Simon Howard <fraggle@gmail.com>
date: Sat Oct 1 11:49:32 EDT 2005
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
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,6 +37,8 @@
EXTRA_DIST = convert-icon chocolate_doom_icon.c
+.rc.o:
+ windres $^ -o $@
%.o : %.rc
windres $^ -o $@