This commit is contained in:
Thomas Nagy 2011-09-30 20:51:08 +02:00
parent 26215d4629
commit 216a7b3b30
1 changed files with 2 additions and 0 deletions

View File

@ -77,4 +77,6 @@ def dynamic_post(self):
self.source = Utils.to_list(self.source)
self.source.extend(self.path.get_bld().ant_glob(self.dynamic_source))
# if headers are created dynamically, assign signatures manually:
# for x in self.path.get_bld().ant_glob('*.h'): x.sig = Utils.md5(x.abspath())