Portable Object Compiler (c) 1997,98,99.  All Rights Reserved.


This file contains some notes that are specific to running "objc"
(pronounced as "Object Compiler") on Windows95 or WindowsNT using
the Cygwin (gcc.exe) compiler.

General
-------

       The Cygwin build is a minor port of the standard gcc version
       built by the objc sources.  You may want to download the sources
       and recompile for your particular environment.  See the README file
       for more information.

       This version was built using EGCS 1.1.1 under Cygwin b20.1.

AUTOEXEC.BAT
------------

	Add C:\OBJC\BIN to your PATH.  This directory contains OBJC.EXE
	the compiler driver, and OBJC1.EXE, the compiler proper.  It's
	also assumed that the compiler tools (nmake,link,cl etc.) are in 
	the PATH.
	
	It's also convenient to "set OBJCOPT=options" in this file, where
	options can be "-q" for example.

	If you want to install in a different location than C:\OBJC\BIN,
	then set the OBJCDIR environment variable (points to top directory).

Binary Driver
-------------

	This build includes both a Bourne shell compiler driver ("objc") and
        a binary, compiled, version (as "objc.exe").  You can use either as
        suits your needs.

