From: Jason Self Date: Mon, 19 Aug 2019 13:50:34 +0000 (-0700) Subject: Change library include files to lowercase X-Git-Url: https://jxself.org/git/?p=spiritwrak.git;a=commitdiff_plain;h=fb0245deb5036398bfd9670eecfa5d5aa6eabeb0 Change library include files to lowercase This enables it to be built with the current compiler and library. --- diff --git a/src/spirit.inf b/src/spirit.inf index a458e6d..82e810a 100644 --- a/src/spirit.inf +++ b/src/spirit.inf @@ -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