I can compile my wxWidget program from terminal with
g++ myprog.cpp `wx-config --cxxflags --libs std,aui` -o prog
How and where can I edit code::blocks so I can add std,aui to the linker?
Side note: I can compile a wxWidgets project as long as I don't use AUI with code::blocks