Shouldn't a PATH name that is added in the Settings dialog appear in
the generated Makefile?
Example: the WXWIN path appears in the Makefile as
WXWIN=...some_path...
and its value is accessible as $(WXWIN)
However: if I add a path MYPATH it does appear in any of the
configurations where I add $(MYPATH), but there is no line that says
MYPATH=...
consequently, the generated Makefile causes errors.
Any suggestions?
Thanks, Cees.
.