Changeset a60f790 for wscript


Ignore:
Timestamp:
Oct 3, 2017, 4:18:49 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
9dcc6e5
Parents:
dfe058a0 (diff), a500a392 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'winsymdef' (closes #126, closes waf-project/waf#2053)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rdfe058a0 ra60f790  
    104104    ctx.load('waf_unit_test')
    105105    ctx.load('gnu_dirs')
     106    ctx.load('waf_gensyms', tooldir='.')
    106107
    107108def configure(ctx):
     
    119120    ctx.load('waf_unit_test')
    120121    ctx.load('gnu_dirs')
     122    ctx.load('waf_gensyms', tooldir='.')
    121123
    122124    # check for common headers
Note: See TracChangeset for help on using the changeset viewer.