mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-19 04:51:58 +02:00
no static runtime for external librw
This commit is contained in:
@@ -310,7 +310,10 @@ project "re3"
|
|||||||
linkoptions "/SAFESEH:NO"
|
linkoptions "/SAFESEH:NO"
|
||||||
characterset ("MBCS")
|
characterset ("MBCS")
|
||||||
targetextension ".exe"
|
targetextension ".exe"
|
||||||
|
if(_OPTIONS["with-librw"]) then
|
||||||
|
-- external librw is dynamic
|
||||||
staticruntime "on"
|
staticruntime "on"
|
||||||
|
end
|
||||||
|
|
||||||
filter "platforms:win*glfw*"
|
filter "platforms:win*glfw*"
|
||||||
staticruntime "off"
|
staticruntime "off"
|
||||||
|
Reference in New Issue
Block a user