Change library include files to lowercase
authorJason Self <j@jxself.org>
Mon, 19 Aug 2019 13:50:34 +0000 (06:50 -0700)
committerJason Self <j@jxself.org>
Mon, 19 Aug 2019 13:50:34 +0000 (06:50 -0700)
This enables it to be built with the current compiler and library.

src/spirit.inf

index a458e6de4f342e42f41776cf81b2a86547d72b06..82e810a343b2567137d2d3d5a30f74678514a690 100644 (file)
@@ -83,8 +83,8 @@ Replace StrongSub;
 Replace InsertSub;  ! for relative sizes
 
 ! *** Include Parser and VerbLib
-Include "Parser";
-Include "VerbLib";
+Include "parser";
+Include "verblib";
 
 ! -- two global location ptrs for Barsap's Gambit
 global WN_TO;
@@ -3010,7 +3010,7 @@ Thanks for playing! ^^\
 -- D. S. Yu [dsyu@@64holonet.net]";
 ];
 
-Include "Grammar"; ! (Include grammar _after_ action defs, if we replace any)
+Include "grammar"; ! (Include grammar _after_ action defs, if we replace any)
 
 ! **** Extensions
 !Extend "turn" first