Works on Microsoft's compiler only anyways.

This commit is contained in:
/dev/urandom 2015-12-31 02:44:51 +01:00
parent 5e135420b5
commit c07d9e4cfc
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -12,7 +12,7 @@ solution "iw4x"
kind "SharedLib" kind "SharedLib"
language "C++" language "C++"
files { "./src/**.hpp", "./src/**.cpp" } files { "./src/**.hpp", "./src/**.cpp" }
--toolset "v120" -- Compatibility for users toolset "msc" -- only support Microsoft's compiler
configuration "Normal" configuration "Normal"
defines { "NDEBUG" } defines { "NDEBUG" }