[MPlayer-cvslog] r26714 - trunk/Makefile

reimar subversion at mplayerhq.hu
Sat May 10 14:38:35 CEST 2008


Author: reimar
Date: Sat May 10 14:38:35 2008
New Revision: 26714

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

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat May 10 14:38:35 2008
@@ -747,7 +747,7 @@ codec-cfg-test$(EXESUF): codecs.conf.h c
 	$(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



More information about the MPlayer-cvslog mailing list