Page 1 of 1

Build wxWidgets with CODELITE

Posted: Thu Feb 12, 2009 3:00 pm
by valiyuneski
I was wondering do you guys have a solution that build wxWidgets with codelite, because importing
the MSVS2008 solution is not a good idea since almost none of the project properties is kept.

I need to be able to buid the wxWidgets as a prerequisite to our project and i do not want to do that in MSVS2008,
since i find codelite far better and lighter than MSVS2008

Valentin

Re: Build wxWidgets with CODELITE

Posted: Thu Feb 12, 2009 3:38 pm
by eranif
The importing of VS projects/solutions is not perfect, it imports the essentials only.

The best solution is to build wx from the command line as described in the wxwidgets site

WBR,
Eran