WXCFG

CodeLite installation/troubleshooting forum
dlchnr
CodeLite Curious
Posts: 9
Joined: Fri Nov 07, 2014 1:49 am
Genuine User: Yes
IDE Question: C++
Contact:

WXCFG

Post by dlchnr »

It seems, I have to change WXCFG enviroment variable from WXCFG=gcc_lib\mswud to WXCFG=gcc_lib\mswu,
when I change projekt configuration from Debug to Release or vice versa - is there a strategy avoiding the need
to keep WXCFG enviroment variable syncronized with the choosen projekt configuration?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: WXCFG

Post by eranif »

You can set it per build configuration.
Project settings->Common Settings->Environment

This field is per build configuration (i.e. one per Release and one per Debug)

Eran
Make sure you have read the HOW TO POST thread
Post Reply