⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wxwebkit.bkl

📁 linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自WebKit
💻 BKL
字号:
<?xml version="1.0" ?><!-- Copyright (C) 2007 Kevin Ollivier.  All rights reserved.Redistribution and use in source and binary forms, with or withoutmodification, are permitted provided that the following conditionsare met:1.  Redistributions of source code must retain the above copyright    notice, this list of conditions and the following disclaimer. 2.  Redistributions in binary form must reproduce the above copyright    notice, this list of conditions and the following disclaimer in the    documentation and/or other materials provided with the distribution. 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of    its contributors may be used to endorse or promote products derived    from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANYEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AREDISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED ANDON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OFTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.This file builds the wxWebKit library.--><makefile>    <include file="wxwk-settings.bkl"/>        <dll id="wxwebkit-dynamic" template="wxwk,jscore,webcore,xml2,iconv,xslt,icu,curl,sqlite3,gtk,pthreads">        <!-- make sure we relink wxwebkit if either webcore or jscore change -->        <if cond="FORMAT=='gnu'">            <depends-on-file>$(WKOUTPUTDIR)/libjscore.a</depends-on-file>            <depends-on-file>$(WKOUTPUTDIR)/libwebcore-wx.a</depends-on-file>        </if>        <if cond="FORMAT=='msvc'">            <depends-on-file>$(WKOUTPUTDIR)/jscore.lib</depends-on-file>            <depends-on-file>$(WKOUTPUTDIR)/webcore-wx.lib</depends-on-file>        </if>        <runtime-libs>dynamic</runtime-libs>        <dllname>wxwebkit</dllname>        <libname>wxwebkit</libname>                <include>$(WK_ROOT)/WebCore/platform/graphics/wx</include>        <include>$(WK_ROOT)/WebCore/platform/wx</include>        <include>$(WK_ROOT)/WebCore/bridge/wx</include>        <include>$(WK_ROOT)/WebCore/page/wx</include>        <include>$(WK_ROOT)/WebKit/wx</include>        <include>$(WK_ROOT)/WebKit/wx/WebKitSupport</include>                <lib-path>$(WKOUTPUTDIR)</lib-path>        <sys-lib>webcore-wx</sys-lib>        <sys-lib>jscore</sys-lib>                <if cond="FORMAT in ['msvc','msvs2005prj']">            <sys-lib>winmm</sys-lib> <!-- for timeGetTime -->            <sys-lib>gdiplus</sys-lib>            <sys-lib>libpng</sys-lib>            <sys-lib>libjpeg</sys-lib>        </if>                <sources>            WebKitSupport/ChromeClientWx.cpp            WebKitSupport/ContextMenuClientWx.cpp            WebKitSupport/DragClientWx.cpp            WebKitSupport/EditorClientWx.cpp            WebKitSupport/FrameLoaderClientWx.cpp            WebKitSupport/InspectorClientWx.cpp                        WebFrame.cpp            WebView.cpp            WebBrowserShell.cpp        </sources>       </dll></makefile>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -