From: Jason Self Date: Mon, 19 Aug 2019 01:41:42 +0000 (-0700) Subject: Change include files to lowercase & remove code_path X-Git-Url: https://jxself.org/git/?p=devours.git;a=commitdiff_plain;h=63511b95213745e76a5c6cb38f5cdde028c1899f 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. --- 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"; !----------------------------------------------------------------------------