com_try.mak

来自「DSP240 用的程序 电机及基本的 希望有用的朋友」· 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]
link240.cmd 4

[Project Root]
C:\tic2xx\myprojects

[build options]
3
Linker = "-c -o com_try.out -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as -frC:\tic2xx\myprojects "

[source files]
comm_try.c 1040477472 1
vectors.asm 1039524028 1
..\c2000\cgtools\lib\rts2xx.lib 0 1
c240.h 1008509936 0
11189

[dependencies]
 1 3:4 9282
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -o com_try.out -x
"vectors.obj"
"comm_try.obj"
"..\c2000\cgtools\lib\rts2xx.lib"
"link240.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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