1; Code Composer Project File, Version 2.0 (do not modify or remove this line)
2
3[Project Settings]
4ProjectDir="C:\Speex\speex_14274\ti\speex_C55_test\"
5ProjectType=Executable
6CPUFamily=TMS320C55XX
7Tool="Compiler"
8Tool="CustomBuilder"
9Tool="DspBiosBuilder"
10Tool="Linker"
11Config="Debug"
12Config="Release"
13
14[Source Files]
15Source="..\..\libspeexdsp\buffer.c"
16Source="..\..\libspeexdsp\fftwrap.c"
17Source="..\..\libspeexdsp\filterbank.c"
18Source="..\..\libspeexdsp\jitter.c"
19Source="..\..\libspeexdsp\kiss_fft.c"
20Source="..\..\libspeexdsp\kiss_fftr.c"
21Source="..\..\libspeexdsp\mdf.c"
22Source="..\..\libspeexdsp\preprocess.c"
23Source="..\..\libspeexdsp\resample.c"
24Source="..\..\libspeexdsp\scal.c"
25Source="speex_C55_test.cmd"
26
27["Compiler" Settings: "Debug"]
28Options=-g -q -o3 -fr"..\ti\speex_C55_test\Debug" -i"..\ti" -i"..\include" -d"_DEBUG" -d"CONFIG_TI_C55X" -d"HAVE_CONFIG_H" -mn
29
30["Compiler" Settings: "Release"]
31Options=-q -o2 -fr"..\ti\speex_C55_test\Release" -i"..\ti" -i"..\include" -d"CONFIG_TI_C55X" -d"HAVE_CONFIG_H" -mn
32
33["DspBiosBuilder" Settings: "Debug"]
34Options=-v55
35
36["DspBiosBuilder" Settings: "Release"]
37Options=-v55
38
39["Linker" Settings: "Debug"]
40Options=-q -c -m".\Debug\speex_C55_test.map" -o".\Debug\speex_C55_test.out" -w -x
41
42["Linker" Settings: "Release"]
43Options=-q -c -m".\Release\speex_C55_test.map" -o".\Release\speex_C55_test.out" -w -x
44
45