build.bat
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. echo off
  2. rem This file is called from top-level build6000.bat to build video examples
  3. rem This script can be run stand-alone if you initialize the 'TIROOT', 'TCONF'
  4. rem and TIMAKE variables.
  5. echo on
  6. %TCONF% -Dconfig.tiRoot=%TIROOT% videocfg.tcf
  7. %TIMAKE% ntsc.pjt NTSC_DISPLAY_ONLY -a
  8. %TIMAKE% ntsc.pjt NTSC_LOOPBACK -a
  9. %TIMAKE% ntsc.pjt NTSC_LOOPBACK_PIP -a
  10. %TIMAKE% pal.pjt PAL_DISPLAY_ONLY -a
  11. %TIMAKE% pal.pjt PAL_LOOPBACK -a
  12. %TIMAKE% pal.pjt PAL_LOOPBACK_PIP -a
  13. %TIMAKE% vga.pjt VGA_DISPLAY_ONLY -a
  14. %TIMAKE% vga.pjt VGA_LOOPBACK -a
  15. %TIMAKE% vga.pjt VGA_LOOPBACK_PIP -a
  16. %TIMAKE% hd.pjt HD_DISPLAY_ONLY -a
  17. %TIMAKE% hd.pjt HD_LOOPBACK -a
  18. %TIMAKE% hd.pjt HD_LOOPBACK_PIP -a