summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-14 20:28:06 +0100
committerwm4 <wm4@nowhere>2016-03-14 20:29:00 +0100
commit3375d65bc5c1755a9ab0ebee137520d11261a712 (patch)
tree572eb73a9da1aa305b72ca1377d903c542943083 /osdep
parent37aee2304a69eff4dba84a106e52c38dc1839a37 (diff)
downloadmpv-3375d65bc5c1755a9ab0ebee137520d11261a712.tar.bz2
mpv-3375d65bc5c1755a9ab0ebee137520d11261a712.tar.xz
mpv.rc: remove most contents
In particular remove version.h to deal with my temporary build problem.
Diffstat (limited to 'osdep')
-rw-r--r--osdep/mpv.rc21
1 files changed, 0 insertions, 21 deletions
diff --git a/osdep/mpv.rc b/osdep/mpv.rc
index 9615c8ae8d..638d020b36 100644
--- a/osdep/mpv.rc
+++ b/osdep/mpv.rc
@@ -18,7 +18,6 @@
*/
#include <winver.h>
-#include "version.h"
1 VERSIONINFO
FILEVERSION 2,0,0,0
@@ -26,26 +25,6 @@ PRODUCTVERSION 2,0,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
- BLOCK "StringFileInfo"
- {
- BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
- {
- VALUE "Comments","mpv is distributed under the terms of the GNU General Public License Version 2 or later.\000"
- VALUE "CompanyName", "mpv\000"
- VALUE "FileDescription", "mpv\000"
- VALUE "FileVersion",VERSION
- VALUE "LegalCopyright", " (C) 2000-2016 mpv/mplayer2/MPlayer\000"
- //VALUE "LegalTrademarks"," \000";
- VALUE "OriginalFilename", "mpv.exe\000"
- VALUE "ProductName", "mpv\000"
- VALUE "ProductVersion",VERSION
- //VALUE "SpecialBuild","\000"
- }
- }
- BLOCK "VarFileInfo"
- {
- VALUE "Translation",0,0x04b0
- }
}
IDI_ICON1 ICON DISCARDABLE "etc/mpv-icon.ico"