wxWidgets configuration

1. Config MinGW bin path to system environment parameter "Path", so make sure that can execute commands anywhere.
ex: Path="C:\ProgramFiles\CodeBlocks\MinGW\bin" 

2. clean debug information and rebuild debug library
Command:
mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=debug clean
mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=debug
Note: it will take much time to execute these 2 commands.

你可能感兴趣的:(wxWidgets configuration)