main.dep

来自「msp430 和VS1003 的例子,联系qqliuyong007@163.co」· DEP 代码 · 共 108 行

DEP
108
字号
<?xml version="1.0" encoding="iso-8859-1"?>

<project>
  <fileVersion>1</fileVersion>
  <configuration>
    <name>Debug</name>
    <file>
      <name>$PROJ_DIR$\VS1003.c</name>
      <outputs>
        <tool>
          <name>BICOMP</name>
          <file>$PROJ_DIR$\Debug\Obj\VS1003.pbi</file>
        </tool>
        <tool>
          <name>ICC430</name>
          <file>$PROJ_DIR$\Debug\Obj\VS1003.r43</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>BICOMP</name>
          <file>$PROJ_DIR$\VS1003.h</file>
          <file>$TOOLKIT_DIR$\INC\msp430x14x.h</file>
          <file>$TOOLKIT_DIR$\INC\in430.h</file>
          <file>$TOOLKIT_DIR$\INC\intrinsics.h</file>
        </tool>
        <tool>
          <name>ICC430</name>
          <file>$PROJ_DIR$\VS1003.h</file>
          <file>$TOOLKIT_DIR$\INC\msp430x14x.h</file>
          <file>$TOOLKIT_DIR$\INC\in430.h</file>
          <file>$TOOLKIT_DIR$\INC\intrinsics.h</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>$PROJ_DIR$\Debug\Exe\main.d43</name>
      <inputs>
        <tool>
          <name>XLINK</name>
          <file>$TOOLKIT_DIR$\CONFIG\lnk430F149.xcl</file>
          <file>$TOOLKIT_DIR$\config\multiplier.xcl</file>
          <file>$PROJ_DIR$\Debug\Obj\VS1003.r43</file>
          <file>$PROJ_DIR$\Debug\Obj\main.r43</file>
          <file>$TOOLKIT_DIR$\LIB\DLIB\dl430fn.r43</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>[ROOT_NODE]</name>
      <outputs>
        <tool>
          <name>XLINK</name>
          <file>$PROJ_DIR$\Debug\Exe\main.d43</file>
        </tool>
      </outputs>
    </file>
    <file>
      <name>$PROJ_DIR$\Debug\Obj\main.pbd</name>
      <inputs>
        <tool>
          <name>BILINK</name>
          <file>$PROJ_DIR$\Debug\Obj\VS1003.pbi</file>
          <file>$PROJ_DIR$\Debug\Obj\main.pbi</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>$PROJ_DIR$\main.c</name>
      <outputs>
        <tool>
          <name>BICOMP</name>
          <file>$PROJ_DIR$\Debug\Obj\main.pbi</file>
        </tool>
        <tool>
          <name>ICC430</name>
          <file>$PROJ_DIR$\Debug\Obj\main.r43</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>BICOMP</name>
          <file>$TOOLKIT_DIR$\INC\msp430x14x.h</file>
          <file>$TOOLKIT_DIR$\INC\in430.h</file>
          <file>$TOOLKIT_DIR$\INC\intrinsics.h</file>
          <file>$PROJ_DIR$\VS1003.h</file>
        </tool>
        <tool>
          <name>ICC430</name>
          <file>$TOOLKIT_DIR$\INC\msp430x14x.h</file>
          <file>$TOOLKIT_DIR$\INC\in430.h</file>
          <file>$TOOLKIT_DIR$\INC\intrinsics.h</file>
          <file>$PROJ_DIR$\VS1003.h</file>
        </tool>
      </inputs>
    </file>
  </configuration>
  <configuration>
    <name>Release</name>
    <forcedrebuild>
      <name>[MULTI_TOOL]</name>
      <tool>XLINK</tool>
    </forcedrebuild>
  </configuration>
</project>


⌨️ 快捷键说明

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