aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl_glsl
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2012-04-27 20:43:08 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2012-04-27 20:43:08 +0200
commit623fc8c73de35bef0785f09bae8a3f607f8ed087 (patch)
tree8d14f7bff925e01e90557db6b8ffb282b9784c3d /samples/OpenGL/x11argb_opengl_glsl
parent91925ccf445f27ba98a1292e77cda208cbf86551 (diff)
downloadcodesamples-623fc8c73de35bef0785f09bae8a3f607f8ed087.tar.gz
codesamples-623fc8c73de35bef0785f09bae8a3f607f8ed087.tar.bz2
qt_terr - a simple quadtree based terrain renderer with LOD
Diffstat (limited to 'samples/OpenGL/x11argb_opengl_glsl')
-rw-r--r--samples/OpenGL/x11argb_opengl_glsl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/OpenGL/x11argb_opengl_glsl/Makefile b/samples/OpenGL/x11argb_opengl_glsl/Makefile
index e32b597..6c234cb 100644
--- a/samples/OpenGL/x11argb_opengl_glsl/Makefile
+++ b/samples/OpenGL/x11argb_opengl_glsl/Makefile
@@ -1,5 +1,3 @@
-CC=pcc
-
x11argb_opengl_glsl: x11argb_opengl_glsl.c Makefile
$(CC) -std=c99 -g3 -o x11argb_opengl_glsl x11argb_opengl_glsl.c -lX11 -lXrender -lGLEW -lm