From 3afa4c312f0161c1162eb0b14ca9e02c5c277b52 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Fri, 1 Jul 2011 09:18:36 -0400 Subject: DISTS: Add Windows Game Explorer xml resource --- dists/scummvm.rc | 3 +++ dists/scummvm.rc.in | 3 +++ dists/win32/scummvm.gdf.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dists/win32/scummvm.gdf.xml (limited to 'dists') 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 @@ + + + + ScummVM + 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! + 2011-09-30 + + Adventure + + + + + + + The ScummVM Team + + + The ScummVM Team + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3