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

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

<< < (2/2)

Feneck91:
If you are using MinGW in c:\ you can use :

--- Quote ---PATH=C:\MinGW\bin;C:\MinGW\mingw32\bin

cd wxWidgets-2.8.10\build\msw

mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb

pause

--- End quote ---

With VENDOR=cb you generate wxmsw28u_gcc_cb.dll dll, same as installed by the setup.

MortenMacFly:

--- Quote from: Feneck91 on January 12, 2010, 12:51:46 pm ---With VENDOR=cb you generate wxmsw28u_gcc_cb.dll dll, same as installed by the setup.

--- End quote ---
DON'T do that. This is done by the C::B devs for official builds only. If you compile C::B yourself don't use the vendor option.

Feneck91:
Ok.
I understand... I'll not use it anymore. I thought it was a good idea  :?

--- Quote ---This is done by the C::B devs for official builds only
--- End quote ---
Why only one official version, last 8.02 is almost than two year ago ? For not developpers, its seems to be a dead project, but it's not !

Navigation

[0] Message Index

[*] Previous page

Go to full version