mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
BUILD: Add supernova.dat to install rules
This commit is contained in:
parent
58e9d4a77c
commit
c1accefe5c
@ -287,6 +287,9 @@ endif
|
||||
ifdef ENABLE_SKY
|
||||
DIST_FILES_ENGINEDATA+=sky.cpt
|
||||
endif
|
||||
ifdef ENABLE_SUPERNOVA
|
||||
DIST_FILES_ENGINEDATA+=supernova.dat
|
||||
endif
|
||||
ifdef ENABLE_TEENAGENT
|
||||
DIST_FILES_ENGINEDATA+=teenagent.dat
|
||||
endif
|
||||
|
@ -757,6 +757,7 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles() const {
|
||||
files.push_back("dists/engine-data/neverhood.dat");
|
||||
files.push_back("dists/engine-data/queen.tbl");
|
||||
files.push_back("dists/engine-data/sky.cpt");
|
||||
files.push_back("dists/engine-data/supernova.dat");
|
||||
files.push_back("dists/engine-data/teenagent.dat");
|
||||
files.push_back("dists/engine-data/titanic.dat");
|
||||
files.push_back("dists/engine-data/tony.dat");
|
||||
|
@ -40,6 +40,10 @@ mp3/ogg/flac encoded need the datafile.
|
||||
sky.cpt:
|
||||
TODO
|
||||
|
||||
supernova.dat
|
||||
File created partially by extracting the German text from the original source
|
||||
code. It also contains the custom-made English translation.
|
||||
|
||||
teenagent.dat
|
||||
TODO
|
||||
|
||||
|
@ -12,6 +12,7 @@ f 0644 root sys usr/ScummVM/share/scummvm/pred.dic pred.dic scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/queen.tbl queen.tbl scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/scummmodern.zip scummmodern.zip scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/sky.cpt sky.cpt scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/supernova.dat scummvm.sw.eoe
|
||||
f 0644 root sys usr/ScummVM/share/scummvm/teenagent.dat teenagent.dat scummvm.sw.eoe
|
||||
l 0000 root sys usr/bin/scummvm scummvm scummvm.sw.eoe symval(/usr/ScummVM/scummvm)
|
||||
f 0644 root sys usr/lib/filetype/local/ScummVM.ftr ScummVM.ftr scummvm.sw.eoe exitop('if test -r $rbase/usr/lib/filetype/Makefile ; then chroot $rbase /sbin/sh -c "cd /usr/lib/filetype ; make -u > /dev/null" ; fi')
|
||||
|
@ -53,6 +53,9 @@ queen.tbl FILE "dists/engine-data/queen.tbl"
|
||||
#if ENABLE_SKY == STATIC_PLUGIN
|
||||
sky.cpt FILE "dists/engine-data/sky.cpt"
|
||||
#endif
|
||||
#if RNABLE_SUPERNOVA == STATIC_PLUGIN
|
||||
supernova.dat FILE "dists/engine-data/supernova.dat"
|
||||
#endif
|
||||
#if ENABLE_TEENAGENT == STATIC_PLUGIN
|
||||
teenagent.dat FILE "dists/engine-data/teenagent.dat"
|
||||
#endif
|
||||
|
@ -53,6 +53,9 @@ queen.tbl FILE "dists/engine-data/queen.tbl"
|
||||
#if ENABLE_SKY == STATIC_PLUGIN
|
||||
sky.cpt FILE "dists/engine-data/sky.cpt"
|
||||
#endif
|
||||
#if RNABLE_SUPERNOVA == STATIC_PLUGIN
|
||||
supernova.dat FILE "dists/engine-data/supernova.dat"
|
||||
#endif
|
||||
#if ENABLE_TEENAGENT == STATIC_PLUGIN
|
||||
teenagent.dat FILE "dists/engine-data/teenagent.dat"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user