aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl_glsl/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2011-11-09 12:45:20 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2011-11-09 12:45:20 +0100
commitf50ddaa63c563cf2483e9c61d22086a05cfd2115 (patch)
tree1e5a596cfd8a41f058c5643aba81f1b584d903e7 /samples/OpenGL/x11argb_opengl_glsl/Makefile
parent46f03b144af52b327a468cf9f7a0a84b0ee1e5f3 (diff)
downloadcodesamples-f50ddaa63c563cf2483e9c61d22086a05cfd2115.tar.gz
codesamples-f50ddaa63c563cf2483e9c61d22086a05cfd2115.tar.bz2
Added texture_distortion_glsl and x11argb_opengl_glsl codesamples
Diffstat (limited to 'samples/OpenGL/x11argb_opengl_glsl/Makefile')
-rw-r--r--samples/OpenGL/x11argb_opengl_glsl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OpenGL/x11argb_opengl_glsl/Makefile b/samples/OpenGL/x11argb_opengl_glsl/Makefile
new file mode 100644
index 0000000..6c234cb
--- /dev/null
+++ b/samples/OpenGL/x11argb_opengl_glsl/Makefile
@@ -0,0 +1,3 @@
+x11argb_opengl_glsl: x11argb_opengl_glsl.c Makefile
+ $(CC) -std=c99 -g3 -o x11argb_opengl_glsl x11argb_opengl_glsl.c -lX11 -lXrender -lGLEW -lm
+