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]
F:\dsp5402_I\Experiment\algorithm\G711

[build options]
3
Linker = "-c -m tasm.map -o tasm.out -x "
Assembler = "-s "
Compiler = "-g -as -frC:\ "

[source files]
main_G711.c 1002945288 1
G711.c 1002598478 1
stdlib.h 935463068 0
stdio.h 935463068 0
typedef.h 1002373360 0
g711.h 1002598040 0
..\rts.lib 0 1
-29348

[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 tasm.map -o tasm.out -x
"C:\G711.obj"
"C:\main_G711.obj"
"..\rts.lib"
"..\t.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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