X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/491c42d00f170154e2a065d1a6ee97fca7426434..192c3efa7f0ee383ec5e5c12877627d6c20498a7:/build/bakefiles/wxpresets/presets/wx.bkl diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index ae522769d7..9a22a95ce9 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -10,7 +10,7 @@ - WX_* : used to let the user of the generated makefile choose a wxWidgets build among those available; you can use them in your project to - e.g. build a target only if WX_DEBUG is 0 or if WX_PORT is "msw". + e.g. build a target only if WX_SHARED is 0 or if WX_PORT is "msw". VARIABLES: @@ -24,7 +24,8 @@ - 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 necessary preprocessor + symbols, etc). - wxgui: to be used when building GUI-mode applications. @@ -33,7 +34,7 @@ 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 + make your project build with the same Unicode & shared config as the wxWidgets build selected using the WX_* options. @@ -90,6 +91,7 @@ richtext aui + ribbon propgrid stc qa @@ -110,6 +112,7 @@ + - base core net xml xrc html adv media gl qa aui propgrid richtext stc + base core net xml xrc html adv media gl qa aui ribbon propgrid richtext stc - @@ -219,7 +221,7 @@ Release,Debug $(WX_DEBUG_DEFAULT) - Use debug build of wxWidgets (define __WXDEBUG__)? + Use debug build of wxWidgets (linked with debug CRT)? @@ -271,6 +273,10 @@ u + + $(COMPILER) + + @@ -384,7 +390,7 @@ @@ -395,7 +401,7 @@ dll - $(value)/$(COMPILER)_$(_DIRNAME_SHARED_SUFFIX) + $(value)/$(COMPILER_PREFIX)_$(_DIRNAME_SHARED_SUFFIX) $(_DIRNAME) @@ -478,7 +484,7 @@ - $(COMPILER)$(WX_PORT)$(WXLIBPOSTFIX)$(_BUILDDIR_SHARED_SUFFIX) + $(COMPILER_PREFIX)$(WX_PORT)$(WXLIBPOSTFIX)$(_BUILDDIR_SHARED_SUFFIX)