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

📄 svg.bkl

📁 Wxpython Implemented on Windows CE, Source code
💻 BKL
字号:
<?xml version="1.0" ?>
<!-- $Id: svg.bkl,v 1.3 2003/08/25 21:01:02 VS Exp $ -->

<makefile>

    <include file="../../../build/bakefiles/common_contrib.bkl"/>

    <set var="SVG_SRC">
        dcsvg.cpp
    </set>

    <headers template="wx_contrib_headers">
        <files>
            wx/svg/dcsvg.h
        </files>
    </headers>

    <dll id="svgdll" template="wx_contrib_dll" cond="SHARED=='1'">
        <define>WXUSINGDLL</define>
        <define>WXMAKINGDLL_SVG</define>
        <sources>$(SVG_SRC)</sources>
        <wx-lib>core</wx-lib>
        <wx-lib>base</wx-lib>
    </dll>
    
    <lib id="svglib" template="wx_contrib_lib" cond="SHARED=='0'">
        <sources>$(SVG_SRC)</sources>
    </lib>
    
    <set var="MSVC6PRJ_MERGED_TARGETS" append="1">svg=svglib+svgdll</set>

</makefile>

⌨️ 快捷键说明

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