view TVout/compile.sh @ 3883:8821d4ab94cd

only print last line warning if verbose is on
author michael
date Sun, 30 Dec 2001 00:57:35 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


# Compile TVout tools

cd con2fb
gcc con2fb.c -o con2fb
cd ..

cd matroxset
make
cd ..

cd fbset
make
cd ..