Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

How to set the option to build wxwidgets 2.8.10 for codeblocks?

(1/2) > >>

donaldtone:
I use this script to build
mingw32-make.exe -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1
Does it all right?
I just wonder what the official building options are.

MortenMacFly:

--- Quote from: donaldtone on January 06, 2010, 05:49:37 am ---mingw32-make.exe -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1

--- End quote ---
You can add USE_XRC=1, too.

Jenna:
See also this wiki-article:
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef

donaldtone:

--- Quote from: MortenMacFly on January 06, 2010, 06:43:51 am ---
--- Quote from: donaldtone on January 06, 2010, 05:49:37 am ---mingw32-make.exe -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1

--- End quote ---
You can add USE_XRC=1, too.

--- End quote ---
In the config.gcc, there is already a setup:
USE_XRC = 1.
Does it mean that XRC already set by default 1.

MortenMacFly:

--- Quote from: donaldtone on January 06, 2010, 03:42:20 pm ---Does it mean that XRC already set by default 1.

--- End quote ---
Yes. On the platform you are using obviously.

Navigation

[0] Message Index

[#] Next page

Go to full version