This file contains information on building BCSAMPLE with your compiler.
Specific switch settings are listed for Microsoft & Borland compilers.


	1. Compile with Large memory model
	    Borland: Compile with /ml
	    Microsoft: Compile with /AL

	2. Include debug information
	    Borland: Compile with /v, Link with /v
	    Microsoft: Compile with /Zi, Link with /CO

	3. Produce a .MAP file
	    Borland: Link with /s
	    Microsoft: Link with /M
