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:
Carl Hetherington 2012-05-15 00:05:57 +00:00
parent 0c3f6d9819
commit 14a86aaccc
4 changed files with 62 additions and 595 deletions

View file

@ -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')