13
0
livetrax/libs/surfaces/control_protocol
Paul Davis 683496c501 use libltc and libtimecode as static libs, and upgrade to waf 1.7
This is slightly awkward. It is important that we only link once to the static lib. Doing this at executable link time did not
work, possibly because waf insisted on putting the two static libraries at the front of the link list. So instead libardour
is now the point where linkage to these libraries occurs (and nowhere else). This should never be changed unless the change
just moves the linkage point to another location.

Also fix a bug with the libardour version tha was picked up by waf 1.7
2013-10-18 11:11:59 -04:00
..
control_protocol add export control to control protocol library 2013-10-17 13:15:24 -04:00
basic_ui.cc
control_protocol.cc
wscript use libltc and libtimecode as static libs, and upgrade to waf 1.7 2013-10-18 11:11:59 -04:00