Browse Source

let svnversion_regenerate.sh be a source to svnversion.h to make the waf output

look prettier
tags/v1.9.11-RC1
Karl Lindén 10 years ago
parent
commit
5db744029a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      wscript

+ 1
- 0
wscript View File

@@ -720,6 +720,7 @@ def build(bld):
before = 'c cxx',
color = 'BLUE',
post_run = post_run,
source = ['svnversion_regenerate.sh'],
target = [bld.path.find_or_declare('svnversion.h')]
)



Loading…
Cancel
Save