From dfa46b64f77753b1867d2a8e3958b6c798a61697 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Wed, 5 Sep 2012 20:40:40 -0400 Subject: WIN32: Embed tony.dat in executable --- dists/scummvm.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 4a67100f9f..8527c668c8 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -44,6 +44,9 @@ teenagent.dat FILE "dists/engine-data/teenagent.dat" #if ENABLE_TOON == STATIC_PLUGIN toon.dat FILE "dists/engine-data/toon.dat" #endif +#if ENABLE_TONY == STATIC_PLUGIN +tony.dat FILE "dists/engine-data/tony.dat" +#endif #if ENABLE_AGI == STATIC_PLUGIN pred.dic FILE "dists/pred.dic" #endif -- cgit v1.2.3