File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- PYDIR = C:/Python26
1+ PYDIR = C:/Python25
22PYTHON = ${PYDIR}/python.exe
33SRCDIR = ${PWD}
44WINSRCDIR = ` ${PWD} /data/mingw_path.sh ${PWD} `
55ZLIBVERSION = 1.2.3
66PNGVERSION = 1.2.36
77FREETYPEVERSION = 2.3.9
88TCLTKVERSION = 8.5.7
9- MPLVERSION = 0.98.5.3
9+ MPLVERSION = 0.99.0.rc1
1010
1111# # You shouldn't need to configure past this point
1212
@@ -89,8 +89,8 @@ installers:
8989 rm -rf build && \
9090 cp ../data/setup* .* . && \
9191 export CFLAGS=" ${CFLAGS} " && \
92- ${PYTHON} setupwin.py build_ext -c mingw32 -I ${PY_INCLUDE} -L ${PY_LINKER} bdist_wininst
93- # ${PYTHON} setupwinegg.py build_ext -c mingw32 -I ${PY_INCLUDE} -L ${PY_LINKER} bdist_egg
92+ ${PYTHON} setupwin.py build_ext -c mingw32 -I ${PY_INCLUDE} -L ${PY_LINKER} bdist_wininst && \
93+ ${PYTHON} setupwinegg.py build_ext -c mingw32 -I ${PY_INCLUDE} -L ${PY_LINKER} bdist_egg
9494
9595
9696inplace :
You can’t perform that action at this time.
0 commit comments