Home
last modified time | relevance | path

Searched refs:pcbuild (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/PCbuild/
Drt.bat31 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 …]
Denv.ps11 $pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent; variable
2 & cmd /K "$pcbuild\env.bat" $args variable
Dreadme.txt25 any arguments. After this succeeds, you can open the "pcbuild.sln"
88 are managed by the pcbuild.sln solution file. Each sub-project is
Dbuild.bat155 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
/external/python/cpython3/Tools/buildbot/
Dclean.bat6 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"
DremotePythonInfo.bat13 if "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift & go…
/external/python/cpython2/Tools/buildbot/
Dclean.bat6 set pcbuild=%root%\PCbuild variable
9 call "%pcbuild%\build.bat" -t Clean -k %*
10 call "%pcbuild%\build.bat" -t Clean -k -d %*
Dbuildmsi.bat8 vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
/external/python/cpython2/PC/VS9.0/
Drt.bat30 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"
Dbuild.bat108 vcbuild "%dir%pcbuild.sln" %target% "%conf%|%platf%" %1 %2 %3 %4 %5 %6 %7 %8 %9
Dreadme.txt16 All you need to do is open the workspace "pcbuild.sln" in Visual Studio,
114 within our pcbuild.sln, which means this module expects to find a
/external/python/cpython2/PCbuild/
Drt.bat30 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"
Dbuild.bat136 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
Dreadme.txt48 Then, to continue development, you can open the solution "pcbuild.sln" in
136 are managed by the pcbuild.sln solution file. Each sub-project is
/external/python/cpython2/PC/VS8.0/
Dbuild.bat15 set cmd=devenv pcbuild.sln %build% "%conf%|%platf%"
/external/python/cpython2/PC/VC6/
Dreadme.txt8 All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select
/external/python/cpython3/Lib/idlelib/idle_test/
DREADME.txt226 set py=f:\dev\3x\pcbuild\win32\python_d.exe
/external/python/cpython3/Tools/freeze/
DREADME215 python20.lib in the subdirectory pcbuild\Release of thje Python source
/external/python/cpython2/Tools/freeze/
DREADME215 python20.lib in the subdirectory pcbuild\Release of thje Python source
/external/python/cpython2/PC/VS7.1/
Dreadme.txt8 All you need to do is open the workspace "pcbuild.sln" in MSVC++, select
/external/python/cpython2/
DREADME1157 project files are in PCbuild, the workspace is pcbuild.dsw. See