Skip to content

Commit 748bcc3

Browse files
committed
Update build.ps1
1 parent 3583293 commit 748bcc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ New-Item -ItemType Directory -Path "./python-build" -Force
3030

3131
Write-Host "Generating delay libraries for Python 3.11.8..."
3232

33+
../scripts/dlltool.exe --version
34+
3335
../scripts/dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
3436
../scripts/dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
3537

38+
Write-Host "Done!"
39+
3640
# copy python 3.11.8 to python-build
3741
Copy-Item -Path "./PCbuild/win32/python311.dll" -Destination "./python-build/python311.dll"
3842
Copy-Item -Path "./PCbuild/win32/python311_d.dll" -Destination "./python-build/python311_d.dll"

0 commit comments

Comments
 (0)