13
0
livetrax/libs/widgets
Robin Gareus 06b2eb1c27
Explicitly use OSX
Previously this was inherited via PBD.

On MacOS/X,  this adds
  "-undefined dynamic_lookup -flat_namespace"
and various "-framework .." options to linkflags

Without this flag, .dylibs fail to link usually because
of missing `-lintl` (Undefined symbols: "_libintl_dgettext")

On other systems this is a NO-OP:
CFLAGS_OSX, CXXFLAGS_OSX and LINKFLAGS_OSX
are only set on the darwin platform.
2020-01-25 04:07:41 +01:00
..
MSVCwidgets
widgets Add API to set select item from ArdourDropdown 2019-10-20 21:21:57 +02:00
ardour_button.cc Allow to un-set custom Ardour-button colors 2019-09-01 16:57:48 +02:00
ardour_display.cc
ardour_dropdown.cc Allow calling Dropdown::set_active from a signal handler 2019-10-21 14:58:59 +02:00
ardour_fader.cc
ardour_icon.cc NO-OP: whitespace 2019-10-10 23:59:05 +02:00
ardour_knob.cc
ardour_spacer.cc
ardour_spinner.cc
barcontroller.cc
binding_proxy.cc
choice.cc
eventboxext.cc
fastmeter.cc
focus_entry.cc
pane.cc
paths_dialog.cc
popup.cc
prompter.cc
scroomer.cc
searchbar.cc
slider_controller.cc
stateful_button.cc
tabbable.cc
tearoff.cc
tooltips.cc
ui_config.cc
wscript Explicitly use OSX 2020-01-25 04:07:41 +01:00