Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7105d3

Browse files
committed
Merge pull request #110 from stonebig/master
small cleanup, base for 2015-05 release tag
2 parents 4212606 + b73c764 commit c7105d3

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

make.py

+3-19
Original file line numberDiff line numberDiff line change
@@ -1199,34 +1199,18 @@ def make_all(build_number, release_level, pyver,
11991199

12001200

12011201
if __name__ == '__main__':
1202-
# DO create only what version at a time
1202+
# DO create only one version at a time
12031203
# You may have to manually delete previous build\winpython-.. directory
12041204

12051205
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
12061206
# verbose=False, archis=(32, ))
1207-
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1208-
# verbose=False, archis=(64, ), flavor='')
1207+
make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1208+
verbose=False, archis=(64, ), flavor='')
12091209
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython\basedirQt5',
12101210
# verbose=False, archis=(64, ))
1211-
#make_all(9, '', pyver='3.3', rootdir=r'D:\Winpython',
1212-
# verbose=False, archis=(32, ))
1213-
#make_all(9, '', pyver='3.3', rootdir=r'D:\Winpython',
1214-
# verbose=False, archis=(64, ))
1215-
make_all(1, '', pyver='2.7', rootdir=r'D:\Winpython',
1216-
verbose=False, archis=(32, ))
12171211
#make_all(1, '', pyver='2.7', rootdir=r'D:\Winpython',
12181212
# verbose=False, archis=(64, ))
12191213
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1220-
# verbose=False, archis=(64, ), flavor='FlavorIgraph')
1221-
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1222-
# verbose=False, archis=(32, ), flavor='FlavorKivy')
1223-
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1224-
# verbose=False, archis=(32, ), flavor='FlavorRfull')
1225-
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
12261214
# verbose=False, archis=(64, ), flavor='FlavorRfull')
12271215
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1228-
# verbose=False, archis=(32, ), flavor='FlavorJulia')
1229-
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
12301216
# verbose=False, archis=(64, ), flavor='FlavorJulia')
1231-
#make_all(4, '', pyver='3.4', rootdir=r'D:\Winpython',
1232-
# verbose=False, archis=(32, ), flavor='FlavorRJulia')

0 commit comments

Comments
 (0)