[chocolate-doom] 25/29: Fix .rc -> .o rule
Jonathan Dowland
jmtd at moszumanska.debian.org
Mon Jan 30 15:06:43 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 f69e905d9c7b0d4d3ec9f2d5f268173b916e0e60
Author: Simon Howard <fraggle at gmail.com>
Date: Tue Sep 27 22:25:10 2005 +0000
Fix .rc -> .o rule
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 139
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index f2b0277..9668ddf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,7 +37,7 @@ endif
EXTRA_DIST = convert-icon chocolate_doom_icon.c
-.rc.o:
+%.o : %.rc
windres $^ -o $@
chocolate_doom_icon.c : ../data/chocolate-doom.png
--
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