Skip to content

Commit 2e80056

Browse files
committed
update the makefile for win32 build
svn path=/branches/v0_99_maint/; revision=7326
1 parent a77613f commit 2e80056

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release/win32/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
PYDIR = C:/Python26
1+
PYDIR = C:/Python25
22
PYTHON = ${PYDIR}/python.exe
33
SRCDIR = ${PWD}
44
WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}`
55
ZLIBVERSION = 1.2.3
66
PNGVERSION = 1.2.36
77
FREETYPEVERSION = 2.3.9
88
TCLTKVERSION = 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

9696
inplace:

0 commit comments

Comments
 (0)