[Scummvm-cvs-logs] SF.net SVN: scummvm:[53115] scummvm/trunk/Makefile.common
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Sun Oct 10 13:40:16 CEST 2010
Revision: 53115
http://scummvm.svn.sourceforge.net/scummvm/?rev=53115&view=rev
Author: Kirben
Date: 2010-10-10 11:40:16 +0000 (Sun, 10 Oct 2010)
Log Message:
-----------
BUILD: Add toons.dat to engine dist files.
Modified Paths:
--------------
scummvm/trunk/Makefile.common
Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common 2010-10-10 10:32:58 UTC (rev 53114)
+++ scummvm/trunk/Makefile.common 2010-10-10 11:40:16 UTC (rev 53115)
@@ -258,6 +258,9 @@
ifdef ENABLE_TEENAGENT
DIST_FILES_ENGINEDATA+=teenagent.dat
endif
+ifdef ENABLE_TOON
+DIST_FILES_ENGINEDATA+=toon.dat
+endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list