comport/tests/multifor
2020-03-07 22:05:19 +01:00
..
Makefile multifor: extended libraries with 'define for<System>' 2020-03-07 22:05:19 +01:00
multifor-help.pd multifor: extended libraries with 'define for<System>' 2020-03-07 22:05:19 +01:00
multifor-meta.pd multifor: extended libraries with 'define for<System>' 2020-03-07 22:05:19 +01:00
multiforA.c multifor: extended libraries with 'define for<System>' 2020-03-07 22:05:19 +01:00
multiforB.c multifor: extended libraries with 'define for<System>' 2020-03-07 22:05:19 +01:00
README.md Added READMEs to the test-cases 2020-03-07 22:05:19 +01:00

multifor

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. some of the objectclasses are only compiled on specific platforms.

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