mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
uselib is no longer implicit (inherited by .use). This is still incomplete,
some uselibs for non-linux variants may be missing.
bld.is_defined("HAVE_XXX") also no longer works and will have to be
changed (I think to bld.env["HAVE_XXX"]) in countless places.
|
||
|---|---|---|
| .. | ||
| jack_api.cc | ||
| jack_audiobackend.cc | ||
| jack_audiobackend.h | ||
| jack_connection.cc | ||
| jack_connection.h | ||
| jack_portengine.cc | ||
| jack_session.cc | ||
| jack_session.h | ||
| jack_utils.cc | ||
| jack_utils.h | ||
| weak_libjack.c | ||
| weak_libjack.def | ||
| weak_libjack.h | ||
| wscript | ||