diff options
author | Littleboy | 2011-07-01 09:18:36 -0400 |
---|---|---|
committer | Littleboy | 2011-07-04 14:26:24 -0400 |
commit | 3afa4c312f0161c1162eb0b14ca9e02c5c277b52 (patch) | |
tree | 3ef25a94a909ffcb4bb3ebcf1969e2a15bd5fbc9 | |
parent | f80b2383e7a112106688d79897e7a77fc84f763b (diff) | |
download | scummvm-rg350-3afa4c312f0161c1162eb0b14ca9e02c5c277b52.tar.gz scummvm-rg350-3afa4c312f0161c1162eb0b14ca9e02c5c277b52.tar.bz2 scummvm-rg350-3afa4c312f0161c1162eb0b14ca9e02c5c277b52.zip |
DISTS: Add Windows Game Explorer xml resource
-rw-r--r-- | dists/scummvm.rc | 3 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 3 | ||||
-rw-r--r-- | dists/win32/scummvm.gdf.xml | 41 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 55f9dfbc6c..9fa5489547 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -7,10 +7,13 @@ #define FILE 256 #define IDI_ICON 1001 #define IDI_COUNT 1002 +#define ID_GDF_XML __GDF_XML IDI_ICON ICON DISCARDABLE "icons/scummvm.ico" IDI_COUNT ICON DISCARDABLE "icons/count.ico" +ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml" + scummmodern.zip FILE "gui/themes/scummmodern.zip" #ifdef USE_TRANSLATION translations.dat FILE "gui/themes/translations.dat" diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in index 2fd3946cc5..b91e7ebb0c 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -7,10 +7,13 @@ #define FILE 256 #define IDI_ICON 1001 #define IDI_COUNT 1002 +#define ID_GDF_XML __GDF_XML IDI_ICON ICON DISCARDABLE "icons/scummvm.ico" IDI_COUNT ICON DISCARDABLE "icons/count.ico" +ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml" + scummmodern.zip FILE "gui/themes/scummmodern.zip" #ifdef USE_TRANSLATION translations.dat FILE "gui/themes/translations.dat" diff --git a/dists/win32/scummvm.gdf.xml b/dists/win32/scummvm.gdf.xml new file mode 100644 index 0000000000..899260eaf7 --- /dev/null +++ b/dists/win32/scummvm.gdf.xml @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<GameDefinitionFile xmlns:baseTypes="urn:schemas-microsoft-com:GamesExplorerBaseTypes.v1" xmlns="urn:schemas-microsoft-com:GameDescription.v1"> + <GameDefinition gameID="{F2475C5C-EA7C-41F0-A56D-1ABF7CFEA389}"> + <Name>ScummVM</Name> + <Description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed!</Description> + <ReleaseDate>2011-09-30</ReleaseDate> + <Genres> + <Genre>Adventure</Genre> + </Genres> + <Version> + <VersionFile path="scummvm.exe" /> + </Version> + <WindowsSystemPerformanceRating minimum="1.0" recommended="2.0" /> + <Developers> + <Developer URI="http://www.scummvm.org">The ScummVM Team</Developer> + </Developers> + <Publishers> + <Publisher URI="http://www.scummvm.org">The ScummVM Team</Publisher> + </Publishers> + <GameExecutables> + <GameExecutable path="scummvm.exe" /> + </GameExecutables> + <ExtendedProperties> + <GameTasks> + <Play> + <Primary> + <FileTask path="scummvm.exe" arguments="-noconsole" /> + </Primary> + </Play> + <Support> + <Task index="0" name="View README"> + <FileTask path="README.txt" arguments="" /> + </Task> + <Task index="1" name="ScummVM Website"> + <URLTask Link="http://www.scummvm.org" /> + </Task> + </Support> + </GameTasks> + </ExtendedProperties> + </GameDefinition> +</GameDefinitionFile>
\ No newline at end of file |