view TVout/compile.sh @ 10391:eb1f8a10ce62

full-featured gcc ppc optimization (601,603,604,740,750,745,755,7400,7410,7450)
author alex
date Mon, 07 Jul 2003 16:26:27 +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 ..