! mas490.icl ! ! Sample ICL file to compile hellow.inf and verify that Inform is working. ! It also demonstrates creation of a transcript file. The source file ! is assumed to be in a directory named "Test files" which is in the ! same directory as the Inform application. ! -rs +source_path=":Test files" +code_path=":Test files" +module_path=":Zcode Library" +include_path=":Zcode Library" +transcript_name=":Test files:mas490.txt" compile mas490.inf