Searched refs:pcbuild (Results 1 – 21 of 21) sorted by relevance
31 set pcbuild=%~dp0 variable42 if "%1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts43 if "%1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts44 if "%1"=="-arm64" (set prefix=%pcbuild%arm64) & shift & goto CheckOpts45 if "%1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts49 if not defined prefix set prefix=%pcbuild%amd6455 "%exe%" "%pcbuild%rmpyc.py"69 if /I %1 EQU Win32 (set prefix=%pcbuild%win32) & exit /B 070 if /I %1 EQU x64 (set prefix=%pcbuild%amd64) & exit /B 071 if /I %1 EQU ARM64 (set prefix=%pcbuild%arm64) & exit /B 0[all …]
1 $pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent; variable2 & cmd /K "$pcbuild\env.bat" $args variable
25 any arguments. After this succeeds, you can open the "pcbuild.sln"88 are managed by the pcbuild.sln solution file. Each sub-project is
155 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
6 set pcbuild=%root%\PCbuild variable9 call "%pcbuild%\build.bat" -t Clean -k %*10 call "%pcbuild%\build.bat" -t Clean -k -d %*17 del /s "%pcbuild%\python*.zip"
13 if "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift & go…
6 set pcbuild=%root%\PCbuild variable9 call "%pcbuild%\build.bat" -t Clean -k %*10 call "%pcbuild%\build.bat" -t Clean -k -d %*
8 vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
30 set pcbuild=%~dp0 variable31 set prefix=%pcbuild%43 PATH %PATH%;%pcbuild%..\..\externals\%tcltk%\bin45 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"
108 vcbuild "%dir%pcbuild.sln" %target% "%conf%|%platf%" %1 %2 %3 %4 %5 %6 %7 %8 %9
16 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
30 set pcbuild=%~dp0 variable31 set prefix=%pcbuild%41 if "%1"=="-x64" (set prefix=%pcbuild%amd64\) & shift & goto CheckOpts45 set cmd="%exe%" %dashO% -Wd -3 -E -tt "%pcbuild%..\Lib\test\regrtest.py" %regrtestargs%49 "%exe%" "%pcbuild%rmpyc.py"
136 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
48 Then, to continue development, you can open the solution "pcbuild.sln" in136 are managed by the pcbuild.sln solution file. Each sub-project is
15 set cmd=devenv pcbuild.sln %build% "%conf%|%platf%"
8 All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select
226 set py=f:\dev\3x\pcbuild\win32\python_d.exe
215 python20.lib in the subdirectory pcbuild\Release of thje Python source
8 All you need to do is open the workspace "pcbuild.sln" in MSVC++, select
1157 project files are in PCbuild, the workspace is pcbuild.dsw. See