svg.bkl

来自「Wxpython Implemented on Windows CE, Sou」· BKL 代码 · 共 33 行

BKL
33
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?