|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-10-24 21:47:30
|
On 24.10.2013 20:58, Ethan A Merritt wrote: > Are these files used on any currently supported platform? > > term/pc.trm This is still used by the almost-functional config/makefile.wc, which builds a 32-bit DOS version of gnuplot using the OpenWatcom internal graphics library (a facsimile of Microsoft C's <graph.h>). I managed to revive that port with only minor tweaks to copies of config/makefile.wc and config/config.wc. Still works inside a DOSBOX session. My vote would be to keep this for now. I might even check in the changes needed to make it useful again. > src/corplot.c That purports to be for something called a Corona 325 graphics engine, which must have died along with the 16-bit Microsoft C build on DOS. > src/corgraph.asm > src/hrcgraph.asm > src/pcgraph.asm Only the discontinued 16-bit DOS build using Microsoft C used those. These latter 4 can thus go away. There's nothing left using them. |