Mercurial > hg > Members > kono > nitros9-code
view level2/sys/make.hp @ 2966:e84a638d1c16
cohr: Support both COVDG control codes and COHR Esc codes
$0B is the only control character that is used by both protocols.
I decided to keep the the COVDG command as this protocol is more common.
So far I've been able to find only 3 OS9 applications that are using the
CoHR drivers, all by Dragon Data: Stylograph, Dynacalc and RMS. Only RMS
seems to use the $0B (Home) control code, but it is easy to patch the
RMS.trm file to replace $0B with the $01 CoVDG Home command. So this
seems like a reasonable sacrifice.
author | Ken H. <dragon.atv@gmail.com> |
---|---|
date | Mon, 10 Feb 2014 10:10:40 +0200 |
parents | 81584f82ee74 |
children |
line wrap: on
line source
@MAKE Syntax: Make [<opts>] [<target file>] [<macros>] Usage : Maintain, Update and Regenerate Groups of Programs Opts : -b = don't use built in rules -d = debug mode, print out the file dates in makefile -f=<xxx> use <xxx> as makefile (default: makefile) -i = ignore errors on commands, keep going -n = don't execute commands, just print them out -s = silent mode, execute commands without echoing them -t = update the dates without executing the commands -u = do the make whether it needs it or not -z[=<path>] get list of files to make from stdin or path