[Scummvm-cvs-logs] scummvm master -> 4998a574efe1a3aad301bff8c841b1dff2e2c26c

sev- sev at scummvm.org
Sun Nov 29 12:52:40 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4998a574ef BUILD: Add access.dat to DIST_FILES_ENGINEDATA


Commit: 4998a574efe1a3aad301bff8c841b1dff2e2c26c
    https://github.com/scummvm/scummvm/commit/4998a574efe1a3aad301bff8c841b1dff2e2c26c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2015-11-29T12:51:33+01:00

Commit Message:
BUILD: Add access.dat to DIST_FILES_ENGINEDATA

Changed paths:
    Makefile.common



diff --git a/Makefile.common b/Makefile.common
index 993b833..df24d39 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -246,6 +246,9 @@ DIST_FILES_THEMES:=$(addprefix $(srcdir)/gui/themes/,$(DIST_FILES_THEMES))
 
 # Engine data files
 DIST_FILES_ENGINEDATA=
+ifdef ENABLE_ACCESS
+DIST_FILES_ENGINEDATA+=access.dat
+endif
 ifdef ENABLE_DRASCULA
 DIST_FILES_ENGINEDATA+=drascula.dat
 endif






More information about the Scummvm-git-logs mailing list