comport/tests/multilib
2020-03-07 22:05:19 +01:00
..
Makefile added buildcheck/installcheck 2020-03-07 22:05:19 +01:00
multilib-help.pd fixed typos/omissions/leftovers/... 2020-03-07 22:05:19 +01:00
multilib-meta.pd first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
multilib.c fixed typos/omissions/leftovers/... 2020-03-07 22:05:19 +01:00
multilibA.c first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
multilibB.c first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
README.md Added READMEs to the test-cases 2020-03-07 22:05:19 +01:00

multilib

minimal pd-lib-builder project that shows how to compile a library that contains multiple C-files that are compiled into a single binary containing different Pd-objectclasses.

this is the general case of the single-binary library structure.