view TVout/compile.sh @ 5842:d6eab895c742

Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I have no athlon or k6-2.
author atmos4
date Fri, 26 Apr 2002 19:14:47 +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 ..