2002-04-30 14:16:47 +00:00
#include "winresrc.h"
2002-04-30 13:57:11 +00:00
2011-04-21 22:29:18 +00:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define FILE 256
2011-06-29 10:18:50 +00:00
#define IDI_ICON 1001
#define IDI_COUNT 1002
2011-07-01 13:18:36 +00:00
#define ID_GDF_XML __GDF_XML
2011-04-21 22:29:18 +00:00
2006-05-09 23:38:10 +00:00
IDI_ICON ICON DISCARDABLE "icons/scummvm.ico"
2011-06-29 10:18:50 +00:00
IDI_COUNT ICON DISCARDABLE "icons/count.ico"
2011-04-21 22:29:18 +00:00
2011-07-01 13:18:36 +00:00
ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml"
2011-04-21 22:29:18 +00:00
scummmodern.zip FILE "gui/themes/scummmodern.zip"
#ifdef USE_TRANSLATION
translations.dat FILE "gui/themes/translations.dat"
#endif
#if ENABLE_DRASCULA == STATIC_PLUGIN
drascula.dat FILE "dists/engine-data/drascula.dat"
#endif
#if ENABLE_HUGO == STATIC_PLUGIN
hugo.dat FILE "dists/engine-data/hugo.dat"
#endif
#if ENABLE_KYRA == STATIC_PLUGIN
kyra.dat FILE "dists/engine-data/kyra.dat"
#endif
#if ENABLE_LURE == STATIC_PLUGIN
lure.dat FILE "dists/engine-data/lure.dat"
#endif
#if ENABLE_M4 == STATIC_PLUGIN
m4.dat FILE "dists/engine-data/m4.dat"
#endif
#if ENABLE_QUEEN == STATIC_PLUGIN
queen.tbl FILE "dists/engine-data/queen.tbl"
#endif
#if ENABLE_SKY == STATIC_PLUGIN
sky.cpt FILE "dists/engine-data/sky.cpt"
#endif
#if ENABLE_TEENAGENT == STATIC_PLUGIN
teenagent.dat FILE "dists/engine-data/teenagent.dat"
#endif
#if ENABLE_TOON == STATIC_PLUGIN
toon.dat FILE "dists/engine-data/toon.dat"
#endif
#if ENABLE_AGI == STATIC_PLUGIN
pred.dic FILE "dists/pred.dic"
#endif
2002-04-30 13:57:11 +00:00
VS_VERSION_INFO VERSIONINFO
2011-05-01 11:44:20 +00:00
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
2011-03-08 13:31:45 +00:00
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
2002-04-30 13:57:11 +00:00
#ifdef _DEBUG
2011-03-08 13:31:45 +00:00
FILEFLAGS VS_FF_DEBUG
2002-04-30 13:57:11 +00:00
#else
2011-03-08 13:31:45 +00:00
FILEFLAGS 0
2002-04-30 13:57:11 +00:00
#endif
2011-03-08 13:31:45 +00:00
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
2002-04-30 13:57:11 +00:00
BEGIN
BLOCK "StringFileInfo"
BEGIN
2011-03-08 13:31:45 +00:00
BLOCK "040904b0" // US English, Unicode
2002-04-30 13:57:11 +00:00
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
2002-10-23 13:30:14 +00:00
VALUE "FileDescription", "http://www.scummvm.org/\0"
2011-05-01 11:44:20 +00:00
VALUE "FileVersion", "1.4.0git\0"
2002-04-30 13:57:11 +00:00
VALUE "InternalName", "scummvm\0"
2011-02-14 10:21:27 +00:00
VALUE "LegalCopyright", "Copyright <20> 2001-2011 The ScummVM Team\0"
2004-05-18 09:44:19 +00:00
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
2002-04-30 13:57:11 +00:00
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "ProductName", "ScummVM\0"
2011-05-01 11:44:20 +00:00
VALUE "ProductVersion", "1.4.0git\0"
2002-04-30 13:57:11 +00:00
END
END
2011-03-08 13:31:45 +00:00
2002-04-30 13:57:11 +00:00
BLOCK "VarFileInfo"
BEGIN
2011-03-08 13:31:45 +00:00
VALUE "Translation", 0x409, 1200 // US English, Unicode
2002-04-30 13:57:11 +00:00
END
END