Package Information
~~~~~~~~~~~~~~~~~~~
FILENAME:       SCC.ZIP
DESCRIPTION:    Sphinx C-- Compiler v1.04a

What's New
~~~~~~~~~~
  SPHiNX C-- Version 1.04a What's new
  Copyright (C) 1990-1998 The SPHiNX C-- Programming Team


  Version 1.04a released September 15, 1998
  

  - SCC.EXE renamed to C--.EXE for Work Bench compatibility


  Version 1.04 released July 20, 1998
  

  - SCC.C
    - fixed that stupid COMENT record bug in .OBJ files

      SS0288: RELOCATABLE OBJECT MODULE FORMAT
        "The byte string's length is determined from the record length,
         NOT by an initial count byte."

      You can't even trust in Borland products!


  Version 1.03 released July 19, 1998
  

  - INPERR.C
    - fixed zero length input file error
  - SCC.C
    - modified compilerstr[]
    - modified out_objfile() to output inputfile & compilerstr[]
      to .OBJ files
  - added TODO.TXT


  Version 1.02 released July 15, 1998
  

  - SCC.C
    - added "/COMPILER" compiler switch to display C compiler used
      to build SCC.EXE
  - modified TURBOC.MAK for single .OBJ compiling
  - added BORLANDC.MAK to compile with Borland C++ v3.10


  Version 1.01 released July 14, 1998
  

  - renamed source files
    - TOKA.C to TOK.C
    - TOKB.C to MATH.C
    - TOKC.C to SCC.C
    - TOKE.C to INPERR.C
    - TOKM.C to MACREGST.C
    - TOKR.C to ASMCOMP.C
    - TOK.H to SCC.H
    - MAKE to TURBOC.MAK
  - fitted TURBOC.MAK file to new filenames
  - TOK.C
    - changed outheader()
  - SCC.C & SCC.H
    - changed ver1, ver2, compilerstr[], out_objfile()
    - removed me[], "/ME", "/QUOTE"
    - modified help (if no command-line parameter is given)
    - changed compiler switch "/PROC" to "/STACKPROC"


  Version 0.203b released July 13, 1998
  

  - TOKR.C
    - fixed _getch() to allow compiling with Borland Turbo C++ v3.00
  - TOKC.C & TOK.H
    - removed overlayed code
  - added MAKE file for Borland Turbo C++ v3.00
