[Scummvm-git-logs] scummvm master -> 104b3f39d38ab98b750e35311cea81d1b2b1a93a
criezy
criezy at scummvm.org
Sun Feb 12 21:25:52 CET 2017
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:
104b3f39d3 CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATA
Commit: 104b3f39d38ab98b750e35311cea81d1b2b1a93a
https://github.com/scummvm/scummvm/commit/104b3f39d38ab98b750e35311cea81d1b2b1a93a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-02-12T20:25:01Z
Commit Message:
CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATA
Changed paths:
Makefile.common
diff --git a/Makefile.common b/Makefile.common
index b5e20f5..a01636e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -260,7 +260,7 @@ DIST_FILES_ENGINEDATA=
ifdef ENABLE_ACCESS
DIST_FILES_ENGINEDATA+=access.dat
endif
-#ifdef ENABLE_CRYO
+ifdef ENABLE_CRYO
DIST_FILES_ENGINEDATA+=cryo.dat
endif
ifdef ENABLE_DRASCULA
More information about the Scummvm-git-logs
mailing list