diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-28 10:33:22 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-28 10:33:22 +0000 |
commit | a9d779578d707b711a3ed3be9f621c61c9844875 (patch) | |
tree | 7e4c6c7ea7b05cf51829118523b12cd47b711847 /vidix/dhahelperwin | |
parent | 1fbd5fb5f419b3a8512c265c45a7e26093b2020f (diff) |
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
Diffstat (limited to 'vidix/dhahelperwin')
-rw-r--r-- | vidix/dhahelperwin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/dhahelperwin/Makefile b/vidix/dhahelperwin/Makefile index d0965b7faf..d6f8f94408 100644 --- a/vidix/dhahelperwin/Makefile +++ b/vidix/dhahelperwin/Makefile @@ -9,7 +9,7 @@ dhahelper.o: dhahelper.c dhahelper.h $(CC) -Wall -Os -c $< -o $@ dhahelper-rc.o: dhahelper.rc common.ver ntverp.h - windres -I. $< $@ + $(WINDRES) -I. $< $@ base.tmp: dhahelper.o dhahelper-rc.o $(CC) -Wl,--base-file,$@ \ |