Configuring Codeblock And Wxwidget Using Xml File

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
User avatar
Chikwado
Knows some wx things
Knows some wx things
Posts: 38
Joined: Mon Sep 25, 2017 5:40 pm
Location: Nigeria
Contact:

Configuring Codeblock And Wxwidget Using Xml File

Post by Chikwado »

Is It Possible To Configure Codeblock And Wxwidget Using Xml File? Especially .Cbp File, If So How Do You Do It?
Window 8.1 x86, Codeblock 20.03, TDC-GCC-10.3.0, C++ 20, wxWidgets-3.2.1
Manolo
Can't get richer than this
Can't get richer than this
Posts: 827
Joined: Mon Apr 30, 2012 11:07 pm

Re: Configuring Codeblock And Wxwidget Using Xml File

Post by Manolo »

I dont understand what do you mean by "configure".

The .cbp for CodeBlocks is already a .xml file. It's built by C::B itself based on your options for your project, which you set by its GUI.

If you feel you want to edit this .xml on your own, then better ask C::B in its forum : http://forums.codeblocks.org

About configuring wxWidgets, this only can be understood as classes and options for building wxWidgets library. Search inside yourwxdir/docs for "install" and "readme".
Post Reply