From ea6e3d7cbc47e6b49b7cbff83575fe7254dc8a4d Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 6 Jan 2015 07:30:12 -0800 Subject: windows: remove last python 2.4/2.5 references from make.bat; update dates --- make.bat | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'make.bat') diff --git a/make.bat b/make.bat index 24e5c7e3..febf7d2f 100644 --- a/make.bat +++ b/make.bat @@ -41,9 +41,9 @@ if "%1" == "help" ( echo build-wheels create wheel installers in dist directory echo clean clean build files echo install compile and install - echo memtest run memory leak tests echo setup-env install pip, unittest2, wheels for all python versions echo test run tests + echo test-memleaks run memory leak tests echo test-process run process related tests echo test-system run system APIs related tests echo uninstall uninstall @@ -132,9 +132,6 @@ if "%1" == "test-memleaks" ( if "%1" == "build-exes" ( :build-exes - rem mingw 32 versions - C:\Python24\python.exe setup.py build -c mingw32 bdist_wininst || goto :error - C:\Python25\python.exe setup.py build -c mingw32 bdist_wininst || goto :error rem "standard" 32 bit versions, using VS 2008 (2.6, 2.7) or VS 2010 (3.3+) C:\Python26\python.exe setup.py build bdist_wininst || goto :error C:\Python27\python.exe setup.py build bdist_wininst || goto :error @@ -154,8 +151,6 @@ if "%1" == "build-exes" ( if "%1" == "upload-exes" ( :upload-exes - rem mingw 32 versions - C:\Python25\python.exe setup.py build -c mingw32 bdist_wininst upload || goto :error rem "standard" 32 bit versions, using VS 2008 (2.6, 2.7) or VS 2010 (3.3+) C:\Python26\python.exe setup.py bdist_wininst upload || goto :error C:\Python27\python.exe setup.py bdist_wininst upload || goto :error -- cgit v1.2.1