Home
last modified time | relevance | path

Searched full:pcbuild (Results 1 – 25 of 159) sorted by relevance

1234567

/aosp_15_r20/external/python/cpython2/
D.gitignore45 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 …]
/aosp_15_r20/external/python/cpython3/Tools/buildbot/
DremoteDeploy.bat33 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…
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"
/aosp_15_r20/external/python/cpython3/PCbuild/
Dprepare_tcltk.bat24 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 …]
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 …]
Dprepare_ssl.bat23 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
Didle.bat7 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)
Dget_externals.bat5 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.
/aosp_15_r20/external/python/cpython3/
D.gitignore102 PCbuild/*.user
103 PCbuild/*.suo
104 PCbuild/*.*sdf
105 PCbuild/*-pgi
106 PCbuild/*-pgo
107 PCbuild/*.VC.db
108 PCbuild/*.VC.opendb
109 PCbuild/amd64/
110 PCbuild/arm32/
111 PCbuild/arm64/
[all …]
/aosp_15_r20/external/python/cpython3/Tools/nuget/
Dbuild.bat4 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
/aosp_15_r20/external/python/cpython3/Tools/msi/
Dbuild.bat4 set PCBUILD=%D%..\..\PCbuild\ variable
29 call "%PCBUILD%find_msbuild.bat" %MSBUILD%
33 call "%PCBUILD%build.bat" -p Win32 -d -e %REBUILD% %BUILDTEST%
35 call "%PCBUILD%build.bat" -p Win32 -e %REBUILD% %BUILDTEST%
39 call "%PCBUILD%build.bat" -p x64 -d -e %REBUILD% %BUILDTEST%
41 call "%PCBUILD%build.bat" -p x64 -e %REBUILD% %BUILDTEST%
45 call "%PCBUILD%build.bat" -p ARM64 -d -e %REBUILD% %BUILDTEST%
47 call "%PCBUILD%build.bat" -p ARM64 -e %REBUILD% %BUILDTEST%
52 call "%PCBUILD%..\Doc\make.bat" html
Dget_externals.bat6 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.
Dbuildrelease.bat33 set PCBUILD=%D%..\..\PCbuild\ variable
34 if NOT DEFINED Py_OutDir set Py_OutDir=%PCBUILD%
80 call "%PCBUILD%find_msbuild.bat" %MSBUILD%
169 @echo call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -t %TARGET% %PGOOPTS% %CERTOPTS%
170 @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -t %TARGET% %PGOOPTS% %CERTOPTS%
175 @echo call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET%
176 @call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET%
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dextensions_win32.ini13 ; (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
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dextensions_win32.ini13 ; (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
/aosp_15_r20/external/python/cpython2/Tools/nuget/
Dbuild.bat4 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
Dmake_zip.py96 ('/', '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),
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dtcltk-build.yml52 … & "$(msbuild)" PCbuild\tcl.vcxproj "@msbuild.rsp" /p:Platform=Win32 /p:tcltkDir="$(OutDir)\win32"
53 … & "$(msbuild)" PCbuild\tk.vcxproj "@msbuild.rsp" /p:Platform=Win32 /p:tcltkDir="$(OutDir)\win32"
54 … & "$(msbuild)" PCbuild\tix.vcxproj "@msbuild.rsp" /p:Platform=Win32 /p:tcltkDir="$(OutDir)\win32"
58 … & "$(msbuild)" PCbuild\tcl.vcxproj "@msbuild.rsp" /p:Platform=x64 /p:tcltkDir="$(OutDir)\amd64"
59 … & "$(msbuild)" PCbuild\tk.vcxproj "@msbuild.rsp" /p:Platform=x64 /p:tcltkDir="$(OutDir)\amd64"
60 … & "$(msbuild)" PCbuild\tix.vcxproj "@msbuild.rsp" /p:Platform=x64 /p:tcltkDir="$(OutDir)\amd64"
64 … & "$(msbuild)" PCbuild\tcl.vcxproj "@msbuild.rsp" /p:Platform=ARM64 /p:tcltkDir="$(OutDir)\arm64"
65 … & "$(msbuild)" PCbuild\tk.vcxproj "@msbuild.rsp" /p:Platform=ARM64 /p:tcltkDir="$(OutDir)\arm64"
66 … & "$(msbuild)" PCbuild\tix.vcxproj "@msbuild.rsp" /p:Platform=ARM64 /p:tcltkDir="$(OutDir)\arm64"
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dreadme.txt16 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
/aosp_15_r20/external/python/cpython2/PCbuild/
Dget_externals.bat5 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.
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"
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsi.py28 # path to PCbuild directory
29 PCBUILD=os.environ.get("PCBUILD", "PCbuild") variable
169 # Target files (.def and .a) go in PCBuild directory
170 dll_path = os.path.join(srcdir, PCBUILD, "python%s%s.dll" % (major, minor))
171 def_file = os.path.join(srcdir, PCBUILD, "python%s%s.def" % (major, minor))
173 mingw_lib = os.path.join(srcdir, PCBUILD, "libpython%s%s.a" % (major, minor))
178 dll_path = os.path.join(srcdir, PCBUILD, dll_file)
367 [("PythonWin", msilib.Binary(r"%s\PCbuild\installer.bmp" % srcdir)), # 152x328 pixels
953 root.add_file("%s/w9xpopen.exe" % PCBUILD)
959 root.add_file("%s/python.exe" % PCBUILD)
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_getpath.py52 argv0=r"C:\CPython\PCbuild\amd64\python.exe",
53 real_executable=r"C:\CPython\PCbuild\amd64\python.exe",
55 ns.add_known_xfile(r"C:\CPython\PCbuild\amd64\python.exe")
57 ns.add_known_file(r"C:\CPython\PCbuild\amd64\pybuilddir.txt", [""])
59 executable=r"C:\CPython\PCbuild\amd64\python.exe",
60 base_executable=r"C:\CPython\PCbuild\amd64\python.exe",
67 r"C:\CPython\PCbuild\amd64\python98.zip",
68 r"C:\CPython\PCbuild\amd64",
192 real_executable=r"C:\CPython\PCbuild\amd64\python.exe",
195 ns.add_known_xfile(r"C:\CPython\PCbuild\amd64\python.exe")
[all …]
/aosp_15_r20/external/python/cpython3/kokoro/
Dbuild.cmd37 call %PYTHON_SRC%\PCbuild\find_msbuild.bat
40 :: Avoid calling PCbuild\build.bat directly because that script either downloads externals or
44 %MSBUILD% "%PYTHON_SRC%\PCbuild\pcbuild.proj" ^
59 PCBuild\amd64\python.exe PC\layout --zip %OUT_ARCHIVE% --include-dev
/aosp_15_r20/external/python/cpython3/Tools/msi/launcher/
Dlauncher.wixproj30 …<MSBuild Projects="$(PySourcePath)PCbuild\pylauncher.vcxproj" Properties="Platform=Win32" Targets=…
33 …<MSBuild Projects="$(PySourcePath)PCbuild\pywlauncher.vcxproj" Properties="Platform=Win32" Targets…
36 …<MSBuild Projects="$(PySourcePath)PCbuild\pyshellext.vcxproj" Properties="Platform=Win32" Targets=…
39 …<MSBuild Projects="$(PySourcePath)PCbuild\pyshellext.vcxproj" Properties="Platform=x64" Targets="$…
42 …<MSBuild Projects="$(PySourcePath)PCbuild\pyshellext.vcxproj" Properties="Platform=ARM64" Targets=…

1234567