mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 17:02:37 +01:00
Change: Don't include midi file processing in dedicated server build. (#12632)
This commit is contained in:
@@ -36,12 +36,15 @@ if(NOT OPTION_DEDICATED)
|
||||
bemidi.h
|
||||
CONDITION HAIKU
|
||||
)
|
||||
|
||||
add_files(
|
||||
midi.h
|
||||
midifile.cpp
|
||||
midifile.hpp
|
||||
)
|
||||
endif()
|
||||
|
||||
add_files(
|
||||
midi.h
|
||||
midifile.cpp
|
||||
midifile.hpp
|
||||
music_driver.hpp
|
||||
null_m.cpp
|
||||
null_m.h
|
||||
|
||||
Reference in New Issue
Block a user