Changeset 21234ee for examples/wscript_build
- Timestamp:
- Dec 18, 2013, 8:07:27 AM (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:
- 6465d7f
- Parents:
- 1573b16 (diff), c3c6305 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
r1573b16 r21234ee 1 1 # vim:set syntax=python: 2 3 uselib = [] 4 uselib += ['JACK'] 2 5 3 6 utils_source = ['utils.c', 'jackio.c'] … … 8 11 source = utils_source, 9 12 includes = ['../src'], 13 uselib = uselib, 10 14 target = 'utilsio') 11 15
Note: See TracChangeset
for help on using the changeset viewer.