view TOOLS/TVout/compile.sh @ 18466:028e4c7a749e

posix compliance, dont use ancient legacy name
author rfelker
date Sat, 13 May 2006 05:51:35 +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 ..