fix description of wxconsole template; add description for wxgui template
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,10 +24,13 @@
|
|||||||
|
|
||||||
- wx, wx-lib: templates to be used respectively for <dll>/<exe> and <lib>
|
- wx, wx-lib: templates to be used respectively for <dll>/<exe> and <lib>
|
||||||
targets; they add all the wxWidgets-related settings (e.g. the
|
targets; they add all the wxWidgets-related settings (e.g. the
|
||||||
include and library search paths, the __WXDEBUG__ symbol, etc)
|
include and library search paths, the __WXDEBUG__ symbol, etc).
|
||||||
|
|
||||||
- wxconsole: to be used when building console-only libraries or apps
|
- wxgui: to be used when building GUI-mode applications.
|
||||||
(adds the wxUSE_GUI=0 define).
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
- wxlike: this template should be combined with "wx" or "wx-lib" and will
|
- wxlike: this template should be combined with "wx" or "wx-lib" and will
|
||||||
make your project build with the same Unicode, debug & shared
|
make your project build with the same Unicode, debug & shared
|
||||||
|
Reference in New Issue
Block a user