Environment variable for Include Path
Posted: Fri May 17, 2013 4:33 pm
Windows 7 and Windows 8
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.)
And then setting the Include Path to things like and other similar variations but nothing so far has worked.
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
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