summaryrefslogtreecommitdiffstats
path: root/TOOLS/TVout/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/TVout/compile.sh')
-rwxr-xr-xTOOLS/TVout/compile.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/TOOLS/TVout/compile.sh b/TOOLS/TVout/compile.sh
deleted file mode 100755
index 51160101bd..0000000000
--- a/TOOLS/TVout/compile.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# Compile TVout tools
-
-cd con2fb
-gcc con2fb.c -o con2fb
-cd ..
-
-cd matroxset
-make
-cd ..
-
-cd fbset
-make
-cd ..
-