Rename web library to webview.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-19 10:45:16 +00:00
parent e7aef23e7b
commit 467d261e9d
36 changed files with 78 additions and 78 deletions

View File

@@ -87,7 +87,7 @@
<subproject id="uiaction" template="sub"/>
<subproject id="validate" template="sub"/>
<subproject id="vscroll" template="sub"/>
<subproject id="web" template="sub"/>
<subproject id="webview" template="sub"/>
<subproject id="widgets" template="sub"/>
<subproject id="wizard" template="sub"/>
<subproject id="wrapsizer" template="sub"/>

View File

@@ -4,12 +4,12 @@
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="web" template="wx_sample" template_append="wx_append">
<exe id="webview" template="wx_sample" template_append="wx_append">
<sources>
web.cpp
webview.cpp
</sources>
<headers></headers>
<wx-lib>web</wx-lib>
<wx-lib>webview</wx-lib>
<wx-lib>stc</wx-lib>
<wx-lib>adv</wx-lib>
<wx-lib>core</wx-lib>

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: web.cpp
// Name: webview.cpp
// Purpose: wxWebView sample
// Author: Marianne Gagnon
// Id: $Id$