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. set TIROOT=%TI_DIR%
  7. set TIMAKE=%TIROOT%ccbintimake
  8. %TIMAKE% ntsc.pjt NTSC_DISPLAY_ONLY %1
  9. %TIMAKE% ntsc.pjt NTSC_LOOPBACK     %1
  10. %TIMAKE% ntsc.pjt NTSC_LOOPBACK_PIP %1
  11. %TIMAKE% pal.pjt PAL_DISPLAY_ONLY  %1
  12. %TIMAKE% pal.pjt PAL_LOOPBACK      %1
  13. %TIMAKE% pal.pjt PAL_LOOPBACK_PIP  %1
  14. %TIMAKE% vga.pjt VGA_DISPLAY_ONLY  %1
  15. %TIMAKE% vga.pjt VGA_LOOPBACK      %1
  16. %TIMAKE% vga.pjt VGA_LOOPBACK_PIP  %1
  17. %TIMAKE% hd.pjt HD_DISPLAY_ONLY    %1
  18. %TIMAKE% hd.pjt HD_LOOPBACK        %1
  19. %TIMAKE% hd.pjt HD_LOOPBACK_PIP    %1
  20. %TIMAKE% scaling.pjt scaling_NTSC %1
  21. %TIMAKE% scaling.pjt scaling_PAL  %1
  22. %TIMAKE% scaling.pjt scaling_USER %1