Commit graph

3 commits

Author SHA1 Message Date
Daniel Gibson
d84ffdee15 Fix architecture detection on Windows in Makefile
$PROCESSOR_ARCHITECTURE seems to contain the architecture of the host,
but we need the architecture the current MinGW shell is targeting.
$MINGW_CHOST seems to be just that, and on my system it's either
i686-w64-mingw32 (mingw32.exe) or x86_64-w64-mingw32 (mingw64.exe)
(No idea what it looks like for Windows on ARM...)

Also enforce usage of SSE math on i386 and rename OSTYPE to YQ2_OSTYPE
and ARCH to YQ2_ARCH in the Makefile for a little more consistence
with the other Makefiles.
2021-01-14 03:39:28 +01:00
Neon_Knight
7ec1fd3154 Refactoring to match the current yq2 projects. 2019-06-09 11:56:45 -03:00
Yamagi Burmeister
15ef3a78e3 Add a GNU Makefile. 2017-11-05 14:02:24 +01:00