Works on Microsoft's compiler only anyways.
This commit is contained in:
parent
5e135420b5
commit
c07d9e4cfc
@ -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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user