Bakefiles

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
Rohit Agarwal
Earned some good credits
Earned some good credits
Posts: 119
Joined: Wed May 19, 2021 11:17 pm
Contact:

Bakefiles

Post by Rohit Agarwal »

Are bakefiles still the recommended way of configuring a component?
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: Bakefiles

Post by PB »

No, if by a component you mean your own code.

Bakefile is almost as dead as wxCode.
Rohit Agarwal
Earned some good credits
Earned some good credits
Posts: 119
Joined: Wed May 19, 2021 11:17 pm
Contact:

Re: Bakefiles

Post by Rohit Agarwal »

Yes I do mean my own code.
What is the recommended way?
My component is just an app that uses wxWidgets,
I could manually create makefiles for building it.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: Bakefiles

Post by PB »

It seems that CMake is the current industry standard.
Rohit Agarwal
Earned some good credits
Earned some good credits
Posts: 119
Joined: Wed May 19, 2021 11:17 pm
Contact:

Re: Bakefiles

Post by Rohit Agarwal »

Is there a tutorial somewhere on how to use CMake to provide configuration
for a wxWidgets app that a developer has written?
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: Bakefiles

Post by PB »

Post Reply