# HG changeset patch # User Franz Glasner # Date 1642083630 -3600 # Node ID 794082c71f73adad09ad495d868cfbdd9937dbeb # Parent 75ecbe07abffe65cb3c69242f4f8d6bdd9c17d01 Script to prepare for building on Windows with LLVM-13 (clang-cl, lld-link) diff -r 75ecbe07abff -r 794082c71f73 windows-dev/fagws2-win1/gen-ninja.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/windows-dev/fagws2-win1/gen-ninja.bat Thu Jan 13 15:20:30 2022 +0100 @@ -0,0 +1,1 @@ +python windows-dev/Configure.py --build=windows --host=windows --tool=clang-cl --intdir=build/_builddir-win-amd64 --sys-include=E:\home\fag\temp\WindowsKit-10/Include/10.0.18362.0/um --sys-include=E:\home\fag\temp\WindowsKit-10/Include/10.0.18362.0/shared --sys-include=E:\home\fag\temp\WindowsKit-10/Include/10.0.18362.0/ucrt --sys-include=E:\home\fag\temp\VS2017-2019/VC/Tools/MSVC/14.29.30133/include --include=C:\APPS64\Python37\include --CC=C:\APPS64\LLVM\13.0.0\bin\clang-cl.exe --sys-libpath=E:\home\fag\temp\WindowsKit-10/Lib/10.0.18362.0/um/x64 --sys-libpath=E:\home\fag\temp\WindowsKit-10/Lib/10.0.18362.0/ucrt/x64 --sys-libpath=E:\home\fag\temp\VS2017-2019/VC/Tools/MSVC/14.29.30133/lib/x64 --libpath=C:\APPS64\python37\libs --LINK=C:\APPS64\LLVM\13.0.0\bin\lld-link.exe --python-limited-api=0x03070000 > _build-win-amd64.ninja