Making wxUSE_WEBKIT for optionally building wxWebKitCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2004-06-04 16:07:28 +00:00
parent 393c836c33
commit 5b8f917c30
3 changed files with 27 additions and 5 deletions

View File

@@ -768,6 +768,11 @@
// smaller library.
#define wxUSE_HTML 1
// wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to embed
// the Safari browser control
// 0 by default because of Jaguar compatibility problems
#define wxUSE_WEBKIT 0
// OpenGL canvas
#define wxUSE_GLCANVAS 0