mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use visibility macros to control visibility in control surface DLL/DSO's
This commit is contained in:
parent
4898b95e93
commit
a435e6357f
12 changed files with 38 additions and 53 deletions
|
|
@ -28,6 +28,7 @@ def build(bld):
|
|||
obj.cxxflags = '-DPACKAGE="ardour_wiimote"'
|
||||
obj.includes = ['.', '../libs']
|
||||
obj.name = 'libardour_wiimote'
|
||||
obj.defines = [ 'ARDOURSURFACE_DLL_EXPORTS' ]
|
||||
obj.target = 'ardour_wiimote'
|
||||
obj.uselib = 'GTKMM CWIID'
|
||||
obj.use = 'libardour libardour_cp libgtkmm2ext'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue