From: Maurice L. <ml...@us...> - 2002-01-19 23:03:44
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv456 Modified Files: hpgl.c tek.c Log Message: Excluded drivers fix #1: when compiling with static drivers only, all of the external (initialization) entry points need to be moved inside the PLD_<device> ifdef or you can get unresolved externals, when some set of subdevices is being excluded. |