view TOOLS/TVout/compile.sh @ 15270:f5a466e5b198

not all Windows version have ABOVE_NORMAL and BELOW_NORMAL priorities...
author reimar
date Tue, 26 Apr 2005 15:07:11 +0000 (2005-04-26)
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 ..