[*] 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
|
if (platform == "win32") then
|
||||||
|
|
||||||
characterset(Aurora.Settings.sMsvcDefCharset)
|
characterset(Aurora.Settings.sMsvcDefCharset)
|
||||||
|
|
||||||
|
if (Aurora.Settings.bStaticRuntime) then
|
||||||
|
staticruntime("On")
|
||||||
|
else
|
||||||
staticruntime("Off")
|
staticruntime("Off")
|
||||||
|
end
|
||||||
|
|
||||||
if (Aurora.Settings.bHotswap) then
|
if (Aurora.Settings.bHotswap) then
|
||||||
justmycode("On")
|
justmycode("On")
|
||||||
|
Loading…
Reference in New Issue
Block a user