diff options
| author | Kirben | 2017-02-12 08:58:46 +1100 |
|---|---|---|
| committer | Kirben | 2017-02-12 08:58:46 +1100 |
| commit | e2b27d86d8b06e2d03f34f8db25311530165962b (patch) | |
| tree | fc14e4cea461a983ff059dc430c4ec7e5c5a76ec /dists | |
| parent | 7739d0c5c11021e0c3b28509181f052d573bf4ff (diff) | |
| download | scummvm-rg350-e2b27d86d8b06e2d03f34f8db25311530165962b.tar.gz scummvm-rg350-e2b27d86d8b06e2d03f34f8db25311530165962b.tar.bz2 scummvm-rg350-e2b27d86d8b06e2d03f34f8db25311530165962b.zip | |
BUILD: Add cryo.dat to resource files for Windows builds.
Diffstat (limited to 'dists')
| -rw-r--r-- | dists/scummvm.rc | 3 | ||||
| -rw-r--r-- | dists/scummvm.rc.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 5fa760e06b..ee09f392d1 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -26,6 +26,9 @@ wwwroot.zip FILE "dists/networking/wwwroot.zip" #if ENABLE_ACCESS == STATIC_PLUGIN access.dat FILE "dists/engine-data/access.dat" #endif +#if ENABLE_CRYO == STATIC_PLUGIN +cryo.dat FILE "dists/engine-data/cryo.dat" +#endif #if ENABLE_DRASCULA == STATIC_PLUGIN drascula.dat FILE "dists/engine-data/drascula.dat" #endif diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in index 411dbcaa7b..e64fcaaf70 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -26,6 +26,9 @@ wwwroot.zip FILE "dists/networking/wwwroot.zip" #if ENABLE_ACCESS == STATIC_PLUGIN access.dat FILE "dists/engine-data/access.dat" #endif +#if ENABLE_CRYO == STATIC_PLUGIN +cryo.dat FILE "dists/engine-data/cryo.dat" +#endif #if ENABLE_DRASCULA == STATIC_PLUGIN drascula.dat FILE "dists/engine-data/drascula.dat" #endif |
