From 60fc51e29fc1a2138b22017354815c6336b46a9b Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Jul 2008 13:26:30 +0000 Subject: Add a generic rule for .rc files and use it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27219 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13cbeb4fc5..9126b745ca 100644 --- a/Makefile +++ b/Makefile @@ -733,6 +733,9 @@ all: $(ALL_PRG-yes) %.ho: %.h $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $< +%-rc.o: %.rc + $(WINDRES) -I. $< $@ + checkheaders: $(ALLHEADERS:.h=.ho) dep depend: $(DEPS) @@ -771,7 +774,6 @@ version.h: ./version.sh `$(CC) -dumpversion` osdep/mplayer-rc.o: osdep/mplayer.rc version.h - $(WINDRES) -I. $< $@ %(EXESUF): %.c @@ -1028,7 +1030,6 @@ vidix/dhahelperwin/dhahelper.o: vidix/dhahelperwin/dhahelper.c vidix/dhahelperwi $(CC) -Wall -Os -c $< -o $@ vidix/dhahelperwin/dhahelper-rc.o: vidix/dhahelperwin/dhahelper.rc vidix/dhahelperwin/common.ver vidix/dhahelperwin/ntverp.h - $(WINDRES) -I. $< $@ vidix/dhahelperwin/base.tmp: vidix/dhahelperwin/dhahelper.o vidix/dhahelperwin/dhahelper-rc.o $(CC) -Wl,--base-file,$@ -Wl,--entry,_DriverEntry@8 -nostartfiles \ -- cgit v1.2.3