File: README.md

package info (click to toggle)
pd-slip 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ansic: 479; makefile: 148; sh: 123; cpp: 19
file content (9 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
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.