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
2
2
PYTHON = ${PYDIR}/python.exe
3
3
SRCDIR = ${PWD}
4
4
WINSRCDIR = ` ${PWD} /data/mingw_path.sh ${PWD} `
5
5
ZLIBVERSION = 1.2.3
6
6
PNGVERSION = 1.2.36
7
7
FREETYPEVERSION = 2.3.9
8
8
TCLTKVERSION = 8.5.7
9
- MPLVERSION = 0.98.5.3
9
+ MPLVERSION = 0.99.0.rc1
10
10
11
11
# # You shouldn't need to configure past this point
12
12
@@ -89,8 +89,8 @@ installers:
89
89
rm -rf build && \
90
90
cp ../data/setup* .* . && \
91
91
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
94
94
95
95
96
96
inplace :
You can’t perform that action at this time.
0 commit comments