summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2014-11-01 18:07:31 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2014-11-01 18:07:31 +0100
commit02d58e96c321ed66ecccb3abb5430df2657c3fca (patch)
tree50c69eed94e48f6a015cf409a3bfa7c3e6d2a9ba /make.bat
parentf8e338c4ca8f8f15bb2afd013280bbd0c86a6219 (diff)
downloadpsutil-02d58e96c321ed66ecccb3abb5430df2657c3fca.tar.gz
#521 remove python 2.4 and 2.5 support
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat3
1 files changed, 0 insertions, 3 deletions
diff --git a/make.bat b/make.bat
index 72ace94c..24e5c7e3 100644
--- a/make.bat
+++ b/make.bat
@@ -7,7 +7,6 @@ rem psutil ("make.bat build", "make.bat install") and running tests
rem ("make.bat test").
rem
rem This script is modeled after my Windows installation which uses:
-rem - mingw32 for Python 2.4 and 2.5
rem - Visual studio 2008 for Python 2.6, 2.7, 3.2
rem - Visual studio 2010 for Python 3.3+
rem ...therefore it might not work on your Windows installation.
@@ -17,8 +16,6 @@ rem To compile for a specific Python version run:
rem
rem set PYTHON=C:\Python24\python.exe & make.bat build
rem
-rem If you compile by using mingw on Python 2.4 and 2.5 you need to patch
-rem distutils first: http://stackoverflow.com/questions/13592192
rem ==========================================================================
if "%PYTHON%" == "" (