My CodeLite version 17.4.0 environment variables are currently set as follows:
Code: Select all
CodeLiteDir=C:/CodeLite-17.4.0
WXCFG=gcc_dll/mswud
WXWIN=C:/wxWidgets-3.2.2.1
I'm a little concerned about the WXCFG variable. I'm mostly building Debug versions of my code. I've just learned that "mswud" is intended for the code to be debug code, so that's fine.
But are we supposed to be changing the WXCFG to the release version when we actually do release builds? Like--
WXCFG=gcc_dll/mswu
for release code?
Colleen