add more fixes for msvc static linking

This commit is contained in:
Lion Kortlepel
2022-10-28 12:35:04 +02:00
parent 83fb387dfe
commit 4682922467

View File

@@ -176,6 +176,7 @@ else()
set(BeamMP_CompileOptions
/bigobj
/INCREMENTAL:NO /NODEFAULTLIB:MSVCRT
)
endif()