c wrote:
On 12/20/05, Martin Peach martinrp@vax2.concordia.ca wrote:
One could also use, say, .pd_lib or .pd_ext for all platforms and have separate build directories for each platform.
my vote is for reverting to system's native shared library filetype extension. it would simplify the build process to not have to override linker settings to use onstandard file names etc...
But then you'll have .so for linux (and darwin?), not .pd_linux, and .dll for mswindows, which was the source of the problem in the first place: a shared library unrelated to pd could have the same name as a pd external.
Martin