plot.bkl

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

BKL
18
字号
<?xml version="1.0" ?>
<makefile>

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

    <exe id="plot" template="wx_contrib_sample" template_append="wx_append">
        <sources>
            plot.cpp
        </sources>
        <contrib-lib>plot</contrib-lib>
        <wx-lib>core</wx-lib>
        <wx-lib>base</wx-lib>
        <win32-res>plot.rc</win32-res>
    </exe>
    
</makefile>

⌨️ 快捷键说明

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