diff osdep/Makefile @ 25506:a5dd78186fdc

Make windres binary name configurable, useful for cross-compiling. patch by sheba, sheba469 yahoo com
author diego
date Fri, 28 Dec 2007 10:33:22 +0000
parents 10a3f5b4ee20
children 528bdf17dd8a
line wrap: on
line diff
--- a/osdep/Makefile	Fri Dec 28 03:45:01 2007 +0000
+++ b/osdep/Makefile	Fri Dec 28 10:33:22 2007 +0000
@@ -30,4 +30,4 @@
 include ../mpcommon.mak
 
 mplayer-rc.o: mplayer.rc
-	windres -o $@ $<
+	$(WINDRES) -o $@ $<