mirror of https://github.com/mpv-player/mpv
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:
parent
f30961d414
commit
f85e3daca5
2
Makefile
2
Makefile
|
@ -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 $@
|
$(CC) -I. -DTESTING codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap -o $@
|
||||||
|
|
||||||
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
|
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
|
||||||
$(WINDRES) -o $@ $<
|
$(WINDRES) -I. -o $@ $<
|
||||||
|
|
||||||
# ./configure must be rerun if it changed
|
# ./configure must be rerun if it changed
|
||||||
config.mak: configure
|
config.mak: configure
|
||||||
|
|
Loading…
Reference in New Issue