mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
Merged with trunk R1283.
NOTE: Compiles, but broken (crash on adding MIDI track). git-svn-id: svn://localhost/ardour2/branches/midi@1292 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ef6b25432d
commit
532f6aad4a
271 changed files with 12893 additions and 7748 deletions
|
|
@ -20,9 +20,11 @@ pbd.Append(POTFILE=domain + '.pot')
|
|||
pbd_files = Split("""
|
||||
basename.cc
|
||||
base_ui.cc
|
||||
convert.cc
|
||||
command.cc
|
||||
convert.cc
|
||||
copyfile.cc
|
||||
controllable.cc
|
||||
enumwriter.cc
|
||||
dmalloc.cc
|
||||
error.cc
|
||||
id.cc
|
||||
|
|
@ -66,7 +68,7 @@ mount_env.Program('mountpoint', 'mountpoint.cc')
|
|||
if env['NLS']:
|
||||
i18n (pbd, pbd_files, env)
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), libpbd))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), libpbd))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript', 'i18n.h', 'gettext.h', 'pbd/abstract_ui.cc' ] +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue