From 9eff1e514fbcd9e48d6cc7a590661a2fbba3534d Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Mon, 28 Jan 2013 09:19:57 +0100 Subject: WINTERMUTE: Move Resources out of binary and into wintermute.zip --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 2a92ba441c..bfbfd67fb8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -265,6 +265,9 @@ endif ifdef ENABLE_TOON DIST_FILES_ENGINEDATA+=toon.dat endif +ifdef ENABLE_WINTERMUTE +DIST_FILES_ENGINEDATA+=wintermute.zip +endif DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA)) # pred.dic is currently only used for the AGI engine -- cgit v1.2.3