diff options
author | Johannes Schickel | 2012-07-05 00:46:28 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-07-05 00:47:27 +0200 |
commit | e9261cbdd11082dcc46cd60dc60a92c9c10e987c (patch) | |
tree | ee4fb47907e8f9d7fd8edbc92ea0028cf2f3a752 | |
parent | d61c5ae529e99c641edbde152f8f264073a9cdce (diff) | |
download | scummvm-rg350-e9261cbdd11082dcc46cd60dc60a92c9c10e987c.tar.gz scummvm-rg350-e9261cbdd11082dcc46cd60dc60a92c9c10e987c.tar.bz2 scummvm-rg350-e9261cbdd11082dcc46cd60dc60a92c9c10e987c.zip |
WIN32: Also embed scummclassic.zip in the executable.
This is required to have proper translation support with the classic theme
without having an external scummclassic.zip.
-rw-r--r-- | dists/scummvm.rc | 1 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc index e5d28d089a..6f24b8797d 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -14,6 +14,7 @@ IDI_COUNT ICON DISCARDABLE "icons/count.ico" ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml" +scummclassic.zip FILE "gui/themes/scummclassic.zip" 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 6969e0b2a7..a874b98514 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -14,6 +14,7 @@ IDI_COUNT ICON DISCARDABLE "icons/count.ico" ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml" +scummclassic.zip FILE "gui/themes/scummclassic.zip" scummmodern.zip FILE "gui/themes/scummmodern.zip" #ifdef USE_TRANSLATION translations.dat FILE "gui/themes/translations.dat" |