aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/build/config-win.def
blob: 40ac5ff52f7ce293910d20e473fbec1b065bebba (plain)
1
2
3
4
5
6
7
8
9
# which major python version?
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
# PY_NUMARRAY=1