led.mak

来自「dspf240的源代码」· MAK 代码 · 共 37 行

MAK
37
字号
/************* 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]
led.cmd 3

[Project Root]
E:\BORAPN3\LF2407\LED

[build options]
3
Linker = "-c -o led.out -x -l c:\tic2xx\c2000\cgtools\lib\rts2xx.lib "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frE:\BORAPN3\LF2407\LED -ic:\tic2xx\c2000\cgtools\include "

[source files]
Led.c 966517854 1
vectors.asm 966424544 1
regs2407.h 966514764 0
633

[dependencies]
 1 2:16 -11624
 0 -802
 0 -802

[version]
2.0
*/
-c -o led.out -x -l c:\tic2xx\c2000\cgtools\lib\rts2xx.lib
"vectors.obj"
"Led.obj"
"led.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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