X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e0134aceaaa23ff962718dd7c35a8acf0b7b39e..992d6e1e2c5208ec3fded3d92691425f6b484630:/build/bakefiles/wxpresets/presets/wx.bkl?ds=sidebyside diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index 63a06d52f2..ae522769d7 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -24,10 +24,13 @@ - wx, wx-lib: templates to be used respectively for / and 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 - (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). - wxlike: this template should be combined with "wx" or "wx-lib" and will make your project build with the same Unicode, debug & shared @@ -63,7 +66,7 @@ - : sets the output directory for the current target to $(value) when on Unix and to e.g. $(value)/vc_lib when on Windows, i.e. acts like just following wxWidgets naming rules. - Useful to allow multiple builds of the + Useful to allow multiple builds of the - : if your library/application needs to compile & link with both wxWidgets and some other wx-based library, which in turn @@ -109,7 +112,7 @@ 4 @@ -122,7 +125,7 @@