diff --git a/build/bakefiles/wxpresets/presets/wx_win32.bkl b/build/bakefiles/wxpresets/presets/wx_win32.bkl
index c349708df3..dd9f5cfda8 100644
--- a/build/bakefiles/wxpresets/presets/wx_win32.bkl
+++ b/build/bakefiles/wxpresets/presets/wx_win32.bkl
@@ -125,6 +125,7 @@ FIXME: this template has (at least) the following bugs:
0
0,1
+ Multilib,Monolithic
$(WX_MONOLITHIC_DEFAULT)
Use monolithic build of wxWidgets?
@@ -225,6 +226,12 @@ FIXME: this template has (at least) the following bugs:
wx$(WXPORT)$(WX_VERSION)u_core
wx$(WXPORT)$(WX_VERSION)ud_core
+
+ wx$(WXPORT)$(WX_VERSION)_media
+ wx$(WXPORT)$(WX_VERSION)d_media
+ wx$(WXPORT)$(WX_VERSION)u_media
+ wx$(WXPORT)$(WX_VERSION)ud_media
+
wx$(WXPORT)$(WX_VERSION)_xrc
wx$(WXPORT)$(WX_VERSION)d_xrc
@@ -243,6 +250,24 @@ FIXME: this template has (at least) the following bugs:
wx$(WXPORT)$(WX_VERSION)u_adv
wx$(WXPORT)$(WX_VERSION)ud_adv
+
+ wx$(WXPORT)$(WX_VERSION)_qa
+ wx$(WXPORT)$(WX_VERSION)d_qa
+ wx$(WXPORT)$(WX_VERSION)u_qa
+ wx$(WXPORT)$(WX_VERSION)ud_qa
+
+
+ wx$(WXPORT)$(WX_VERSION)_dbgrid
+ wx$(WXPORT)$(WX_VERSION)d_dbgrid
+ wx$(WXPORT)$(WX_VERSION)u_dbgrid
+ wx$(WXPORT)$(WX_VERSION)ud_dbgrid
+
+
+ wx$(WXPORT)$(WX_VERSION)_gl
+ wx$(WXPORT)$(WX_VERSION)d_gl
+ wx$(WXPORT)$(WX_VERSION)u_gl
+ wx$(WXPORT)$(WX_VERSION)ud_gl
+
@@ -268,6 +293,13 @@ FIXME: this template has (at least) the following bugs:
+
+ base core net xml odbc xrc html adv media gl dbgrid qa
+
+
+ animate applet deprecated fl foldbar gizmos mmedia netutils ogl plot stc svg
+ $(LIB_LIST) $(CONTRIBLIB_LIST)
@@ -278,11 +310,21 @@ FIXME: this template has (at least) the following bugs:
$(WXLIB_XML_NAME)
$(WXLIB_ODBC_NAME)
+ $(WXLIB_MEDIA_NAME)
$(WXLIB_XRC_NAME)
$(WXLIB_HTML_NAME)
$(WXLIB_ADV_NAME)
+ $(WXLIB_GL_NAME)
+ $(WXLIB_DBGRID_NAME)
+ $(WXLIB_QA_NAME)
-
+
+
+ wx$(WXPORT)$(WX_VERSION)$(WXLIBPOSTFIX)_$(value)
+
+
+
Unknown wxWidgets library given in the wx-lib tag