• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_C64_test\"
5ProjectType=Executable
6CPUFamily=TMS320C64XX
7Tool="Compiler"
8Tool="CustomBuilder"
9Tool="DspBiosBuilder"
10Tool="Linker"
11Config="Debug"
12Config="Release"
13
14[Source Files]
15Source="..\..\..\..\CCStudio_v3.1\C6000\cgtools\lib\rts6400.lib"
16Source="..\..\libspeexdsp\buffer.c"
17Source="..\..\libspeexdsp\fftwrap.c"
18Source="..\..\libspeexdsp\filterbank.c"
19Source="..\..\libspeexdsp\jitter.c"
20Source="..\..\libspeexdsp\kiss_fft.c"
21Source="..\..\libspeexdsp\kiss_fftr.c"
22Source="..\..\libspeexdsp\mdf.c"
23Source="..\..\libspeexdsp\preprocess.c"
24Source="..\..\libspeexdsp\resample.c"
25Source="..\..\libspeexdsp\scal.c"
26Source="speex_C64_test.cmd"
27
28["Compiler" Settings: "Debug"]
29Options=-g -o3 -fr"$(Proj_dir)\Debug" -i"..\ti" -i"..\include" -d"_DEBUG" -d"CONFIG_TI_C6X" -d"HAVE_CONFIG_H" -mv6400
30
31["Compiler" Settings: "Release"]
32Options=-o3 -fr"$(Proj_dir)\Release" -i"..\ti" -i"..\include" -d"HAVE_CONFIG_H" -mv6400
33
34["DspBiosBuilder" Settings: "Debug"]
35Options=-v6x
36
37["DspBiosBuilder" Settings: "Release"]
38Options=-v6x
39
40["Linker" Settings: "Debug"]
41Options=-c -m".\Debug\speex_C64_test.map" -o".\Debug\speex_C64_test.out" -w -x
42
43["Linker" Settings: "Release"]
44Options=-c -m".\Release\speex_C64_test.map" -o".\Release\speex_C64_test.out" -w -x
45
46