mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 04:04:39 +00:00
fixing
This commit is contained in:
parent
e63cd17b3d
commit
a2fdce14f4
@ -186,9 +186,8 @@ function gf_msvc_filters()
|
||||
"options:engine=dynamic",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
--linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
staticruntime("Off")
|
||||
staticruntime("On")
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static",
|
||||
|
18
premake5.lua
18
premake5.lua
@ -40,10 +40,9 @@ function msvc_filters()
|
||||
"options:engine=dynamic",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
--linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
characterset("MBCS")
|
||||
staticruntime("Off")
|
||||
staticruntime("On")
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static",
|
||||
@ -103,11 +102,6 @@ project("EngineInfo")
|
||||
})
|
||||
optimize("On")
|
||||
msvc_filters()
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static"
|
||||
})
|
||||
linkoptions({"/MANIFEST"})
|
||||
filter({})
|
||||
|
||||
project("NishBoxServer")
|
||||
@ -141,11 +135,6 @@ project("NishBoxServer")
|
||||
})
|
||||
optimize("On")
|
||||
msvc_filters()
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static"
|
||||
})
|
||||
linkoptions({"/MANIFEST"})
|
||||
filter({})
|
||||
|
||||
project("NishBox")
|
||||
@ -179,9 +168,4 @@ project("NishBox")
|
||||
})
|
||||
optimize("On")
|
||||
msvc_filters()
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static"
|
||||
})
|
||||
linkoptions({"/MANIFEST"})
|
||||
filter({})
|
||||
|
Loading…
x
Reference in New Issue
Block a user