20,741
edits
| Line 52: | Line 52: | ||
Ideally, in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]). | Ideally, in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]). | ||
Thus, after editing CMakeLists.txt, we need to open fg_init.cxx to prevent initalization of PUI | Thus, after editing CMakeLists.txt, we need to open fg_init.cxx to prevent initalization of PUI. | ||
https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/Main/fg_init.cxx#l1043 | https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/Main/fg_init.cxx#l1043 | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||