mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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.
|
||
|---|---|---|
| .. | ||
| faderport.cc | ||
| faderport.h | ||
| faderport_interface.cc | ||
| gui.cc | ||
| gui.h | ||
| i18n.h | ||
| operations.cc | ||
| wscript | ||