/external/python/cpython2/ |
D | .gitignore | 45 PCbuild/*.ilk 46 PCbuild/*.user 47 PCbuild/*.suo 48 PCbuild/*.*sdf 49 PCbuild/*.bsc 50 PCbuild/*.dll 51 PCbuild/*.exe 52 PCbuild/*.exp 53 PCbuild/*.lib 54 PCbuild/*.ncb [all …]
|
/external/python/cpython3/Tools/buildbot/ |
D | remoteDeploy.bat | 33 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%PCBuild\arm32" 39 for /f "USEBACKQ" %%i in (`dir PCbuild\*.bat /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_… 40 for /f "USEBACKQ" %%i in (`dir PCbuild\*.py /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_D… 41 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.exe /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%RE… 42 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%RE… 43 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%RE…
|
D | clean.bat | 6 set pcbuild=%root%\PCbuild variable 9 call "%pcbuild%\build.bat" -t Clean -k %* 10 call "%pcbuild%\build.bat" -t Clean -k -d %* 17 del /s "%pcbuild%\python*.zip"
|
/external/python/cpython3/PCbuild/ |
D | prepare_tcltk.bat | 24 if "%PCBUILD%"=="" (set PCBUILD=%~dp0) variable 25 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%PCBUILD%\..\externals) 41 call "%PCBUILD%\find_msbuild.bat" %MSBUILD% 44 rem call "%PCBUILD%\find_python.bat" "%PYTHON%" 47 call "%PCBUILD%\get_externals.bat" --tkinter-src %ORG_SETTING% 49 %MSBUILD% "%PCBUILD%\tcl.vcxproj" /p:Configuration=Release /p:Platform=Win32 50 %MSBUILD% "%PCBUILD%\tk.vcxproj" /p:Configuration=Release /p:Platform=Win32 51 %MSBUILD% "%PCBUILD%\tix.vcxproj" /p:Configuration=Release /p:Platform=Win32 53 %MSBUILD% "%PCBUILD%\tcl.vcxproj" /p:Configuration=Release /p:Platform=x64 54 %MSBUILD% "%PCBUILD%\tk.vcxproj" /p:Configuration=Release /p:Platform=x64 [all …]
|
D | prepare_ssl.bat | 23 if "%PCBUILD%"=="" (set PCBUILD=%~dp0) variable 24 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%PCBUILD%\..\externals) 39 call "%PCBUILD%\find_msbuild.bat" %MSBUILD% 42 call "%PCBUILD%\find_python.bat" "%PYTHON%" 45 call "%PCBUILD%\get_externals.bat" --openssl-src --no-openssl %ORG_SETTING% 50 %MSBUILD% "%PCBUILD%\openssl.vcxproj" /p:Configuration=Release /p:Platform=Win32 52 %MSBUILD% "%PCBUILD%\openssl.vcxproj" /p:Configuration=Release /p:Platform=x64 54 %MSBUILD% "%PCBUILD%\openssl.vcxproj" /p:Configuration=Release /p:Platform=ARM 56 %MSBUILD% "%PCBUILD%\openssl.vcxproj" /p:Configuration=Release /p:Platform=ARM64
|
D | rt.bat | 31 set pcbuild=%~dp0 variable 42 if "%1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts 43 if "%1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts 44 if "%1"=="-arm64" (set prefix=%pcbuild%arm64) & shift & goto CheckOpts 45 if "%1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts 49 if not defined prefix set prefix=%pcbuild%amd64 55 "%exe%" "%pcbuild%rmpyc.py" 69 if /I %1 EQU Win32 (set prefix=%pcbuild%win32) & exit /B 0 70 if /I %1 EQU x64 (set prefix=%pcbuild%amd64) & exit /B 0 71 if /I %1 EQU ARM64 (set prefix=%pcbuild%arm64) & exit /B 0 [all …]
|
D | idle.bat | 7 set PCBUILD=%~dp0 variable 8 set exedir=%PCBUILD%\amd64 16 set cmd=%exedir%\%exe% %PCBUILD%\..\Lib\idlelib\idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9 23 if /I %1 EQU Win32 (set exedir=%PCBUILD%\win32) 24 if /I %1 EQU x64 (set exedir=%PCBUILD%\amd64) 25 if /I %1 EQU ARM (set exedir=%PCBUILD%\arm32) 26 if /I %1 EQU ARM64 (set exedir=%PCBUILD%\arm64)
|
D | get_externals.bat | 5 if NOT DEFINED PCBUILD (set PCBUILD=%~dp0) variable 6 if NOT DEFINED EXTERNALS_DIR (set EXTERNALS_DIR=%PCBUILD%\..\externals) 45 call "%PCBUILD%\find_python.bat" "%PYTHON%" 72 %PYTHON% -E "%PCBUILD%\get_external.py" -O %ORG% -e "%EXTERNALS_DIR%" %%e 92 %PYTHON% -E "%PCBUILD%\get_external.py" -b -O %ORG% -e "%EXTERNALS_DIR%" %%b 108 echo.with PCbuild\get_external.py.
|
/external/python/cpython3/ |
D | .gitignore | 86 PCbuild/*.user 87 PCbuild/*.suo 88 PCbuild/*.*sdf 89 PCbuild/*-pgi 90 PCbuild/*-pgo 91 PCbuild/*.VC.db 92 PCbuild/*.VC.opendb 93 PCbuild/amd64/ 94 PCbuild/arm32/ 95 PCbuild/arm64/ [all …]
|
/external/python/cpython3/Tools/nuget/ |
D | build.bat | 4 set PCBUILD=%D%..\..\PCbuild\ variable 5 if "%Py_OutDir%"=="" set Py_OutDir=%PCBUILD% 29 call "%PCBUILD%find_msbuild.bat" %MSBUILD% 35 if defined REBUILD ( call "%PCBUILD%build.bat" -e -r 36 ) else if not exist "%Py_OutDir%win32\python.exe" call "%PCBUILD%build.bat" -e 44 if defined REBUILD ( call "%PCBUILD%build.bat" -p x64 -e -r 45 ) else if not exist "%Py_OutDir%amd64\python.exe" call "%PCBUILD%build.bat" -p x64 -e 53 if defined REBUILD ( call "%PCBUILD%build.bat" -p ARM -e -r --no-tkinter 54 … ) else if not exist "%Py_OutDir%arm32\python.exe" call "%PCBUILD%build.bat" -p ARM -e --no-tkinter
|
/external/python/cpython2/Tools/nuget/ |
D | build.bat | 4 set PCBUILD=%D%..\..\PCBuild\ variable 24 call "%PCBUILD%find_msbuild.bat" %MSBUILD% 38 if defined REBUILD ( call "%PCBUILD%build.bat" -e -r 39 ) else if not exist "%PCBUILD%python.exe" call "%PCBUILD%build.bat" -e 47 if defined REBUILD ( call "%PCBUILD%build.bat" -p x64 -e -r 48 ) else if not exist "%PCBUILD%amd64\python.exe" call "%PCBUILD%build.bat" -p x64 -e
|
D | make_zip.py | 96 ('/', 'PCBuild/$arch', 'python.exe', is_not_debug), 97 ('/', 'PCBuild/$arch', 'pythonw.exe', is_not_debug), 98 ('/', 'PCBuild/$arch', 'python27.dll', None), 99 ('DLLs/', 'PCBuild/$arch', '*.pyd', is_not_debug), 100 ('DLLs/', 'PCBuild/$arch', '*.dll', is_not_debug_or_python), 104 ('libs/', 'PCBuild/$arch', '*.lib', include_in_libs), 109 ('/', 'PCBuild/$arch', 'python*.exe', is_not_debug), 110 ('/', 'PCBuild/$arch', '*.pyd', is_not_debug), 111 ('/', 'PCBuild/$arch', '*.dll', is_not_debug),
|
/external/python/cpython3/Tools/msi/ |
D | build.bat | 4 set PCBUILD=%D%..\..\PCbuild\ variable 26 call "%PCBUILD%find_msbuild.bat" %MSBUILD% 30 call "%PCBUILD%build.bat" -d -e %REBUILD% %BUILDTEST% 32 call "%PCBUILD%build.bat" -e %REBUILD% %BUILDTEST% 36 call "%PCBUILD%build.bat" -p x64 -d -e %REBUILD% %BUILDTEST% 38 call "%PCBUILD%build.bat" -p x64 -e %REBUILD% %BUILDTEST% 43 call "%PCBUILD%..\Doc\make.bat" htmlhelp
|
D | get_externals.bat | 6 if "%PCBUILD%"=="" (set PCBUILD=%HERE%..\..\PCbuild\) variable 35 call "%PCBUILD%\find_python.bat" "%PYTHON%" 46 %PYTHON% "%PCBUILD%get_external.py" -e "%EXTERNALS_DIR%" -O %ORG% %%e 66 %PYTHON% "%PCBUILD%get_external.py" -e "%EXTERNALS_DIR%" -b -O %ORG% %%b 82 echo.with PCbuild\get_external.py.
|
D | buildrelease.bat | 31 set PCBUILD=%D%..\..\PCbuild\ variable 32 if NOT DEFINED Py_OutDir set Py_OutDir=%PCBUILD% 75 call "%PCBUILD%find_msbuild.bat" %MSBUILD% 157 @echo call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -t %TARGET% %PGOOPTS% %CERTOPTS% 158 @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -t %TARGET% %PGOOPTS% %CERTOPTS% 163 @echo call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET% 164 @call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET%
|
/external/python/cpython3/Tools/freeze/ |
D | extensions_win32.ini | 13 ; (the *parent* of PCbuild); normally the freeze script takes 29 dsp=%PYTHONPREFIX%\PCbuild\_socket.dsp 32 dsp=%PYTHONPREFIX%\PCbuild\_sre.dsp 35 dsp=%PYTHONPREFIX%\PCbuild\unicodedata.dsp 38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp 41 dsp=%PYTHONPREFIX%\PCbuild\winsound.dsp 45 dsp=%PYTHONPREFIX%\PCbuild\parser.dsp 48 dsp=%PYTHONPREFIX%\PCbuild\select.dsp 51 dsp=%PYTHONPREFIX%\PCbuild\zlib.dsp 56 dsp=%PYTHONPREFIX%\PCbuild\winreg.dsp
|
/external/python/cpython2/Tools/freeze/ |
D | extensions_win32.ini | 13 ; (the *parent* of PCbuild); normally the freeze script takes 29 dsp=%PYTHONPREFIX%\PCBuild\_socket.dsp 32 dsp=%PYTHONPREFIX%\PCBuild\_sre.dsp 35 dsp=%PYTHONPREFIX%\PCBuild\unicodedata.dsp 38 dsp=%PYTHONPREFIX%\PCBuild\mmap.dsp 41 dsp=%PYTHONPREFIX%\PCBuild\winsound.dsp 45 dsp=%PYTHONPREFIX%\PCBuild\parser.dsp 48 dsp=%PYTHONPREFIX%\PCBuild\select.dsp 51 dsp=%PYTHONPREFIX%\PCBuild\zlib.dsp 56 dsp=%PYTHONPREFIX%\PCBuild\winreg.dsp
|
/external/python/cpython3/PC/bdist_wininst/ |
D | build.bat | 5 set PCBUILD=%~dp0..\..\PCbuild\ variable 10 call "%PCBUILD%find_msbuild.bat" %MSBUILD% 13 %MSBUILD% "%D%bdist_wininst.vcxproj" "/p:SolutionDir=%PCBUILD%\" /p:Configuration=Release /p:Platfo… 19 %MSBUILD% "%D%bdist_wininst.vcxproj" "/p:SolutionDir=%PCBUILD%\" /p:Configuration=Release /p:Platfo…
|
/external/python/cpython2/PCbuild/ |
D | get_externals.bat | 5 if "%PCBUILD%"=="" (set PCBUILD=%~dp0) variable 6 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%PCBUILD%\..\externals) 33 call "%PCBUILD%\find_python.bat" "%PYTHON%" 64 %PYTHON% "%PCBUILD%\get_external.py" -O %ORG% %%e 82 %PYTHON% "%PCBUILD%\get_external.py" -b -O %ORG% %%b 98 echo.with PCbuild\get_external.py.
|
D | rt.bat | 30 set pcbuild=%~dp0 variable 31 set prefix=%pcbuild% 41 if "%1"=="-x64" (set prefix=%pcbuild%amd64\) & shift & goto CheckOpts 45 set cmd="%exe%" %dashO% -Wd -3 -E -tt "%pcbuild%..\Lib\test\regrtest.py" %regrtestargs% 49 "%exe%" "%pcbuild%rmpyc.py"
|
/external/python/cpython2/Tools/buildbot/ |
D | clean.bat | 6 set pcbuild=%root%\PCbuild variable 9 call "%pcbuild%\build.bat" -t Clean -k %* 10 call "%pcbuild%\build.bat" -t Clean -k -d %*
|
/external/python/cpython2/PC/VS9.0/ |
D | rt.bat | 30 set pcbuild=%~dp0 variable 31 set prefix=%pcbuild% 43 PATH %PATH%;%pcbuild%..\..\externals\%tcltk%\bin 45 set cmd=%exe% %dashO% -Wd -3 -E -tt "%pcbuild%\..\..\Lib\test\regrtest.py" %1 %2 %3 %4 %5 %6 %7 %8 … 49 %exe% "%pcbuild%\rmpyc.py"
|
D | readme.txt | 16 All you need to do is open the workspace "pcbuild.sln" in Visual Studio, 22 The PCbuild directory is compatible with all versions of Visual Studio from 43 The 32bit builds end up in the solution folder PCbuild while the x64 builds 114 within our pcbuild.sln, which means this module expects to find a 126 ** NOTE: if you use the PCbuild\get_externals.bat approach for 137 ** NOTE: if you use the PCbuild\get_externals.bat approach for 142 PCbuild\get_externals.bat script to get external library sources, it also 159 The MSVC project simply invokes PCBuild/build_ssl.py to perform 232 The PCbuild solution makes heavy use of Visual Studio property files
|
/external/python/cpython2/.github/ |
D | appveyor.yml | 9 - externals -> PCbuild\* 31 - cmd: PCbuild\build.bat -e 32 - cmd: PCbuild\python.exe -m test.pythoninfo 34 - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest -j2
|
/external/python/cpython3/Tools/msi/launcher/ |
D | launcher.wixproj | 23 <MSBuild Projects="$(PySourcePath)PCbuild\pylauncher.vcxproj" Properties="Platform=Win32" /> 26 … <MSBuild Projects="$(PySourcePath)PCbuild\pywlauncher.vcxproj" Properties="Platform=Win32" /> 29 <MSBuild Projects="$(PySourcePath)PCbuild\pyshellext.vcxproj" Properties="Platform=Win32" /> 32 <MSBuild Projects="$(PySourcePath)PCbuild\pyshellext.vcxproj" Properties="Platform=x64" />
|