mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
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 $@
|
||||
|
||||
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
|
||||
$(WINDRES) -o $@ $<
|
||||
$(WINDRES) -I. -o $@ $<
|
||||
|
||||
# ./configure must be rerun if it changed
|
||||
config.mak: configure
|
||||
|
Loading…
Reference in New Issue
Block a user