File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,13 @@ New-Item -ItemType Directory -Path "./python-build" -Force
30
30
31
31
Write-Host " Generating delay libraries for Python 3.11.8..."
32
32
33
+ ../ scripts/ dlltool.exe -- version
34
+
33
35
../ scripts/ dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311.lib" -- dllname " ./PCbuild/win32/python311.dll"
34
36
../ scripts/ dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311_d.lib" -- dllname " ./PCbuild/win32/python311_d.dll"
35
37
38
+ Write-Host " Done!"
39
+
36
40
# copy python 3.11.8 to python-build
37
41
Copy-Item - Path " ./PCbuild/win32/python311.dll" - Destination " ./python-build/python311.dll"
38
42
Copy-Item - Path " ./PCbuild/win32/python311_d.dll" - Destination " ./python-build/python311_d.dll"
You can’t perform that action at this time.
0 commit comments