From cde22b2680737c879af172914e7819ebab925234 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 31 Aug 2010 18:09:19 +0000 Subject: sync with 0.12.6-darcs svn path=/trunk/externals/pdp/; revision=13950 --- opengl/configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 opengl/configure (limited to 'opengl') 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 + + -- cgit v1.2.1