[Plib-devel] Win32 DLLs and some co-ordinate adjustment
Brought to you by:
sjbaker
From: Sam S. <sa...@sp...> - 2000-03-22 17:32:32
|
Hi, Some of the projects I hope to use PLIB in are unfortunately not open source - so to maintain the LGPL license agreement PLIB needs to be distributed as either shared libraries on *nix or DLL's on Win32 - which requires some change to the automake system on *nix, and the changing of some function prototypes on Win32. Also, I needed PUI to resize it's interface when the window resizes, so I made a couple of trivial changes to the source to allow this. I'd like to submit these changes (to the current stable release). How do I go about this? Sam |