I did a clean to delete previous version.
I edited the Makefile to set three values to 0 instead of 1
Ran the firmware compile - seems to have been successful
Tried to run the gcs compile and I get this:
mingw32-make[1]: Entering directory 'E:/librepilot/next/build/librepilot-gcs_release'
mingw32-make[1]: *** No rule to make target '.qmake.cache', needed by 'Makefile'. Stop.
mingw32-make[1]: Leaving directory 'E:/librepilot/next/build/librepilot-gcs_release'
mingw32-make: *** [Makefile:308: gcs] Error 2
I went back to square one. Deleted all the next files. Copied files from source.
Edited makefile to set three parms to 0.
Ran clean, make firmware, and make gcs.
This time, when I run the gcs, I get the default version with PFD in Flight data tab.
Success.