comport/tests/multishared
2020-03-08 22:19:03 +01:00
..
Makefile take multi-arch extensions for shared-libraries into account when testing 2020-03-08 22:19:03 +01:00
multishared-help.pd a library that uses shared resources 2020-03-07 22:05:19 +01:00
multishared-meta.pd a library that uses shared resources 2020-03-07 22:05:19 +01:00
multishared.h a library that uses shared resources 2020-03-07 22:05:19 +01:00
multisharedA.c a library that uses shared resources 2020-03-07 22:05:19 +01:00
multisharedB.c a library that uses shared resources 2020-03-07 22:05:19 +01:00
README.md Added READMEs to the test-cases 2020-03-07 22:05:19 +01:00
shared.c a library that uses shared resources 2020-03-07 22:05:19 +01:00

multishared

minimal pd-lib-builder project that shows how to compile a library that contains multiple C-files that are compiled into multiple binaries each containing a different Pd-objectclass. a local shared library is used for common components.

this is an extended case of the one-object-per-binary library structure.