premake5: Enforce 32-bit build.

This commit is contained in:
/dev/urandom 2016-01-03 14:59:38 +01:00
parent 05210099de
commit b06ca535ff
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -56,6 +56,7 @@ solution "iw4x"
files { "./src/**.hpp", "./src/**.cpp" }
includedirs { "%{prj.location}" }
toolset "msc" -- only support Microsoft's compiler
architecture "x32"
configuration "Normal"
defines { "NDEBUG" }