OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
212 stars 50 forks source link

The engine is now compileable with a MXE environment. #24

Closed sago007 closed 8 years ago

sago007 commented 8 years ago

The "-march=k8" parameter is not recognized (it is just ignored). I have explicitly added "-mmmx -msse2" in these cases. This does not cause problems with the "i686-w64-mingw32-gcc" that are provided in Ubuntu.

Windows version can be compiled with: PLATFORM=mingw32 ARCH=x86 CC=i686-w64-mingw32.static-gcc WINDRES=i686-w64-mingw32.static-windres LD=i686-w64-mingw32.static-ld make USE_CODEC_XMP=0 USE_CURL=1

XMP can be enabled if you have compiled the libxmp. I have that in an image that I'll use for builds.