mypro.mak

来自「DSP 2407A 自制开发板的一个LED闪烁的小程序」· MAK 代码 · 共 40 行

MAK
40
字号
/************* 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]
CMD2407.cmd 4

[Project Root]
E:\tic2xx\myprojects\now

[build options]
3
Linker = "-cr -e c_int0 -o MyPro.out -stack 40 -x -l rts2xx.lib "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frE:\tic2xx\myprojects\now "

[source files]
rts2xx.lib 0 1
test.c 1133353278 1
F2407REGS_C.h 1133315970 0
Vect2407.asm 1133316550 1
-29568

[dependencies]
 0 -802
 1 2:1 24273
 0 -802
 0 -802

[version]
2.0
*/
-cr -e c_int0 -o MyPro.out -stack 40 -x -l rts2xx.lib
"Vect2407.obj"
"test.obj"
"rts2xx.lib"
"CMD2407.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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