Cleanup: make.bat remove noge option from help

The noge option has been removed but was still
shown in the help text.
This commit is contained in:
Ray Molenkamp 2019-06-01 16:51:31 -06:00
parent 893467a8e2
commit 079c7f918c

@ -18,7 +18,6 @@ echo Configuration options
echo - verbose ^(enable diagnostic output during configuration^)
echo - with_tests ^(enable building unit tests^)
echo - nobuildinfo ^(disable buildinfo^)
echo - noge ^(disable building game engine and player^)
echo - debug ^(Build an unoptimized debuggable build^)
echo - packagename [newname] ^(override default cpack package name^)
echo - buildir [newdir] ^(override default build folder^)