Change include files to lowercase & remove code_path
authorJason Self <j@jxself.org>
Mon, 19 Aug 2019 01:41:42 +0000 (18:41 -0700)
committerJason Self <j@jxself.org>
Mon, 19 Aug 2019 01:41:42 +0000 (18:41 -0700)
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

index e89a0392dfe7b369c0383217d7eb0933860eb7c8..f3fe1c61ef17a1f297205a8237bf2723d082a847 100644 (file)
@@ -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";
 
 
 !----------------------------------------------------------------------------