comport/pd-lib-builder/tests/multifor
2024-09-26 16:07:53 +02:00
..
Makefile Merge commit '77525265694bac50ed94c5ef62ebbae680c72ab0' 2024-09-26 16:07:53 +02:00
multifor-help.pd Merge commit '77525265694bac50ed94c5ef62ebbae680c72ab0' 2024-09-26 16:07:53 +02:00
multifor-meta.pd Merge commit '77525265694bac50ed94c5ef62ebbae680c72ab0' 2024-09-26 16:07:53 +02:00
multiforA.c Merge commit '77525265694bac50ed94c5ef62ebbae680c72ab0' 2024-09-26 16:07:53 +02:00
multiforB.c Merge commit '77525265694bac50ed94c5ef62ebbae680c72ab0' 2024-09-26 16:07:53 +02:00
README.md Merge commit '77525265694bac50ed94c5ef62ebbae680c72ab0' 2024-09-26 16:07:53 +02: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.