view TOOLS/TVout/compile.sh @ 16459:2866304d5f4b

echores cleanup, introduce _res_comment variable to easily output additional information.
author reimar
date Mon, 12 Sep 2005 10:05:06 +0000
parents b205f8ca892a
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 ..