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:
@@ -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"/>
|
||||
|
@@ -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>
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: web.cpp
|
||||
// Name: webview.cpp
|
||||
// Purpose: wxWebView sample
|
||||
// Author: Marianne Gagnon
|
||||
// Id: $Id$
|
Reference in New Issue
Block a user