[Premake] Remove libtom linker warnings

This commit is contained in:
momo5502 2018-11-21 23:17:50 +01:00
parent e8800aa1ca
commit 80d1e96568
2 changed files with 2 additions and 0 deletions

View File

@ -57,5 +57,6 @@ function libtomcrypt.project()
defines { "_LIB" }
removedefines { "_DLL", "_USRDLL" }
linkoptions { "-IGNORE:4221" }
kind "StaticLib"
end

View File

@ -41,5 +41,6 @@ function libtommath.project()
defines { "_LIB" }
removedefines { "_DLL", "_USRDLL" }
linkoptions { "-IGNORE:4221" }
kind "StaticLib"
end