Talk:CodeBlocks Setup Guide
From WxWiki
The descripted install procedure for 2.6 library is a little bit outdated. Here is a newer description: http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.8.6_to_develop_Code::Blocks_(MSW)
Magnus 19:11, 5 September 2008 (UTC)
The following deviations were noted when
with a setup of current mingw and wxWidgets-2.6.3
for use with CodeBlocks on Windows OS
In making the wxWidgets libraries :-
Ensure the PATH environment variable has the Mingw\bin directory.
The make command was mingw32-make.
Some build configurations co-exist in the same directory, eg debug and release builds in $(WXWIN)\lib\gcc_dll
USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=0
USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0
The debug libraries have a 'd' on the end of the name.
Seperate configuration and build directories are created.
Configuration :- include the right one in codeblocks compiler configuration
$(WXWIN)\lib\gcc_dll\msw
$(WXWIN)\lib\gcc_dll\mswd
So haven't needed to rename folders
