fft2.mak

来自「VC33进行FFT变换c源码」· MAK 代码 · 共 41 行

MAK
41
字号
/************* 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]
fft2.cmd 5

[Project Root]
G:\tms320vc33\fft

[build options]
3
Linker = "-c -o fft2.out -x "
Assembler = "-s -v30 "
Compiler = "-gkqqs -v33 -mmr -as -frG:\tms320vc33\fft "

[source files]
fft2.c 1030281006 1
C:\tic3x4x\c3x4x\cgtools\lib\rts30.lib 0 1
math.h 930810930 0
float.h 930810930 0
intrin.h 930810930 0
12771

[dependencies]
 3 2:3 3:4 4:5 -23499
 0 -802
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -o fft2.out -x
"fft2.obj"
"C:\tic3x4x\c3x4x\cgtools\lib\rts30.lib"
"fft2.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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