mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 04:04:39 +00:00
fixing
This commit is contained in:
parent
9a0af1d7b7
commit
e63cd17b3d
@ -186,7 +186,7 @@ function gf_msvc_filters()
|
||||
"options:engine=dynamic",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
linkoptions({"/MANIFEST"})
|
||||
--linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
staticruntime("Off")
|
||||
filter({
|
||||
|
@ -40,7 +40,7 @@ function msvc_filters()
|
||||
"options:engine=dynamic",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
linkoptions({"/MANIFEST"})
|
||||
--linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
characterset("MBCS")
|
||||
staticruntime("Off")
|
||||
|
Loading…
x
Reference in New Issue
Block a user