- build fixes for OS X.
-- casts for vDSP in mix.cc -- fix for PluginInsert::PluginControl usage -- disable POWERMATE if POWERMATE=0 git-svn-id: svn://localhost/ardour2/trunk@2193 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -44,14 +44,16 @@ powermate.Merge ([
|
||||
|
||||
libardour_powermate = powermate.SharedLibrary('ardour_powermate', powermate_files)
|
||||
|
||||
Default(libardour_powermate)
|
||||
if env['POWERMATE']:
|
||||
Default(libardour_powermate)
|
||||
|
||||
if env['NLS']:
|
||||
i18n (powermate, powermate_files, env)
|
||||
if env['NLS']:
|
||||
i18n (powermate, powermate_files, env)
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_powermate))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_powermate))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript' ] +
|
||||
powermate_files +
|
||||
glob.glob('po/*.po') + glob.glob('*.h')))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript' ] +
|
||||
powermate_files +
|
||||
glob.glob('po/*.po') + glob.glob('*.h')))
|
||||
|
||||
Reference in New Issue
Block a user