# HG changeset patch # User diego # Date 1209553567 0 # Node ID 404f9d9e4b92e43a9864b3ba66152f6c4dd2bc3d # Parent 36948c17c4afcd63e94dd5c1828d6723a5bcfbd5 Use consistent include paths, we always build from the top level now. diff -r 36948c17c4af -r 404f9d9e4b92 osdep/mplayer.rc --- 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 -#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"