aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/build/config-win.def
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/build/config-win.def')
-rw-r--r--externals/grill/py/build/config-win.def6
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/grill/py/build/config-win.def b/externals/grill/py/build/config-win.def
index 40ac5ff5..fee70e7b 100644
--- a/externals/grill/py/build/config-win.def
+++ b/externals/grill/py/build/config-win.def
@@ -4,6 +4,8 @@ PYTHONVER=24
# where is the Python installation?
PYTHONPATH=%programfiles%/python$(PYTHONVER)
-# uncomment if numarray support should be compiled in
-# for info about numarray see http://numeric.scipy.org
+# uncomment if numpy/numarray/numeric support should be compiled in
+# for info see http://numeric.scipy.org
+PY_NUMPY=1
# PY_NUMARRAY=1
+# PY_NUMERIC=1