ex.mak

来自「开发板2407带的程序用C语言编写的」· MAK 代码 · 共 42 行

MAK
42
字号
/************* 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]
dsp.cmd 5

[Project Root]
D:\Documents and Settings\pianzhou\桌面\2407\ex11_t6963

[build options]
3
Linker = "-c -o ex.out -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as "

[source files]
F2407REGS.H 1097920746 0
global.c 1097921068 1
lf2407a.h 1097920744 0
Define.asm 1097921068 1
Main.c 1105879694 1
-26456

[dependencies]
 0 -802
 0 -802
 0 -802
 2 2:3 0:4 21651
 1 1:3 24860

[version]
2.0
*/
-c -o ex.out -x
"Main.obj"
"Define.obj"
"global.obj"
"dsp.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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