Page 1 of 1

Build wxWidgets project with CodeLite

Posted: Wed Jan 07, 2009 9:52 pm
by valiyuneski
Hi Eran,

1. Is there a way of building the wxWidgets with CodeLite IDE not by using mingw32-make.
Maybe like importing the VStudio project and compiling ?

2. Is it possible to use bakefile with CodeLite ?

Kind regards

Valentin

Re: Build wxWidgets project with CodeLite

Posted: Thu Jan 08, 2009 12:01 am
by sdolim
I haven't tried either of these, but:

1. Under the Workspace menu, there is an "Import MS Visual Studio Solution File..."

2. In the Project Settings, under the "Custom Build" tab, there is an entry for "Command to use for makefile generation". You should be able to call bakefile from there. Also, you can use many variables on the command line that CL will expand for you (e.g. $(ProjectName), etc). Click the "Help..." button to get a list.

Scott

Re: Build wxWidgets project with CodeLite

Posted: Thu Jan 08, 2009 2:21 pm
by eranif
I would not go this direction since many VS options are not imported or does not any equivalent in CodeLite.

I think that you should build WX using the provided makefile for MinGW (makefile.gcc)

Eran