mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
wscript: drop unused "mandatory variables" 'top' and 'out' in libs
New files missed in d220f477ed.
This commit is contained in:
parent
fd3f475b3f
commit
94875d13ae
4 changed files with 0 additions and 16 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from waflib.extras import autowaf as autowaf
|
from waflib.extras import autowaf as autowaf
|
||||||
|
|
||||||
# Mandatory variables
|
|
||||||
top = '.'
|
|
||||||
out = 'build'
|
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from waflib.extras import autowaf as autowaf
|
from waflib.extras import autowaf as autowaf
|
||||||
|
|
||||||
# Mandatory variables
|
|
||||||
top = '.'
|
|
||||||
out = 'build'
|
|
||||||
|
|
||||||
children = [
|
children = [
|
||||||
'control_protocol',
|
'control_protocol',
|
||||||
'midi_surface'
|
'midi_surface'
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
from waflib.extras import autowaf as autowaf
|
from waflib.extras import autowaf as autowaf
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# Mandatory variables
|
|
||||||
top = '.'
|
|
||||||
out = 'build'
|
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
from waflib.extras import autowaf as autowaf
|
from waflib.extras import autowaf as autowaf
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# Mandatory variables
|
|
||||||
top = '.'
|
|
||||||
out = 'build'
|
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue