Browse Source

generate svnversion.h before building cxx objects (so that also cxx sources can

use the header)
tags/v1.9.11-RC1
Karl Lindén 10 years ago
parent
commit
28fe48cd1a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -717,7 +717,7 @@ def build(bld):
rule = '%s ${TGT}' % script,
name = 'svnversion',
runnable_status = Task.RUN_ME,
before = 'c',
before = 'c cxx',
color = 'BLUE',
post_run = post_run,
target = [bld.path.find_or_declare('svnversion.h')]


Loading…
Cancel
Save