It's been a long time since I've messed with the CodeLite Environment Variables. I couldn't remember what they were.
I tried to recover them by opening different Codelite workspaces, thinking I'd cut-and-paste the Environment Variables in the other workspaces into my current project. No dice. The Environment Variables in them ALL are blank. Gone!
Then I tried to recover the Environment Variables by searching for the string "WXWIN:=C:\wxWidgets". I got hits in some *.mk files. I tried copying the following promising-looking statements into my CodeLite Environment Variables window:
Code: Select all
CodeLiteDir=C:\CodeLite
WXCFG=gcc_lib\mswud
WXWIN=C:\wxWidgets
And THEN, when I went to check the Environment Variables, they were gone! They hadn't been saved!
I don't know what to do. How do I recover and consistently save my Environment Variables? I do have some previous versions of the make files and other files in this workspace. Would one of those help?
Colleen Kobe