view TVout/compile.sh @ 6285:0b73c83bc47f

automatically adding untranslated messages to help_mp.h from english master file
author arpi
date Mon, 03 Jun 2002 17:48:19 +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 ..