From a9d779578d707b711a3ed3be9f621c61c9844875 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 28 Dec 2007 10:33:22 +0000 Subject: Make windres binary name configurable, useful for cross-compiling. patch by sheba, sheba469 yahoo com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25534 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index d2af3b8e61..3f22bcacad 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -30,4 +30,4 @@ SRCS_COMMON += $(getch) include ../mpcommon.mak mplayer-rc.o: mplayer.rc - windres -o $@ $< + $(WINDRES) -o $@ $< -- cgit v1.2.3