Skip to content

Commit 2351227

Browse files
author
stonebig
committed
build all versions in one batch
1 parent d370793 commit 2351227

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

generate_winpython_distros33.bat

Lines changed: 0 additions & 22 deletions
This file was deleted.

generate_winpython_distros_all.bat

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rem this replace running manually from spyder the make.py
2+
rem to launch from a winpython module 'make' directory
3+
4+
set my_original_path_one=%path%
5+
6+
call %~dp0\generate_winpython_distros34.bat
7+
8+
set path=%my_original_path_one%
9+
10+
11+
call %~dp0\generate_winpython_distros27.bat
12+
13+
14+
pause

0 commit comments

Comments
 (0)