From 9ae1dd455b7c2eb695aff6663d32608c32ceea92 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 19 Jul 2005 23:09:37 +0000 Subject: added cygwin support svn path=/trunk/; revision=3363 --- externals/grill/py/build/config-win.def | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'externals/grill/py/build/config-win.def') diff --git a/externals/grill/py/build/config-win.def b/externals/grill/py/build/config-win.def index 31cfe0a9..a4f0569e 100644 --- a/externals/grill/py/build/config-win.def +++ b/externals/grill/py/build/config-win.def @@ -1,5 +1,8 @@ +# which major python version? +PYTHONVER=24 + # where is the Python installation? -PYTHONPATH=c:\programme\prog\python24 +PYTHONPATH=c:/programme/prog/python$(PYTHONVER) # uncomment if numarray support should be compiled in # for info about numarray see http://numeric.scipy.org -- cgit v1.2.1