speex_C64_test.pjt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ; Code Composer Project File, Version 2.0 (do not modify or remove this line)
  2. [Project Settings]
  3. ProjectDir="C:\Speex\speex_14274\ti\speex_C64_test\"
  4. ProjectType=Executable
  5. CPUFamily=TMS320C64XX
  6. Tool="Compiler"
  7. Tool="CustomBuilder"
  8. Tool="DspBiosBuilder"
  9. Tool="Linker"
  10. Config="Debug"
  11. Config="Release"
  12. [Source Files]
  13. Source="..\..\..\..\CCStudio_v3.1\C6000\cgtools\lib\rts6400.lib"
  14. Source="..\..\libspeex\bits.c"
  15. Source="..\..\libspeex\cb_search.c"
  16. Source="..\..\libspeex\exc_10_16_table.c"
  17. Source="..\..\libspeex\exc_10_32_table.c"
  18. Source="..\..\libspeex\exc_20_32_table.c"
  19. Source="..\..\libspeex\exc_5_256_table.c"
  20. Source="..\..\libspeex\exc_5_64_table.c"
  21. Source="..\..\libspeex\exc_8_128_table.c"
  22. Source="..\..\libspeex\filters.c"
  23. Source="..\..\libspeex\gain_table.c"
  24. Source="..\..\libspeex\gain_table_lbr.c"
  25. Source="..\..\libspeex\lpc.c"
  26. Source="..\..\libspeex\lsp.c"
  27. Source="..\..\libspeex\lsp_tables_nb.c"
  28. Source="..\..\libspeex\ltp.c"
  29. Source="..\..\libspeex\modes.c"
  30. Source="..\..\libspeex\nb_celp.c"
  31. Source="..\..\libspeex\quant_lsp.c"
  32. Source="..\..\libspeex\sb_celp.c"
  33. Source="..\..\libspeex\speex.c"
  34. Source="..\..\libspeex\speex_callbacks.c"
  35. Source="..\..\libspeex\vbr.c"
  36. Source="..\..\libspeex\vq.c"
  37. Source="..\..\libspeex\window.c"
  38. Source="..\testenc-TI-C64x.c"
  39. Source="speex_C64_test.cmd"
  40. ["Compiler" Settings: "Debug"]
  41. Options=-g -o3 -fr"$(Proj_dir)\Debug" -i"..\ti" -i"..\include" -d"_DEBUG" -d"CONFIG_TI_C6X" -d"HAVE_CONFIG_H" -mv6400
  42. ["Compiler" Settings: "Release"]
  43. Options=-o3 -fr"$(Proj_dir)\Release" -i"..\ti" -i"..\include" -d"HAVE_CONFIG_H" -mv6400
  44. ["DspBiosBuilder" Settings: "Debug"]
  45. Options=-v6x
  46. ["DspBiosBuilder" Settings: "Release"]
  47. Options=-v6x
  48. ["Linker" Settings: "Debug"]
  49. Options=-c -m".\Debug\speex_C64_test.map" -o".\Debug\speex_C64_test.out" -w -x
  50. ["Linker" Settings: "Release"]
  51. Options=-c -m".\Release\speex_C64_test.map" -o".\Release\speex_C64_test.out" -w -x