Start work on multithreaded version
This commit is contained in:
parent
e9170b38ff
commit
96152fd3ed
25 changed files with 1486 additions and 1977 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ DEP = $(subst .cpp,.d,$(SRC))
|
|||
# The -M* switches automatically generate .d dependency files
|
||||
CPPFLAGS += -MP -MMD $(INCDIRS)
|
||||
|
||||
LDLIBS = -lrtmidi -lusb-1.0
|
||||
LDLIBS = -lrtmidi -lusb-1.0 -lpthread
|
||||
|
||||
BIN = mustang_midi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue