Nazara will now build on 64bits target

I used a new MinGW package to build these. If your doesn't work, use :
64bits:
http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/64-bit/threads-win32/seh/
32bits:
http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-win32/dwarf/

Former-commit-id: 406181e292648f3bcd7431617c4db55eab7d918f
This commit is contained in:
Lynix
2013-05-03 12:16:32 +02:00
parent 44f1309836
commit 278a15de62
3 changed files with 15 additions and 5 deletions

View File

@@ -24,3 +24,8 @@ configuration "Release"
-- Activation du SSE côté GCC
configuration { "Release*", "codeblocks or codelite or gmake or xcode3*" }
buildoptions "-mfpmath=sse"
if (_OPTIONS["x64"]) then
configuration "codeblocks or codelite or gmake or xcode3*"
buildoptions "-m64"
end