view TOOLS/TVout/clean.sh @ 18388:afcecc96ed2d

fix the warning generated (in gcc4) by the 'inline' keyword position. patch by Pierre Lombard
author iive
date Fri, 05 May 2006 11:13:08 +0000
parents b205f8ca892a
children
line wrap: on
line source


# Compile TVout tools

rm -f con2fb/con2fb

cd matroxset
make clean
cd ..

cd fbset
make clean
cd ..