From: Rafael L. <rla...@us...> - 2003-02-11 07:37:18
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv20574/drivers Modified Files: Makefile.am Added Files: get-drv-info.c Log Message: This is a first try on the new design to get device information dynamically from <driver>.rc files placed in the drivers directory. Those files are generated at build time by get-drv-info and transfered to the drivers directory at install time. One good thing about this design is that it avoids dlopening of driver modules and consequently the unnecessary loading of libraries. I did minimal tests with this new code, but there should be hidden bugs. Also, this stuff is pretty uncommented and there is almost no error sanity code. I will take care of these problems, eventually. |