mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
fixing
This commit is contained in:
parent
d65ca84749
commit
2505faa0fd
@ -187,16 +187,15 @@ function gf_msvc_filters()
|
||||
"options:engine=dynamic",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
buildoptions({"/MD"})
|
||||
runtime("Release")
|
||||
staticruntime("On")
|
||||
linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
staticruntime("Off")
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
buildoptions({"/MT"})
|
||||
runtime("Release")
|
||||
runtime(rt)
|
||||
staticruntime("On")
|
||||
end
|
||||
end
|
||||
@ -250,7 +249,6 @@ project("GoldFish")
|
||||
"external/lua/ltests.c",
|
||||
"external/lua/ltests.h"
|
||||
})
|
||||
filter({})
|
||||
removefiles({
|
||||
"external/lua/lua.c"
|
||||
})
|
||||
|
10
premake5.lua
10
premake5.lua
@ -42,16 +42,16 @@ function msvc_filters()
|
||||
"options:engine=dynamic",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
buildoptions({"/MD"})
|
||||
runtime("Release")
|
||||
staticruntime("On")
|
||||
linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
staticruntime("Off")
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static",
|
||||
"configurations:" .. rt
|
||||
})
|
||||
buildoptions({"/MT"})
|
||||
runtime("Release")
|
||||
linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
staticruntime("On")
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user