-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I don't see a way to compile for Windows anymore. Has that been moved somewhere else ?
The problem with the current NuGet is that it has a mixture of runtime
Why is one build for UCRT and the other for MSVCRT ?
#:/tmp/win$ x86_64-w64-mingw32-objdump -p libMonoPosixHelper.dll | grep DLL
DLL
vma: Hint Time Forward DLL First
DLL Name: KERNEL32.dll
DLL Name: msvcrt.dll
DLL Name: PSAPI.DLL
#:/tmp/win$ x86_64-w64-mingw32-objdump -p MonoPosixHelper.dll | grep DLL
DLL
vma: Hint Time Forward DLL First
DLL Name: KERNEL32.dll
DLL Name: VCRUNTIME140.dll
DLL Name: api-ms-win-crt-runtime-l1-1-0.dll
DLL Name: api-ms-win-crt-stdio-l1-1-0.dll
DLL Name: api-ms-win-crt-heap-l1-1-0.dll
DLL Name: api-ms-win-crt-string-l1-1-0.dll
DLL Name: api-ms-win-crt-utility-l1-1-0.dll
DLL Name: api-ms-win-crt-time-l1-1-0.dll
DLL Name: api-ms-win-crt-locale-l1-1-0.dll
Metadata
Metadata
Assignees
Labels
No labels