13
0
livetrax/libs/evoral
John Emmas f3179cc5e3 Modify the MSVC build project (for libevoral) such that it can find pthread.h
libevoral itself doesn't seem to need libpthread - but by some mechanism it #includes <pbd/event_loop.h> (which now does #include <pthread.h>). So let's make sure it can be found.
2015-12-30 10:17:55 +00:00
..
evoral
MSVCevoral Modify the MSVC build project (for libevoral) such that it can find pthread.h 2015-12-30 10:17:55 +00:00
src somewhat better solution to prev commit. 2015-12-27 03:40:48 +01:00
test
run-tests.sh
wscript