t.mak

来自「TMS320C54X 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\Correlation

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

[source files]
main_Correlation.c 1006224552 1
Correlation.c 1002850408 1
..\rts.lib 0 1
stdlib.h 935463068 0
stdio.h 935463068 0
typedef.h 1002359408 0
Correlation.h 1002550636 0
14496

[dependencies]
 4 3:1 4:2 5:3 6:4 26377
 2 5:1 6:2 -28338
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802

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

⌨️ 快捷键说明

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