Greetings all!
I'm beginner in wxWidgets applications development.
I use mingw 3.4.5 and codeblocks nightly build 5208 with wxWidgets 2.8.9
I create new wxWidgets application using master with precompiled headers and unicode support, empty application build time is about 40 sec, i use static wxWidgets. What should i do to reduce build time?
And 2nd question, why empty application with form only requires wxJpeg and wxTiff?