build.bat
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
- echo off
- rem This file is called from top-level build6000.bat to build video examples
- rem This script can be run stand-alone if you initialize the 'TIROOT', 'TCONF'
- rem and TIMAKE variables.
- echo on
- %TCONF% -Dconfig.tiRoot=%TIROOT% videocfg.tcf
- %TIMAKE% ntsc.pjt NTSC_DISPLAY_ONLY -a
- %TIMAKE% ntsc.pjt NTSC_LOOPBACK -a
- %TIMAKE% ntsc.pjt NTSC_LOOPBACK_PIP -a
- %TIMAKE% pal.pjt PAL_DISPLAY_ONLY -a
- %TIMAKE% pal.pjt PAL_LOOPBACK -a
- %TIMAKE% pal.pjt PAL_LOOPBACK_PIP -a
- %TIMAKE% vga.pjt VGA_DISPLAY_ONLY -a
- %TIMAKE% vga.pjt VGA_LOOPBACK -a
- %TIMAKE% vga.pjt VGA_LOOPBACK_PIP -a
- %TIMAKE% hd.pjt HD_DISPLAY_ONLY -a
- %TIMAKE% hd.pjt HD_LOOPBACK -a
- %TIMAKE% hd.pjt HD_LOOPBACK_PIP -a