Changes in examples/wscript_build [0318cc1:c52b483]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
r0318cc1 rc52b483 13 13 bld.program(features = 'c cprogram', 14 14 includes = '../src', 15 use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'], 15 lib = 'm', 16 use = ['aubio', 'utilsio'], 16 17 source = str(source_file), 17 18 target = str(source_file).split('.')[0]
Note: See TracChangeset
for help on using the changeset viewer.