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

📄 fl.bkl

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 BKL
字号:
<?xml version="1.0" ?><!-- $Id: fl.bkl,v 1.3 2003/08/25 21:00:38 VS Exp $ --><makefile>    <include file="../../../build/bakefiles/common_contrib.bkl"/>    <set var="FL_SRC">        antiflickpl.cpp        bardragpl.cpp        barhintspl.cpp        cbcustom.cpp        controlbar.cpp        dyntbar.cpp        dyntbarhnd.cpp        frmview.cpp        garbagec.cpp        gcupdatesmgr.cpp        hintanimpl.cpp        newbmpbtn.cpp        panedrawpl.cpp        rowdragpl.cpp        rowlayoutpl.cpp        toolwnd.cpp        updatesmgr.cpp    </set>    <headers template="wx_contrib_headers">        <files>            wx/fl/antiflickpl.h            wx/fl/bardragpl.h            wx/fl/barhintspl.h            wx/fl/cbcustom.h            wx/fl/controlbar.h            wx/fl/dynbarhnd.h            wx/fl/dyntbar.h            wx/fl/dyntbarhnd.h            wx/fl/fldefs.h            wx/fl/frmview.h            wx/fl/garbagec.h            wx/fl/gcupdatesmgr.h            wx/fl/hintanimpl.h            wx/fl/newbmpbtn.h            wx/fl/panedrawpl.h            wx/fl/rowdragpl.h            wx/fl/rowlayoutpl.h            wx/fl/toolwnd.h            wx/fl/updatesmgr.h        </files>    </headers>    <dll id="fldll" template="wx_contrib_dll" cond="SHARED=='1'">        <define>WXUSINGDLL</define>        <define>WXMAKINGDLL_FL</define>        <sources>$(FL_SRC)</sources>        <wx-lib>core</wx-lib>        <wx-lib>base</wx-lib>    </dll>        <lib id="fllib" template="wx_contrib_lib" cond="SHARED=='0'">        <sources>$(FL_SRC)</sources>    </lib>    <set var="MSVC6PRJ_MERGED_TARGETS" append="1">fl=fllib+fldll</set></makefile>

⌨️ 快捷键说明

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