first.mak

来自「TMS320F2407 filter 滤波程序」· MAK 代码 · 共 35 行

MAK
35
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
first.cmd 2

[Project Root]
C:\One2407\Labs\first

[build options]
3
Linker = "-c -o first.out -x -l c:\tic2xx\c2000\cgtools\lib\rts2xx.lib "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frC:\One2407\Labs\first -ic:\tic2xx\c2000\cgtools\include "

[source files]
first.c 966930152 1
vectors.asm 966436704 1
4731

[dependencies]
 0 -802
 0 -802

[version]
2.0
*/
-c -o first.out -x -l c:\tic2xx\c2000\cgtools\lib\rts2xx.lib
"vectors.obj"
"first.obj"
"first.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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