1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 09:59:10 +00:00

Change: Don't include midi file processing in dedicated server build. (#12632)

This commit is contained in:
2024-05-08 00:57:52 +01:00
committed by GitHub
parent 9008d793ab
commit 731d46beb5

View File

@@ -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