20,741
edits
| Line 22: | Line 22: | ||
The next step will be identifying and excluding problematic sources by adding <code>#ifdef</code> to the sources in question, and updating CMakeLists.txt accordingly, ideally in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]). | The next step will be identifying and excluding problematic sources by adding <code>#ifdef</code> to the sources in question, and updating CMakeLists.txt accordingly, ideally in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]). | ||
Initially, this will probably include: | |||
* $FG_SRC/GUI (see: [[PUI]]) | |||
* $FG_SRC/Cockpit | |||
== See also == | == See also == | ||