Files @ r24878:fb3a0559b42f
Branch filter:

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

Michael Lutz
Codechange: [Win32] Move common initialization and finalization to the video driver base class.
add_files(
    crashlog_win.cpp
    font_win32.cpp
    font_win32.h
    string_uniscribe.cpp
    string_uniscribe.h
    win32.cpp
    win32.h
    CONDITION WIN32
)