comparison 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
comparison
equal deleted inserted replaced
25505:8d329f7bbc3c 25506:a5dd78186fdc
28 SRCS_COMMON += $(getch) 28 SRCS_COMMON += $(getch)
29 29
30 include ../mpcommon.mak 30 include ../mpcommon.mak
31 31
32 mplayer-rc.o: mplayer.rc 32 mplayer-rc.o: mplayer.rc
33 windres -o $@ $< 33 $(WINDRES) -o $@ $<