- Timestamp:
- Mar 6, 2014, 6:03:49 PM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e794a80
- Parents:
- 584016f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
r584016f rdc0e759 9 9 # build examples 10 10 bld(features = 'c', 11 source = utils_source,12 includes = ['../src'],13 uselib = uselib,14 target = 'utilsio')11 source = utils_source, 12 includes = ['../src'], 13 uselib = uselib, 14 target = 'utilsio') 15 15 16 16 # loop over all *.c filenames in examples to build them all 17 17 for source_file in programs_source: 18 bld(features = 'c cprogram',19 includes = '../src',20 lib = 'm',21 use = ['aubio', 'utilsio'],22 source = source_file,23 target = str(source_file).split('.')[0]24 )18 bld(features = 'c cprogram', 19 includes = '../src', 20 lib = 'm', 21 use = ['aubio', 'utilsio'], 22 source = source_file, 23 target = str(source_file).split('.')[0] 24 )
Note: See TracChangeset
for help on using the changeset viewer.