pavenis@lanet.lv escribió:
Built for DJGPP with gcc-3.0 20010503. Seems that all is Ok as far as I have tested.
Nice. Thanks.
One additional note:
I suggest renaming addons/bmp.h to addons/grxbmp.h to avoid possible name conflicts.
OK
A question Andris, I'm not sure what to do with the install and uninstall targets on linux and x11. I'm thinking to separate install in installst and installsh. Installst will copy libgrx20.a to /usr/local/lib and the necessary includes to /usr/local/include. Installsh will copy libgrx20.so.2.4.1 and the includes. Uninstall will try to remove all. But I don't know if some thing is required to register the shared lib (an what about libgrx20.so.2?), because I have never used shared libs.
M.Alvarez