mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Merge old a new signals code into one set of classes.
git-svn-id: svn://localhost/ardour2/branches/3.0@12278 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0c3f6d9819
commit
14a86aaccc
4 changed files with 62 additions and 595 deletions
|
|
@ -56,7 +56,7 @@ def configure(conf):
|
|||
def build(bld):
|
||||
|
||||
# Make signal.h using signal.h.py
|
||||
bld(rule = 'python ${SRC} ${TGT}', source = 'pbd/signal.h.py', target = 'pbd/signal.h')
|
||||
bld(rule = 'python ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h')
|
||||
|
||||
# Library
|
||||
obj = bld(features = 'cxx cxxshlib')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue