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/texture_distortion_glsl/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 samples/OpenGL/texture_distortion_glsl/Makefile (limited to 'samples/OpenGL/texture_distortion_glsl/Makefile') diff --git a/samples/OpenGL/texture_distortion_glsl/Makefile b/samples/OpenGL/texture_distortion_glsl/Makefile new file mode 100644 index 0000000..fbb01d0 --- /dev/null +++ b/samples/OpenGL/texture_distortion_glsl/Makefile @@ -0,0 +1,3 @@ +texture_distortion_glsl: texture_distortion_glsl.c + cc -o texture_distortion_glsl texture_distortion_glsl.c -lGL -lGLEW -lglfw + -- cgit v1.2.3