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.
|
||
|---|---|---|
| .. | ||
| audio_utils.h | ||
| cycle_timer.h | ||
| debug.h | ||
| midi_device_info.h | ||
| midi_util.cc | ||
| midi_util.h | ||
| portaudio_backend.cc | ||
| portaudio_backend.h | ||
| portaudio_io.cc | ||
| portaudio_io.h | ||
| rt_thread.h | ||
| winmmemidi_input_device.cc | ||
| winmmemidi_input_device.h | ||
| winmmemidi_io.cc | ||
| winmmemidi_io.h | ||
| winmmemidi_output_device.cc | ||
| winmmemidi_output_device.h | ||
| wscript | ||