plot.bkl
来自「Wxpython Implemented on Windows CE, Sou」· BKL 代码 · 共 40 行
BKL
40 行
<?xml version="1.0" ?>
<!-- $Id: plot.bkl,v 1.3 2003/08/25 21:00:56 VS Exp $ -->
<makefile>
<include file="../../../build/bakefiles/common_contrib.bkl"/>
<set var="PLOT_SRC">
plot.cpp
</set>
<headers template="wx_contrib_headers">
<files>
wx/plot/plot.h
wx/plot/plot_dwn.bmp
wx/plot/plot_enl.bmp
wx/plot/plot_shr.bmp
wx/plot/plot_up.bmp
wx/plot/plot_zin.bmp
wx/plot/plot_zot.bmp
wx/plot/wxplot.rc
</files>
</headers>
<dll id="plotdll" template="wx_contrib_dll" cond="SHARED=='1'">
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_PLOT</define>
<sources>$(PLOT_SRC)</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</dll>
<lib id="plotlib" template="wx_contrib_lib" cond="SHARED=='0'">
<sources>$(PLOT_SRC)</sources>
</lib>
<set var="MSVC6PRJ_MERGED_TARGETS" append="1">plot=plotlib+plotdll</set>
</makefile>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?