mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 04:04:39 +00:00
fixing
This commit is contained in:
parent
2505faa0fd
commit
ee09444d05
@ -190,6 +190,9 @@ function gf_msvc_filters()
|
||||
linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
staticruntime("Off")
|
||||
postbuildcommands({
|
||||
"mt -manifest $(TargetDir)$(TargetName).dll.manifest -outputresource:$(TargetDir)$(TargetName).dll"
|
||||
})
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
"options:engine=static",
|
||||
|
@ -54,6 +54,10 @@ function msvc_filters()
|
||||
runtime(rt)
|
||||
staticruntime("On")
|
||||
end
|
||||
filter("options:cc=msc")
|
||||
postbuildcommands({
|
||||
"mt -manifest $(TargetDir)$(TargetName).exe.manifest -outputresource:$(TargetDir)$(TargetName).exe"
|
||||
})
|
||||
end
|
||||
|
||||
include "engine"
|
||||
|
Loading…
x
Reference in New Issue
Block a user