46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
|
|
|
|
[Project Settings]
|
|
ProjectDir="C:\Speex\speex_14274\ti\speex_C64_test\"
|
|
ProjectType=Executable
|
|
CPUFamily=TMS320C64XX
|
|
Tool="Compiler"
|
|
Tool="CustomBuilder"
|
|
Tool="DspBiosBuilder"
|
|
Tool="Linker"
|
|
Config="Debug"
|
|
Config="Release"
|
|
|
|
[Source Files]
|
|
Source="..\..\..\..\CCStudio_v3.1\C6000\cgtools\lib\rts6400.lib"
|
|
Source="..\..\libspeexdsp\buffer.c"
|
|
Source="..\..\libspeexdsp\fftwrap.c"
|
|
Source="..\..\libspeexdsp\filterbank.c"
|
|
Source="..\..\libspeexdsp\jitter.c"
|
|
Source="..\..\libspeexdsp\kiss_fft.c"
|
|
Source="..\..\libspeexdsp\kiss_fftr.c"
|
|
Source="..\..\libspeexdsp\mdf.c"
|
|
Source="..\..\libspeexdsp\preprocess.c"
|
|
Source="..\..\libspeexdsp\resample.c"
|
|
Source="..\..\libspeexdsp\scal.c"
|
|
Source="speex_C64_test.cmd"
|
|
|
|
["Compiler" Settings: "Debug"]
|
|
Options=-g -o3 -fr"$(Proj_dir)\Debug" -i"..\ti" -i"..\include" -d"_DEBUG" -d"CONFIG_TI_C6X" -d"HAVE_CONFIG_H" -mv6400
|
|
|
|
["Compiler" Settings: "Release"]
|
|
Options=-o3 -fr"$(Proj_dir)\Release" -i"..\ti" -i"..\include" -d"HAVE_CONFIG_H" -mv6400
|
|
|
|
["DspBiosBuilder" Settings: "Debug"]
|
|
Options=-v6x
|
|
|
|
["DspBiosBuilder" Settings: "Release"]
|
|
Options=-v6x
|
|
|
|
["Linker" Settings: "Debug"]
|
|
Options=-c -m".\Debug\speex_C64_test.map" -o".\Debug\speex_C64_test.out" -w -x
|
|
|
|
["Linker" Settings: "Release"]
|
|
Options=-c -m".\Release\speex_C64_test.map" -o".\Release\speex_C64_test.out" -w -x
|
|
|