main.mak

来自「在2407下用C语言写的232测试程序(已通过测试)」· 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]
Volume2xx.cmd 4

[Project Root]
C:\test\serial

[build options]
3
Linker = "-c -o main.out -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as -frC:\test\serial "

[source files]
MAIN.C 1061970928 1
CVECTORS.ASM 1057299630 1
rts2xx.lib 0 1
register.h 1050025618 0
31450

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

[version]
2.0
*/
-c -o main.out -x
"CVECTORS.obj"
"MAIN.obj"
"rts2xx.lib"
"Volume2xx.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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