***********************************************************************
SCI Script Compiler
Copyright (C) 2001 Brian Provinciano, http://www.bripro.com
***********************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
***********************************************************************
Notice
 You MUST distribute your source code if you release a program which
 uses ANY of my original source code. You MUST put my name in your
 program, source AND binary. You MUST leave this header in your source
***********************************************************************

	This is an SCI Script Compiler. With it, you can write games 
for Sierra's Creative Interpreter, the engine used for such games as 
King's Quest, Quest for Glory, Leisure Suit Larry, Police Quest, and 
Space Quest.

	Use the project files in the machine directories (msdos, win32)
to compile. To create ports to other machines, create a source and
project file in a directory named after the machine. In the source 
file, include a main() and call CompileScript(char *FileName).

***********************************************************************
Copyright (C) 1999-2001 Brian Provinciano, http://www.bripro.com
***********************************************************************