123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ; 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="..\..\libspeex\bits.c"
- Source="..\..\libspeex\cb_search.c"
- Source="..\..\libspeex\exc_10_16_table.c"
- Source="..\..\libspeex\exc_10_32_table.c"
- Source="..\..\libspeex\exc_20_32_table.c"
- Source="..\..\libspeex\exc_5_256_table.c"
- Source="..\..\libspeex\exc_5_64_table.c"
- Source="..\..\libspeex\exc_8_128_table.c"
- Source="..\..\libspeex\filters.c"
- Source="..\..\libspeex\gain_table.c"
- Source="..\..\libspeex\gain_table_lbr.c"
- Source="..\..\libspeex\lpc.c"
- Source="..\..\libspeex\lsp.c"
- Source="..\..\libspeex\lsp_tables_nb.c"
- Source="..\..\libspeex\ltp.c"
- Source="..\..\libspeex\modes.c"
- Source="..\..\libspeex\nb_celp.c"
- Source="..\..\libspeex\quant_lsp.c"
- Source="..\..\libspeex\sb_celp.c"
- Source="..\..\libspeex\speex.c"
- Source="..\..\libspeex\speex_callbacks.c"
- Source="..\..\libspeex\vbr.c"
- Source="..\..\libspeex\vq.c"
- Source="..\..\libspeex\window.c"
- Source="..\testenc-TI-C64x.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
|