FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
winpython/generate_winpython_distros39_dot.bat at master · DevLang-Python/winpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DevLang-Python
/
winpython
Public
forked from
winpython/winpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
winpython
/
generate_winpython_distros39_dot.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (28 loc) · 1.01 KB
Breadcrumbs
winpython
/
generate_winpython_distros39_dot.bat
Copy path
File metadata and controls
47 lines (28 loc) · 1.01 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
rem
this replace running manually from spyder the make.py
rem
to launch from a winpython module 'make' directory
set
my_original_path
=
%path%
set
my_buildenv
=
C:\winpython-64bit-3.4.3.7Qt5
set
my_root_dir_for_builds
=
C:\Winp
set
my_python_target
=
39
set
my_pyver
=
3.9
set
my_flavor
=
dot
set
my_release
=
0
set
my_release_level
=
a5
rem
set my_create_installer=False
set
my_create_installer
=
nsis.zip
set
my_create_installer
=
7zip
set
my_arch
=
64
set
my_preclear_build_directory
=
Yes
set
tmp_reqdir
=
%my_root_dir_for_builds%
\bd
%my_python_target%
set
my_requirements
=
C:\Winp\bd39\dot_requirements.txt
set
my_find_links
=
C:\Winp\packages.srcreq
set
my_source_dirs
=
C:\Winp\bd39\packages.win-amd64
set
my_toolsdirs
=
C:\Winp\bdTools\Tools.dot
set
my_docsdirs
=
C:\WinP\bdDocs\docs.dot
set
my_install_options
=
--no-index --pre --trusted-host=None
call
%~dp0
\generate_a_winpython_distro.bat
set
my_arch
=
32
set
my_preclear_build_directory
=
No
set
my_source_dirs
=
C:\Winp\bd39\packages.win32
call
%~dp0
\generate_a_winpython_distro.bat
pause
Back
|
FazBrowse Home
|
New Git URL