From: Andrew R. <ar...@us...> - 2001-11-28 05:10:45
|
Update of /cvsroot/plplot/plplot/sys/dos/djgpp/cf In directory usw-pr-cvs1:/tmp/cvs-serv23949/sys/dos/djgpp/cf Modified Files: djgpp.in init.in Log Message: Added some GD 2.0.? features to the gd.c driver (ie PNG and JPEG). Specifically, I added the ability to change the line width. This is controlled by the version number, so it should be backwards compatible. Discovered (ick) that GD 2.0.? is even more sensitive to linking order than GD 1.?.? ever was, so had to modify DJGPP.IN and INIT.IN to change the linking order, and thus avoid nasty SIGFP errors. |