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

📄 helpview.bkl

📁 Wxpython Implemented on Windows CE, Source code
💻 BKL
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -