0ad/build/premake
fabio f4edb8dce5 Simplify and improve x86/amd64 CPU build flag
On amd64 removes the "-msse" flag, which is already
enabled by default.

On x86 changes the flags from "-march=i686 -msse" to
"-march=pentium3 -mtune=generic". This should also enable
other CPU features like MMX, while keeping the same
minimun supported CPU (Intel Pentium3 or AMD Athlon 4)
previously required by "-msse".

Fixes #2329.

This was SVN commit r15170.
2014-05-19 12:18:55 +00:00
..
premake4 Rebuild premake4.exe with VC++ 2008 again, so that it works on WinXP/2003 2013-11-13 21:16:06 +00:00
extern_libs4.lua Internationalization of the C++ side 2014-04-20 20:03:57 +00:00
premake4.lua Simplify and improve x86/amd64 CPU build flag 2014-05-19 12:18:55 +00:00