Mail Archives: djgpp/1997/03/16/08:55:44
On 15 Mar 1997, John Schucker wrote:
> called sh, and you may need to alter the makefile to tell it where sh 
> lives
You shouldn't have to do that.  If the Makefile has a line which says 
SHELL=/bin/sh, then the DJGPP port of Make 3.75 will look for sh.exe, 
sh.com, sh.bat etc. along the entire PATH.  So you only need that sh.exe 
to be somewhere on your PATH, that's all.
> I want to make curses use BIOS writes instead of directvideo.
You will need to rewrite all the conio functions to use BIOS, because 
they don't have a provision for this currently.
- Raw text -