From f50ddaa63c563cf2483e9c61d22086a05cfd2115 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Wed, 9 Nov 2011 12:45:20 +0100 Subject: Added texture_distortion_glsl and x11argb_opengl_glsl codesamples --- samples/OpenGL/x11argb_opengl_glsl/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 samples/OpenGL/x11argb_opengl_glsl/Makefile (limited to 'samples/OpenGL/x11argb_opengl_glsl/Makefile') 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 + -- cgit v1.2.3