Build wxWidgets with CODELITE

General questions regarding the usage of CodeLite
valiyuneski
CodeLite Enthusiast
Posts: 40
Joined: Fri Jul 11, 2008 11:13 pm
Contact:

Build wxWidgets with CODELITE

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build wxWidgets with CODELITE

Post 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
Make sure you have read the HOW TO POST thread
Post Reply