Mercurial > mplayer.hg
changeset 26571:404f9d9e4b92
Use consistent include paths, we always build from the top level now.
author | diego |
---|---|
date | Wed, 30 Apr 2008 11:06:07 +0000 |
parents | 36948c17c4af |
children | cbd512d4a527 |
files | osdep/mplayer.rc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/mplayer.rc Wed Apr 30 11:03:41 2008 +0000 +++ b/osdep/mplayer.rc Wed Apr 30 11:06:07 2008 +0000 @@ -4,7 +4,7 @@ and add resfile.o to OBJS_MPLAYER in Makefile*/ #include <winver.h> -#include "../version.h" +#include "version.h" 1 VERSIONINFO FILEVERSION 0,0,9,0 @@ -35,5 +35,5 @@ } } -IDI_ICON1 ICON DISCARDABLE "../etc/mplayer.ico" +IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"