summaryrefslogtreecommitdiff
path: root/hacks/gl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/gl/Makefile')
-rw-r--r--hacks/gl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/gl/Makefile b/hacks/gl/Makefile
new file mode 100644
index 000000000..7be9bafa9
--- /dev/null
+++ b/hacks/gl/Makefile
@@ -0,0 +1,2 @@
+gl: drawable.cc basic_gl_pane.cc image.cc image_loader.cc
+ g++ drawable.cc basic_gl_pane.cc image.cc image_loader.cc -o gl `wx-config --cflags --libs --gl-libs` -lGL -lGLU