helpview.bkl

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

BKL
32
字号
<?xml version="1.0" ?>
<!-- $Id: helpview.bkl,v 1.3 2006/03/30 11:32:39 JS Exp $ -->

<makefile>

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

    <exe id="helpview" template="wx_util" template_append="wx_append">
        <if cond="FORMAT=='autoconf'">
            <wx-mac-app-bundle/>
            <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
        </if>
        <sources>
            helpview.cpp
        </sources>
        <win32-res>helpview.rc</win32-res>
        <wx-lib>html</wx-lib>
        <wx-lib>core</wx-lib>
        <wx-lib>net</wx-lib>
        <wx-lib>base</wx-lib>
        <install-to>$(BINDIR)</install-to>
    </exe>
    
    <wx-data id="data">
        <files>
            test.zip
        </files>
    </wx-data>

</makefile>

⌨️ 快捷键说明

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