diff options
author | Willem Jan Palenstijn | 2013-06-05 22:32:32 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-06-05 22:56:38 +0200 |
commit | d12a3ac1296f1d56824f008a9f111cbab4ecaa05 (patch) | |
tree | eb63d6286220800248c9dc2f7c9e81e21380f746 | |
parent | 9f83f9b6f723f309d36692bc902a3d6bebf2585d (diff) | |
download | scummvm-rg350-d12a3ac1296f1d56824f008a9f111cbab4ecaa05.tar.gz scummvm-rg350-d12a3ac1296f1d56824f008a9f111cbab4ecaa05.tar.bz2 scummvm-rg350-d12a3ac1296f1d56824f008a9f111cbab4ecaa05.zip |
BUILD: install tony.dat
-rw-r--r-- | Makefile.common | 3 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec | 2 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 2 | ||||
-rw-r--r-- | dists/scummvm.rc | 3 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 3 |
5 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 6b23bd5b1c..aec033f0c7 100644 --- a/Makefile.common +++ b/Makefile.common @@ -265,6 +265,9 @@ endif ifdef ENABLE_TEENAGENT DIST_FILES_ENGINEDATA+=teenagent.dat endif +ifdef ENABLE_TONY +DIST_FILES_ENGINEDATA+=tony.dat +endif ifdef ENABLE_TOON DIST_FILES_ENGINEDATA+=toon.dat endif diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index 823b74df5e..33622ffb9b 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -72,6 +72,7 @@ install -m644 -D dists/engine-data/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.c install -m644 -D dists/engine-data/drascula.dat %{buildroot}%{_datadir}/scummvm/drascula.dat install -m644 -D dists/engine-data/teenagent.dat %{buildroot}%{_datadir}/scummvm/teenagent.dat install -m644 -D dists/engine-data/hugo.dat %{buildroot}%{_datadir}/scummvm/hugo.dat +install -m644 -D dists/engine-data/tony.dat %{buildroot}%{_datadir}/scummvm/tony.dat install -m644 -D dists/engine-data/toon.dat %{buildroot}%{_datadir}/scummvm/toon.dat desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop @@ -111,6 +112,7 @@ fi %{_datadir}/scummvm/drascula.dat %{_datadir}/scummvm/teenagent.dat %{_datadir}/scummvm/hugo.dat +%{_datadir}/scummvm/tony.dat %{_datadir}/scummvm/toon.dat %{_mandir}/man6/scummvm.6* diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 9dbd8add5b..5db2807d0e 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -72,6 +72,7 @@ install -m644 -D dists/engine-data/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.c install -m644 -D dists/engine-data/drascula.dat %{buildroot}%{_datadir}/scummvm/drascula.dat install -m644 -D dists/engine-data/teenagent.dat %{buildroot}%{_datadir}/scummvm/teenagent.dat install -m644 -D dists/engine-data/hugo.dat %{buildroot}%{_datadir}/scummvm/hugo.dat +install -m644 -D dists/engine-data/tony.dat %{buildroot}%{_datadir}/scummvm/tony.dat install -m644 -D dists/engine-data/toon.dat %{buildroot}%{_datadir}/scummvm/toon.dat desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop @@ -111,6 +112,7 @@ fi %{_datadir}/scummvm/drascula.dat %{_datadir}/scummvm/teenagent.dat %{_datadir}/scummvm/hugo.dat +%{_datadir}/scummvm/tony.dat %{_datadir}/scummvm/toon.dat %{_mandir}/man6/scummvm.6* diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 56848be9e9..f3fa14c95a 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -44,6 +44,9 @@ sky.cpt FILE "dists/engine-data/sky.cpt" #if ENABLE_TEENAGENT == STATIC_PLUGIN teenagent.dat FILE "dists/engine-data/teenagent.dat" #endif +#if ENABLE_TONY == STATIC_PLUGIN +tony.dat FILE "dists/engine-data/tony.dat" +#endif #if ENABLE_TOON == STATIC_PLUGIN toon.dat FILE "dists/engine-data/toon.dat" #endif diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in index 4bbfb47116..b7a87f4e3d 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -44,6 +44,9 @@ sky.cpt FILE "dists/engine-data/sky.cpt" #if ENABLE_TEENAGENT == STATIC_PLUGIN teenagent.dat FILE "dists/engine-data/teenagent.dat" #endif +#if ENABLE_TONY == STATIC_PLUGIN +tony.dat FILE "dists/engine-data/tony.dat" +#endif #if ENABLE_TOON == STATIC_PLUGIN toon.dat FILE "dists/engine-data/toon.dat" #endif |