view TOOLS/TVout/compile.sh @ 21606:ee21c7dff35f

gcc 2.95 fix
author ods15
date Fri, 15 Dec 2006 08:20:05 +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 ..