Changes in wscript [22e3ef1:2d64a24]
Legend:
- Unmodified
- Added
- Removed
-
wscript
r22e3ef1 r2d64a24 140 140 ctx.check(header_name='math.h') 141 141 ctx.check(header_name='string.h') 142 ctx.check(header_name='errno.h')143 142 ctx.check(header_name='limits.h') 144 143 ctx.check(header_name='stdarg.h') … … 631 630 ctx.excl += ' **/.cache' 632 631 ctx.excl += ' **/**.zip **/**.tar.bz2' 633 ctx.excl += ' **.tar.bz2 **'632 ctx.excl += ' **.tar.bz2' 634 633 ctx.excl += ' **/doc/full/* **/doc/web/*' 635 634 ctx.excl += ' **/doc/full.cfg' … … 643 642 ctx.excl += ' **/.DS_Store' 644 643 ctx.excl += ' **/.travis.yml' 644 ctx.excl += ' **/.landscape.yml' 645 645 ctx.excl += ' **/.appveyor.yml' 646 646 ctx.excl += ' **/.circleci/*'
Note: See TracChangeset
for help on using the changeset viewer.