File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 include-hidden-files : true
3131 name : python-windows
32- path : D:\a\pybuilder\pybuilder\Python-3.11.8\
32+ path : D:\a\pybuilder\pybuilder\Python-3.11.8\python-build
3333
3434 build-linux :
3535 permissions :
Original file line number Diff line number Diff line change @@ -25,3 +25,14 @@ msbuild PCBuild/pcbuild.sln /p:Configuration=Release /p:Platform=Win32 /p:Runtim
2525msbuild PCBuild/ pcbuild.sln / p:Configuration= Debug / p:Platform= Win32 / p:RuntimeLibrary= MT
2626# verify python is installed
2727PCbuild/ win32/ python.exe -- version
28+
29+ New-Item - ItemType Directory - Path " ./python-build" - Force
30+
31+ # copy python 3.11.8 to python-build
32+ Copy-Item - Path " ./PCbuild/win32/python3.dll" - Destination " ./python-build/python3.dll"
33+ Copy-Item - Path " ./PCbuild/win32/python3.lib" - Destination " ./python-build/python3.lib"
34+
35+ Copy-Item - Path " ./PCbuild/win32/python3_d.dll" - Destination " ./python-build/python3_d.dll"
36+ Copy-Item - Path " ./PCbuild/win32/python3_d.lib" - Destination " ./python-build/python3_d.lib"
37+
38+
You can’t perform that action at this time.
0 commit comments