[*] Update this one static runtime path
This commit is contained in:
parent
326b95c638
commit
6761e980ae
@ -116,7 +116,12 @@ local function configureProjectForPlatform(platform, projectType)
|
||||
if (platform == "win32") then
|
||||
|
||||
characterset(Aurora.Settings.sMsvcDefCharset)
|
||||
staticruntime("Off")
|
||||
|
||||
if (Aurora.Settings.bStaticRuntime) then
|
||||
staticruntime("On")
|
||||
else
|
||||
staticruntime("Off")
|
||||
end
|
||||
|
||||
if (Aurora.Settings.bHotswap) then
|
||||
justmycode("On")
|
||||
|
Loading…
Reference in New Issue
Block a user