view TVout/compile.sh @ 12080:1abbfe730adc

Revert my old twos fix, it seems to break more files than it fixed. If your file sound wrong, please uncomment and test
author rtognimp
date Sun, 28 Mar 2004 22:03:37 +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 ..