t.mak

来自「dsp实验箱的多个样例程序」· MAK 代码 · 共 46 行

MAK
46
字号
/************* 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]
..\t.cmd 7

[Project Root]
C:\屈俊\arithmetic\TI\C5000\Convolve

[build options]
3
Linker = "-c -m t.map -o t.out -x "
Assembler = "-s "
Compiler = "-g -as -frC:\屈俊\arithmetic\TI\C5000\Convolve "

[source files]
main_Convolve.c 1002943934 1
Convolve.c 1002850348 1
stdlib.h 935463068 0
stdio.h 935463068 0
typedef.h 1002355856 0
Convolve.h 1002509596 0
..\rts.lib 0 1
-21082

[dependencies]
 4 2:1 3:2 4:3 5:4 20466
 2 4:1 5:2 6246
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -m t.map -o t.out -x
"Convolve.obj"
"main_Convolve.obj"
"..\rts.lib"
"..\t.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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