Files @ r24313:2bdedaa009a4
Branch filter:

Location: cpp/openttd-patchpack/source/src/os/unix/CMakeLists.txt

TechGeekNZ
Fix: Globally apply preprocessor directive coding style

Global; except for the 32-bit SSE blitter, which has some #DEFINEs
in not-very-nice places.
1
2
3
4
5
6
7
8
9
add_files(
    crashlog_unix.cpp
    CONDITION UNIX AND NOT APPLE AND NOT OPTION_OS2
)

add_files(
    unix.cpp
    CONDITION UNIX AND NOT OPTION_OS2
)