mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Change: Don't include midi file processing in dedicated server build. (#12632)
This commit is contained in:
parent
9008d793ab
commit
731d46beb5
@ -36,12 +36,15 @@ if(NOT OPTION_DEDICATED)
|
||||
bemidi.h
|
||||
CONDITION HAIKU
|
||||
)
|
||||
endif()
|
||||
|
||||
add_files(
|
||||
add_files(
|
||||
midi.h
|
||||
midifile.cpp
|
||||
midifile.hpp
|
||||
)
|
||||
endif()
|
||||
|
||||
add_files(
|
||||
music_driver.hpp
|
||||
null_m.cpp
|
||||
null_m.h
|
||||
|
Loading…
Reference in New Issue
Block a user