plugins_deps.bkl

来自「A*算法 A*算法 A*算法 A*算法A*算法A*算法」· BKL 代码 · 共 22 行

BKL
22
字号
<?xml version="1.0" ?>
<!-- $Id: plugins_deps.bkl,v 1.4 2005/02/13 21:02:43 VS Exp $ -->

<makefile>

    <!-- Additional dependencies of core libraries if plugins are
         disabled (these would be deps of the plugins if they were
         enabled): -->

    <set var="PLUGIN_ADV_EXTRALIBS">
        <if cond="USE_PLUGINS=='0'">
            $(EXTRALIBS_SDL)
        </if>
    </set>


    <!-- monolithic library must link against all this: -->

    <set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>

</makefile>

⌨️ 快捷键说明

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