view TVout/compile.sh @ 10242:4e34d468f549

warning fixes by Dominik
author alex
date Tue, 03 Jun 2003 17:43:49 +0000 (2003-06-03)
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 ..