mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Write SVN revision on every build (#4770).
git-svn-id: svn://localhost/ardour2/branches/3.0@11682 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
372f90ec61
commit
8b964d86f4
1 changed files with 2 additions and 1 deletions
3
wscript
3
wscript
|
|
@ -436,7 +436,6 @@ def configure(conf):
|
||||||
'Thanks for your co-operation with our development process.\n\n' +
|
'Thanks for your co-operation with our development process.\n\n' +
|
||||||
'Press Enter to continue.\n')
|
'Press Enter to continue.\n')
|
||||||
sys.stdin.readline()
|
sys.stdin.readline()
|
||||||
create_stored_revision()
|
|
||||||
conf.env['VERSION'] = VERSION
|
conf.env['VERSION'] = VERSION
|
||||||
conf.line_just = 52
|
conf.line_just = 52
|
||||||
autowaf.set_recursive()
|
autowaf.set_recursive()
|
||||||
|
|
@ -659,6 +658,8 @@ const char* const ardour_config_info = "\\n\\
|
||||||
print('')
|
print('')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
create_stored_revision()
|
||||||
|
|
||||||
# add directories that contain only headers, to workaround an issue with waf
|
# add directories that contain only headers, to workaround an issue with waf
|
||||||
|
|
||||||
bld.path.find_dir ('libs/evoral/evoral')
|
bld.path.find_dir ('libs/evoral/evoral')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue