13
0
livetrax/libs/fst
Robin Gareus 20ea90a186 waf: fix concurrency issue with duplicate targets
The same source file cannot safely be used in different wscripts
with concurrency (if they were in the same wscript it works
.c.1.o .c.2.o, etc).


[387/764] c: libs/fst/vstwin.c -> build/libs/fst/vstwin.c.1.o
[731/764] c: libs/fst/vstwin.c -> build/libs/fst/vstwin.c.1.o
[746/764] cxxprogram: build/libs/fst/scanner.cc.1.o build/libs/fst/vstwin.c.1.o -> build/libs/fst/ardour-vst-scanner.exe
[750/764] cxxshlib: [...]  build/libs/fst/vstwin.c.1.o [...] -> build/libs/ardour/ardour-3.dll

and about one every full moon (depending on concurrency) it failed:
missing file: 'build/libs/fst/vstwin.c.1.o'
2015-01-17 18:19:25 +01:00
..
fst.h another stab at a working vst on windows 2014-04-11 14:41:58 -05:00
scanner.cc 64bit windows VSTs 2014-10-05 18:11:11 +02:00
scanner.wine update external VST scanner app 2014-02-25 14:57:57 +01:00
vstwin.c When building with MSVC, guard a declaration of 'strdup()' which conflicts slightly with the MSVC declaration 2014-11-04 13:23:15 +00:00
wscript waf: fix concurrency issue with duplicate targets 2015-01-17 18:19:25 +01:00