mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove version.cc (sigh)
git-svn-id: svn://localhost/ardour2/trunk@1020 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
88446e52f1
commit
5d7fc828d1
3 changed files with 8 additions and 11 deletions
|
|
@ -258,8 +258,6 @@ versionflag = '-DVERSIONSTRING=\\\"' + env['VERSION'] + '\\\"'
|
|||
|
||||
gtkardour.Append(CXXFLAGS=versionflag)
|
||||
|
||||
gtkardour.VersionBuild(['version.cc','version.h'], 'SConscript')
|
||||
|
||||
executable = 'ardour.bin'
|
||||
|
||||
ardour = gtkardour.Program(target = executable, source = gtkardour_files + extra_sources)
|
||||
|
|
@ -307,6 +305,8 @@ env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2'),
|
|||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/pixmaps'), pixmap_files))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/icons'), icon_files))
|
||||
|
||||
env.AlwaysBuild ('version.cc')
|
||||
env.Alias ('version', gtkardour.VersionBuild(['version.cc','version.h'], ['..']))
|
||||
|
||||
#dist
|
||||
env.Alias ('tarball', env.Distribute (env['DISTTREE'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue