mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
merge 3.0 12308:12389
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@12391 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
08c87b22b4
commit
89df06eb2d
88 changed files with 877 additions and 717 deletions
16
patchfiles/wscript
Normal file
16
patchfiles/wscript
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
patchfiles = bld.path.ant_glob ('*.midnam')
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'patchfiles'), patchfiles)
|
||||
|
||||
def options(opt):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue