X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad6f7122f6e58694de010d6596416659c7ae07c7..6d595f3d7abc59d903dba5c8d9e6dd082f7b4671:/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 c349708df3..b056dc2223 100644 --- a/build/bakefiles/wxpresets/presets/wx_win32.bkl +++ b/build/bakefiles/wxpresets/presets/wx_win32.bkl @@ -10,21 +10,8 @@ - - - - @@ -41,96 +28,12 @@ FIXME: this template has (at least) the following bugs: + + + + + - - - - - % - - - - - - - 0 - 1 - 0 - - - - - - $(DOLLAR)($(ENV_VAR)WXWIN) - - - - - - - - 0 - - - - - - - 0 - - - - - 1 - - - - - 27 - - - - - 0 - - @@ -154,11 +57,6 @@ FIXME: this template has (at least) the following bugs: - - ud - d - u - d @@ -172,19 +70,19 @@ FIXME: this template has (at least) the following bugs: $(DIRSEP)lib$(DIRSEP)$(COMPILER)$(WXCPU)_dll - + + wince msw - $(WXLIBPATH)$(DIRSEP)$(WXPORT)$(WXLIBPOSTFIX) + + $(WXLIBPATH)$(DIRSEP)$(WX_PORT)$(WXLIBPOSTFIX) - wxbase$(WX_VERSION) - wxbase$(WX_VERSION)d - wxbase$(WX_VERSION)u - wxbase$(WX_VERSION)ud + wxbase$(WX_VERSION)$(WXLIBPOSTFIX) - wx$(WXPORT)$(WX_VERSION) - wx$(WXPORT)$(WX_VERSION)d - wx$(WXPORT)$(WX_VERSION)u - wx$(WXPORT)$(WX_VERSION)ud + wx$(WX_PORT)$(WX_VERSION)$(WXLIBPOSTFIX) + - - wxbase$(WX_VERSION)_net - wxbase$(WX_VERSION)d_net - wxbase$(WX_VERSION)u_net - wxbase$(WX_VERSION)ud_net - - - wxbase$(WX_VERSION)_xml - wxbase$(WX_VERSION)d_xml - wxbase$(WX_VERSION)u_xml - wxbase$(WX_VERSION)ud_xml - - - wxbase$(WX_VERSION)_odbc - wxbase$(WX_VERSION)d_odbc - wxbase$(WX_VERSION)u_odbc - wxbase$(WX_VERSION)ud_odbc + + + + wxbase$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) + + + + net + xml - - - wx$(WXPORT)$(WX_VERSION)_core - wx$(WXPORT)$(WX_VERSION)d_core - wx$(WXPORT)$(WX_VERSION)u_core - wx$(WXPORT)$(WX_VERSION)ud_core - - - wx$(WXPORT)$(WX_VERSION)_xrc - wx$(WXPORT)$(WX_VERSION)d_xrc - wx$(WXPORT)$(WX_VERSION)u_xrc - wx$(WXPORT)$(WX_VERSION)ud_xrc - - - wx$(WXPORT)$(WX_VERSION)_html - wx$(WXPORT)$(WX_VERSION)d_html - wx$(WXPORT)$(WX_VERSION)u_html - wx$(WXPORT)$(WX_VERSION)ud_html - - - wx$(WXPORT)$(WX_VERSION)_adv - wx$(WXPORT)$(WX_VERSION)d_adv - wx$(WXPORT)$(WX_VERSION)u_adv - wx$(WXPORT)$(WX_VERSION)ud_adv - + + + + + wx$(WX_PORT)$(WX_VERSION)$(WXLIBPOSTFIX)_$(value) + + + + core + media + xrc + html + adv + qa + aui + propgrid + stc + richtext + @@ -267,8 +149,6 @@ FIXME: this template has (at least) the following bugs: - - $(WXLIB_BASE_NAME) @@ -276,13 +156,29 @@ FIXME: this template has (at least) the following bugs: $(WXLIB_NET_NAME) $(WXLIB_XML_NAME) - $(WXLIB_ODBC_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) + + + + + $(WXLIB_STC_NAME) + wxscintilla$(WX3RDPARTYLIBPOSTFIX) + - + Unknown wxWidgets library given in the wx-lib tag @@ -304,12 +200,16 @@ FIXME: this template has (at least) the following bugs: -mthreads + $(substituteFromDict(WX_SHARED,{'1':'WXUSINGDLL','0':''})) + $(WXUNICODE_DEFINE) $(WXDEBUG_DEFINE) __WXMSW__ - $(WX_DIR)$(WXLIBINCLUDE) - $(WX_DIR)/include + + $(WX_DIR)$(WXLIBINCLUDE) + $(WX_DIR)/include + @@ -332,7 +232,6 @@ FIXME: this template has (at least) the following bugs: ole2w32 - odbc32 @@ -351,7 +250,6 @@ FIXME: this template has (at least) the following bugs: rpcrt4 advapi32 wsock32 - odbc32 @@ -362,7 +260,9 @@ FIXME: this template has (at least) the following bugs: + + + + + 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 + + + +