summaryrefslogtreecommitdiff
path: root/hacks/gl/Makefile
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-28 22:41:25 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-28 22:41:25 +0000
commit1409af06f789ee1a832e61ed722cc48ed18f89f3 (patch)
treef1393eff53f5b25ef4b005da1de981793037eb2c /hacks/gl/Makefile
parent4117c113eeffe817fddc1c63f5d10eb4e6ada4f9 (diff)
OpenGL hacks.
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