mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
FREESCAPE: added freescape.dat to dists
This commit is contained in:
parent
9e1afc82d0
commit
f66b8b90c7
@ -461,6 +461,9 @@ endif
|
||||
ifdef ENABLE_XEEN
|
||||
DIST_FILES_ENGINEDATA+=xeen.ccs
|
||||
endif
|
||||
ifdef ENABLE_FREESCAPE
|
||||
DIST_FILES_ENGINEDATA+=freescape.dat
|
||||
endif
|
||||
ifdef USE_FREETYPE2
|
||||
DIST_FILES_ENGINEDATA+=fonts.dat
|
||||
endif
|
||||
|
BIN
dists/engine-data/freescape.dat
Normal file
BIN
dists/engine-data/freescape.dat
Normal file
Binary file not shown.
@ -37,6 +37,7 @@ f 0644 root sys usr/ScummVM/share/scummvm/titanic.dat titanic.dat scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/tony.dat tony.dat scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/toon.dat toon.dat scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/ultima.dat ultima.dat scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/freescape.dat freescape.dat scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/wintermute.zip wintermute.zip scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/xeen.ccs xeen.ccs scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/pred.dic pred.dic scummvm.sw.eoe
|
||||
|
@ -30,6 +30,9 @@ encoding.dat FILE "dists/engine-data/encoding.dat"
|
||||
|
||||
// Engine or feature specific resources
|
||||
#ifdef BUILTIN_RESOURCES
|
||||
#if PLUGIN_ENABLED_STATIC(FREESCAPE)
|
||||
freescape.dat FILE "dists/engine-data/freescape.dat"
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(GRIM)
|
||||
grim-patch.lab FILE "dists/engine-data/grim-patch.lab"
|
||||
monkey4-patch.m4b FILE "dists/engine-data/monkey4-patch.m4b"
|
||||
|
@ -11,6 +11,7 @@ COPYING.GLAD
|
||||
COPYING.txt
|
||||
COPYRIGHT.txt
|
||||
drascula.dat
|
||||
freescape.dat
|
||||
hadesch_translations.dat
|
||||
hugo.dat
|
||||
kyra.dat
|
||||
|
Loading…
Reference in New Issue
Block a user