timer1try.mak

来自「TI公司2407的TIMER1测试程序」· 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]
CL.CMD 4

[Project Root]
C:\tic2xx\myprojects\timer1

[build options]
3
Linker = "-c -m timer1try.map -o timer1try.out -stack 128 -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as -frC:\tic2xx\myprojects\timer1 "

[source files]
..\..\c2000\cgtools\lib\rts2xx.lib 0 1
timer1.c 1220324724 1
vectors.asm 1220315156 1
240x_c.h 1219453716 0
-15176

[dependencies]
 0 -802
 1 3:1 23290
 0 -802
 0 -802

[version]
2.0
*/
-c -m timer1try.map -o timer1try.out -stack 128 -x
"vectors.obj"
"timer1.obj"
"..\..\c2000\cgtools\lib\rts2xx.lib"
"CL.CMD"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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