From: Steve Lamerton Date: Wed, 4 May 2011 15:40:00 +0000 (+0000) Subject: Application of the most recent wxWebView patch, the only changes were so tab to space... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cfcf1d6ee31a87a20b1e6f198612be41b2bfecfa Application of the most recent wxWebView patch, the only changes were so tab to space conversions. Please note this probably won't compile. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/build_cfg.bkl b/build/bakefiles/build_cfg.bkl index 00b2d33f5c..b9e973b09e 100644 --- a/build/bakefiles/build_cfg.bkl +++ b/build/bakefiles/build_cfg.bkl @@ -39,6 +39,7 @@ @echo USE_THREADS=$(USE_THREADS) >>$(BUILD_CFG_FILE) @echo USE_GUI=$(USE_GUI) >>$(BUILD_CFG_FILE) @echo USE_HTML=$(USE_HTML) >>$(BUILD_CFG_FILE) + @echo USE_WEB=$(USE_WEB) >>$(BUILD_CFG_FILE) @echo USE_MEDIA=$(USE_MEDIA) >>$(BUILD_CFG_FILE) @echo USE_OPENGL=$(USE_OPENGL) >>$(BUILD_CFG_FILE) @echo USE_QA=$(USE_QA) >>$(BUILD_CFG_FILE) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 8948042f2b..8de09ff2a7 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -161,7 +161,9 @@ $(mk.evalExpr(wxwin.mkLibName('stc'))) - + + $(mk.evalExpr(wxwin.mkLibName('web'))) + $(mk.evalExpr(wxwin.mkLibName('mono'))) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index ee14b32871..4d57319cce 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -200,6 +200,14 @@ Default is to use debug CRT if and only if BUILD==debug. + +