comport/tests/multiple
2020-03-07 22:05:19 +01:00
..
Makefile added buildcheck/installcheck 2020-03-07 22:05:19 +01:00
multiple-help.pd first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
multiple-meta.pd first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
multipleA.c first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
multipleB.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

multiple

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.

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