[MPlayer-cvslog] r26603 - trunk/osdep/mplayer.rc
diego
subversion at mplayerhq.hu
Wed Apr 30 13:06:07 CEST 2008
Author: diego
Date: Wed Apr 30 13:06:07 2008
New Revision: 26603
Log:
Use consistent include paths, we always build from the top level now.
Modified:
trunk/osdep/mplayer.rc
Modified: trunk/osdep/mplayer.rc
==============================================================================
--- trunk/osdep/mplayer.rc (original)
+++ trunk/osdep/mplayer.rc Wed Apr 30 13:06:07 2008
@@ -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 @@ FILETYPE VFT_APP
}
}
-IDI_ICON1 ICON DISCARDABLE "../etc/mplayer.ico"
+IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"
More information about the MPlayer-cvslog
mailing list