20,741
edits
m (→Code clean-ups and changes: https://sourceforge.net/p/flightgear/mailman/message/37041706/) |
|||
| Line 25: | Line 25: | ||
# Make CMake 3.6 the minimum required version : this will allow simplifying a bunch of compatibility logic in the build files <ref>https://sourceforge.net/p/flightgear/mailman/message/37020794/</ref> | # Make CMake 3.6 the minimum required version : this will allow simplifying a bunch of compatibility logic in the build files <ref>https://sourceforge.net/p/flightgear/mailman/message/37020794/</ref> | ||
# Use CMake OBJECT_LIBRARY to improve how we collect sources together when building each sub-dir | # Use CMake OBJECT_LIBRARY to improve how we collect sources together when building each sub-dir | ||
# Make Qt 5.9 the minimum for the launcher | # Make Qt 5.9 the minimum for the launcher {{Done}} <ref>https://sourceforge.net/p/flightgear/mailman/message/37041064/</ref> | ||
# Drop 32-bit windows support <ref>https://sourceforge.net/p/flightgear/mailman/message/34899704/</ref> | # Drop 32-bit windows support <ref>https://sourceforge.net/p/flightgear/mailman/message/34899704/</ref> | ||
# Drop the pre-2017.x MultiPlayer message format - this will fix warnings from some aircraft about MP packet overflows | # Drop the pre-2017.x MultiPlayer message format - this will fix warnings from some aircraft about MP packet overflows | ||