A few more build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -187,6 +187,9 @@
|
||||
#pragma comment(lib, wxMSW_LIB_NAME("stc"))
|
||||
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("scintilla"))
|
||||
#endif
|
||||
#if wxUSE_WEB && !defined(wxNO_WEB_LIB)
|
||||
#pragma comment(lib, wxMSW_LIB_NAME("web"))
|
||||
#endif
|
||||
#endif // wxUSE_GUI
|
||||
|
||||
|
||||
|
@@ -703,6 +703,13 @@
|
||||
// Recommended setting: 1
|
||||
#define wxUSE_STC 1
|
||||
|
||||
// Use wxWidget's web viewing classes
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1
|
||||
#define wxUSE_WEB 1
|
||||
|
||||
|
||||
// Enable the new wxGraphicsPath and wxGraphicsContext classes for an advanced
|
||||
// 2D drawing API. (Still somewhat experimental)
|
||||
|
Reference in New Issue
Block a user