diff options
Diffstat (limited to 'TOOLS/GL-test/compile.sh')
-rwxr-xr-x | TOOLS/GL-test/compile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TOOLS/GL-test/compile.sh b/TOOLS/GL-test/compile.sh new file mode 100755 index 0000000000..2bb40def0a --- /dev/null +++ b/TOOLS/GL-test/compile.sh @@ -0,0 +1,2 @@ + +gcc -g -O4 gltest.c ../../linux/timer-lx.o -o gltest -L/usr/X11/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm |