aboutsummaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2010-08-31 18:09:19 +0000
committerTom Schouten <doelie@users.sourceforge.net>2010-08-31 18:09:19 +0000
commitcde22b2680737c879af172914e7819ebab925234 (patch)
treeefe2006a94c43e23f41171ed4e580176cb258fec /opengl
parent6ed4fdc7a319a73e8d92bb80f968891c21f874d7 (diff)
sync with 0.12.6-darcs
svn path=/trunk/externals/pdp/; revision=13950
Diffstat (limited to 'opengl')
-rwxr-xr-xopengl/configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/opengl/configure b/opengl/configure
new file mode 100755
index 0000000..5fd6341
--- /dev/null
+++ b/opengl/configure
@@ -0,0 +1,11 @@
+#!/bin/bash
+# hack: use parent dir's Makefile.config
+
+cp ../Makefile.config .
+
+TARGET=`cat Makefile.config | grep PDP_TARGET | awk -F= '{print $2}'`
+
+echo "PDP_OPENGL_LIBRARY_NAME=pdp_opengl.pd_${TARGET}" >> Makefile.config
+echo "TARGET=${TARGET}" >> Makefile.config
+
+