Add . to windres include path (otherwise version.h is not found).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26714 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-05-10 12:38:35 +00:00
parent f30961d414
commit f85e3daca5
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ codec-cfg-test$(EXESUF): codecs.conf.h codec-cfg.h mp_msg.o osdep/getch2.o
$(CC) -I. -DTESTING codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap -o $@
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
$(WINDRES) -o $@ $<
$(WINDRES) -I. -o $@ $<
# ./configure must be rerun if it changed
config.mak: configure