From 63511b95213745e76a5c6cb38f5cdde028c1899f Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 18 Aug 2019 18:41:42 -0700 Subject: [PATCH] Change include files to lowercase & remove code_path This enables it to be built with the current compiler and library. Update serial number to reflect the current date of this change. --- devours.inf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devours.inf b/devours.inf index e89a039..f3fe1c6 100644 --- a/devours.inf +++ b/devours.inf @@ -1,4 +1,3 @@ -!% +code_path=../../Games/devours !% $MAX_STATIC_DATA=150000 @@ -21,6 +20,7 @@ Constant Headline Release 3; ! post-competition release, (plus 1 bugfix) +Serial "190818"; Replace DrawStatusLine; Replace ScoreSub; @@ -221,7 +221,7 @@ Global prototype_seen = false; -Include "Parser"; +Include "parser"; Object LibraryMessages with before [; @@ -249,7 +249,7 @@ with before [; "It is not clear what you are trying to refer to with 'all'."; ]; -Include "VerbLib"; +Include "verblib"; !============================================================================ @@ -5179,7 +5179,7 @@ Object conference_window "window into the conference room" -Include "Grammar"; +Include "grammar"; !---------------------------------------------------------------------------- -- 2.31.1