Codelite v5.1, installed from "codelite-5.1.0-mingw4.7.1.exe"
WxWidgets installed from "wxWidgets-2.9.4.zip"
Is it possible to use environment variables in the "Include Path" and "Library Path" for Project Settings?
If so how do you do it?
I've tried going via the Codelite Settings->Environment Variables and adding (e.g.)
Code: Select all
CRYPTOPPINCLUDE=E:\Dev\CryptoPP-5.6.2\include
Code: Select all
$(CRYPTOPPINCLUDE)
I've also tried setting Windows Environment variables and using those in the Include Path but that hasn't worked either.
Apologies if this is in the documentation, I couldn't see it in there.
Thanks a lot, Colin