X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21dc40ed32cd87c183ce7c56b564fb5d0f014fa3..ec6278a141efa26e6a84fc9f27ab4685c8b0333b:/build/bakefiles/wxpresets/presets/wx_win32.bkl diff --git a/build/bakefiles/wxpresets/presets/wx_win32.bkl b/build/bakefiles/wxpresets/presets/wx_win32.bkl index ab19eaf6b3..b056dc2223 100644 --- a/build/bakefiles/wxpresets/presets/wx_win32.bkl +++ b/build/bakefiles/wxpresets/presets/wx_win32.bkl @@ -10,21 +10,8 @@ - - - - @@ -34,112 +21,116 @@ FIXME: this template has (at least) the following bugs: - + + + + + + + - - - - - % - - - - - $(DOLLAR)($(ENV_VAR)WXWIN) - - - - - - 0 - - - - - 0 - - - 1 - - - 26 - - - + + _UNICODE - - - - - - __WXDEBUG__ + + + + + + __WXDEBUG__ - + - - ud - d - u - - + d + + _$(CPU) + + - $(DIRSEP)lib$(DIRSEP)$(COMPILER)_lib - $(DIRSEP)lib$(DIRSEP)$(COMPILER)_dll + $(DIRSEP)lib$(DIRSEP)$(COMPILER)$(WXCPU)_lib + $(DIRSEP)lib$(DIRSEP)$(COMPILER)$(WXCPU)_dll + + + + + wince + msw + + + $(WXLIBPATH)$(DIRSEP)$(WX_PORT)$(WXLIBPOSTFIX) + + + + + wxbase$(WX_VERSION)$(WXLIBPOSTFIX) + + + wx$(WX_PORT)$(WX_VERSION)$(WXLIBPOSTFIX) + + + + + + + + wxbase$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) + + + + net + xml + + + + + + + wx$(WX_PORT)$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) + + + + + core + media + xrc + html + adv + qa + aui + propgrid + stc + richtext + + + + - $(WXLIBPATH)$(DIRSEP)msw$(WXLIBPOSTFIX) - - @@ -155,21 +146,40 @@ FIXME: this template has (at least) the following bugs: - + - - - - wxbase$(WX_VERSION)$(WXLIBPOSTFIX) + $(WXLIB_BASE_NAME) + $(WXLIB_CORE_NAME) + + $(WXLIB_NET_NAME) + $(WXLIB_XML_NAME) + + $(WXLIB_MEDIA_NAME) + $(WXLIB_XRC_NAME) + $(WXLIB_HTML_NAME) + $(WXLIB_ADV_NAME) + $(WXLIB_QA_NAME) + $(WXLIB_AUI_NAME) + $(WXLIB_PROPGRID_NAME) + $(WXLIB_RICHTEXT_NAME) + + + + wx$(WX_PORT)$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) - - wxbase$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) + + + + $(WXLIB_STC_NAME) + wxscintilla$(WX3RDPARTYLIBPOSTFIX) - - wxmsw$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) + + + Unknown wxWidgets library given in the wx-lib tag @@ -180,40 +190,44 @@ FIXME: this template has (at least) the following bugs: position="before:__wx-libs-point"/> - + - - + + - wxtiff$(WX3RDPARTLIBPOSTFIX) - wxjpeg$(WX3RDPARTLIBPOSTFIX) - wxpng$(WX3RDPARTLIBPOSTFIX) - wxzlib$(WX3RDPARTLIBPOSTFIX) - - wxregex$(WXLIBPOSTFIX) - wxexpat$(WX3RDPARTLIBPOSTFIX) - + wxregex$(WXLIBPOSTFIX) + wxexpat$(WX3RDPARTYLIBPOSTFIX) + @@ -221,7 +235,7 @@ FIXME: this template has (at least) the following bugs: - + kernel32 user32 gdi32 @@ -236,7 +250,6 @@ FIXME: this template has (at least) the following bugs: rpcrt4 advapi32 wsock32 - odbc32 @@ -244,10 +257,12 @@ FIXME: this template has (at least) the following bugs: oleacc - + + + + + + all + + + + @if not exist $(WX_DIR)$(WXLIBINCLUDE)$(DIRSEP)wx$(DIRSEP)setup.h \ + echo ---------------------------------------------------------------------------- + @if not exist $(WX_DIR)$(WXLIBINCLUDE)$(DIRSEP)wx$(DIRSEP)setup.h \ + echo The selected wxWidgets build is not available! + @if not exist $(WX_DIR)$(WXLIBINCLUDE)$(DIRSEP)wx$(DIRSEP)setup.h \ + echo Please use the options prefixed with WX_ to select another wxWidgets build. + @if not exist $(WX_DIR)$(WXLIBINCLUDE)$(DIRSEP)wx$(DIRSEP)setup.h \ + echo ---------------------------------------------------------------------------- + @if not exist $(WX_DIR)$(WXLIBINCLUDE)$(DIRSEP)wx$(DIRSEP)setup.h \ + exit 1 + + + +