forked from winpython/winpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stonebig
committed
Aug 12, 2017
1 parent
7cdf427
commit 8f7ddfe
Showing
5 changed files
with
59 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
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:\Winpython | ||
set my_python_target=36 | ||
set my_pyver=3.6 | ||
|
||
set my_flavor=Qt5 | ||
|
||
set my_release=0 | ||
|
||
set my_release_level= | ||
|
||
set my_arch=32 | ||
set my_preclear_build_directory=Yes | ||
|
||
set tmp_reqdir=%my_root_dir_for_builds%\basedir%my_python_target% | ||
|
||
set my_requirements=C:\Winpython\basedir36\Qt5_requirements.txt | ||
|
||
set my_find_links=C:\WinPython\packages.srcreq | ||
|
||
set my_source_dirs=C:\WinPython\basedir36\packages.win32.Qt5 | ||
set my_toolsdirs=C:\WinPython\basedir36\Tools | ||
set my_docsdirs=C:\WinPython\basedir36\docs | ||
|
||
set my_install_options=--no-index --pre --trusted-host=None | ||
|
||
call %~dp0\generate_a_winpython_distro.bat | ||
|
||
set my_arch=64 | ||
set my_requirements=C:\Winpython\basedir36\Qt5_requirements64.txt | ||
set my_toolsdirs=C:\WinPython\basedir36\Tools64 | ||
|
||
set my_preclear_build_directory=No | ||
set my_source_dirs=C:\WinPython\basedir36\packages.win-amd64.Qt5 | ||
call %~dp0\generate_a_winpython_distro.bat | ||
|
||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters