mp3coding.pjt

来自「用TMS320开发的mp3 音频编码程序」· PJT 代码 · 共 41 行

PJT
41
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="N:\CCC\Mp3Coding\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="C:\CCStudio_v3.1\C2400\cgtools\lib\rts2xx.lib"
Source="common.c"
Source="decode.c"
Source="huffman.c"
Source="layer3.c"
Source="RESET.asm"
Source="VECTORS.ASM"
Source="f2407a.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -as -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"$(Proj_dir)\Release" -v2xx

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\Mp3Coding.map" -o".\Debug\Mp3Coding.out" -stack512 -x

["Linker" Settings: "Release"]
Options=-c -m".\Release\Mp3Coding.map" -o".\Release\Mp3Coding.out" -w -x -v2

["f2407a.cmd" Settings: "Debug"]
LinkOrder=1

["f2407a.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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