[chocolate-doom] 28/29: automake doesn't recognise .rc files unless there is a rule like this in here. Store the rule in both forms.
    Jonathan Dowland 
    jmtd at moszumanska.debian.org
       
    Mon Jan 30 15:06:44 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
jmtd pushed a commit to annotated tag chocolate-doom-0.0.4
in repository chocolate-doom.
commit 2644ac3d31780d87ddbde53a8759bf76193c94dd
Author: Simon Howard <fraggle at gmail.com>
Date:   Sat Oct 1 15:49:32 2005 +0000
    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
---
 src/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index 9668ddf..15f7507 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 $@
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
    
    
More information about the Pkg-games-commits
mailing list