We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3760cf1 commit ed94f8eCopy full SHA for ed94f8e
release/win32/Makefile
@@ -1,11 +1,11 @@
1
PYTHON = C:/Python26/python.exe
2
-SRCDIR = ${PWD} # autoconf needs this path
3
-WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}` # distutils needs windows paths
+SRCDIR = ${PWD}# autoconf needs this path
+WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}`# distutils needs windows paths
4
ZLIBVERSION = 1.2.3
5
PNGVERSION = 1.2.33
6
FREETYPEVERSION = 2.3.7
7
-#TCLTKVERSION = 8.4.19 # Before Python 2.6
8
-TCLTKVERSION = 8.5.7 # Python 2.6
+#TCLTKVERSION = 8.4.19# Before Python 2.6
+TCLTKVERSION = 8.5.7# Python 2.6
9
MPLVERSION = 0.98.6svn
10
11
## You shouldn't need to configure past this point
0 commit comments