From 405385d0bab9aac46a4a897771d9144fb2537491 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Apr 2008 11:06:07 +0000 Subject: Use consistent include paths, we always build from the top level now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26603 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/mplayer.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep') diff --git a/osdep/mplayer.rc b/osdep/mplayer.rc index 0436bfbba5..3bcfdb2197 100644 --- a/osdep/mplayer.rc +++ b/osdep/mplayer.rc @@ -4,7 +4,7 @@ and add resfile.o to OBJS_MPLAYER in Makefile*/ #include -#include "../version.h" +#include "version.h" 1 VERSIONINFO FILEVERSION 0,0,9,0 @@ -35,5 +35,5 @@ FILETYPE VFT_APP } } -IDI_ICON1 ICON DISCARDABLE "../etc/mplayer.ico" +IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico" -- cgit v1.2.3