[Premake] Remove libtom linker warnings
This commit is contained in:
parent
e8800aa1ca
commit
80d1e96568
@ -57,5 +57,6 @@ function libtomcrypt.project()
|
|||||||
|
|
||||||
defines { "_LIB" }
|
defines { "_LIB" }
|
||||||
removedefines { "_DLL", "_USRDLL" }
|
removedefines { "_DLL", "_USRDLL" }
|
||||||
|
linkoptions { "-IGNORE:4221" }
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
end
|
end
|
||||||
|
@ -41,5 +41,6 @@ function libtommath.project()
|
|||||||
|
|
||||||
defines { "_LIB" }
|
defines { "_LIB" }
|
||||||
removedefines { "_DLL", "_USRDLL" }
|
removedefines { "_DLL", "_USRDLL" }
|
||||||
|
linkoptions { "-IGNORE:4221" }
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user