speex_C54_test.pjt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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_C54_test\"
  4. ProjectType=Executable
  5. CPUFamily=TMS320C54XX
  6. Tool="Compiler"
  7. Tool="CustomBuilder"
  8. Tool="DspBiosBuilder"
  9. Tool="Linker"
  10. Config="Debug"
  11. Config="Release"
  12. [Source Files]
  13. Source="..\..\libspeex\bits.c"
  14. Source="..\..\libspeex\cb_search.c"
  15. Source="..\..\libspeex\exc_10_16_table.c"
  16. Source="..\..\libspeex\exc_10_32_table.c"
  17. Source="..\..\libspeex\exc_20_32_table.c"
  18. Source="..\..\libspeex\exc_5_256_table.c"
  19. Source="..\..\libspeex\exc_5_64_table.c"
  20. Source="..\..\libspeex\exc_8_128_table.c"
  21. Source="..\..\libspeex\filters.c"
  22. Source="..\..\libspeex\gain_table.c"
  23. Source="..\..\libspeex\gain_table_lbr.c"
  24. Source="..\..\libspeex\lpc.c"
  25. Source="..\..\libspeex\lsp.c"
  26. Source="..\..\libspeex\lsp_tables_nb.c"
  27. Source="..\..\libspeex\ltp.c"
  28. Source="..\..\libspeex\modes.c"
  29. Source="..\..\libspeex\nb_celp.c"
  30. Source="..\..\libspeex\quant_lsp.c"
  31. Source="..\..\libspeex\sb_celp.c"
  32. Source="..\..\libspeex\speex.c"
  33. Source="..\..\libspeex\speex_callbacks.c"
  34. Source="..\..\libspeex\vbr.c"
  35. Source="..\..\libspeex\vq.c"
  36. Source="..\..\libspeex\window.c"
  37. Source="..\..\ti\testenc-TI-C5x.c"
  38. Source="speex_C54_test.cmd"
  39. ["Compiler" Settings: "Debug"]
  40. Options=-g -q -o3 -fr"..\ti\speex_C54_test\Debug" -i"..\ti" -i"..\include" -d"_DEBUG" -d"CONFIG_TI_C54X" -d"HAVE_CONFIG_H" -d"NO_LONGLONG" -mf -ms
  41. ["Compiler" Settings: "Release"]
  42. Options=-q -o2 -fr"..\ti\speex_C54_test\Release" -i"..\ti" -i"..\include" -d"CONFIG_TI_C54X" -d"HAVE_CONFIG_H" -d"NO_LONGLONG" -mf -ms
  43. ["DspBiosBuilder" Settings: "Debug"]
  44. Options=-v54
  45. ["DspBiosBuilder" Settings: "Release"]
  46. Options=-v54
  47. ["Linker" Settings: "Debug"]
  48. Options=-q -c -heap4096 -m".\Debug\speex_C54_test.map" -o".\Debug\speex_C54_test.out" -stack4096 -w -x
  49. ["Linker" Settings: "Release"]
  50. Options=-q -c -m".\Release\speex_C54_test.map" -o".\Release\speex_C54_test.out" -w -x