# ----- Usage --------------------------------------------------------------
usage:
	@echo ..........
	@echo ..........
	@echo Change to SOURCE\GFX\SOURCE directory and then:
	@echo ..........
	@echo ..........
	@echo To generate the GFX library for Borland C++ type:
	@echo make -fborland.mak dos
	@echo make -fborland.mak dos16
	@echo ..........
	@echo To generate the GFX library for Microsoft C++ type:
	@echo nmake -fmicrosft.mak dos
	@echo nmake -fmicrosft.mak dos16
	@echo ..........
	@echo To generate the GFX library for Zortech C++ type:
	@echo make -fzortech.mak dos
	@echo make -fzortech.mak dos16
	@echo make -fzortech.mak dos32
	@echo ..........
	@echo ..........
