This commit is contained in:
NishiOwO 2025-04-12 11:13:26 +09:00
parent 9a0af1d7b7
commit e63cd17b3d
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ function gf_msvc_filters()
"options:engine=dynamic",
"configurations:" .. rt
})
linkoptions({"/MANIFEST"})
--linkoptions({"/MANIFEST"})
runtime(rt)
staticruntime("Off")
filter({

View File

@ -40,7 +40,7 @@ function msvc_filters()
"options:engine=dynamic",
"configurations:" .. rt
})
linkoptions({"/MANIFEST"})
--linkoptions({"/MANIFEST"})
runtime(rt)
characterset("MBCS")
staticruntime("Off")