- - wxconsole: to be used when building console-only libraries or apps
- (adds the wxUSE_GUI=0 define).
+ - wxgui: to be used when building GUI-mode applications.
+
+ - wxconsole: to be used when building console-only applications
+ (NOTE: it doesn't add the wxUSE_GUI=0 define since you don't
+ need it when compiling wxBase-only code).