From 64f805804409732a1dade13a37bd1c8fd6083c7d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 21 Mar 2006 22:28:25 +0000 Subject: * MinGW fixes merged from ioq3-r652 * Manual updates --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50330f97..989461c5 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,12 @@ else COMPILE_ARCH=$(shell uname -m | sed -e s/i.86/x86/) endif +ifeq ($(COMPILE_PLATFORM),mingw32) + ifeq ($(COMPILE_ARCH),i386) + COMPILE_ARCH=x86 + endif +endif + BUILD_CLIENT = BUILD_CLIENT_SMP = BUILD_SERVER = -- cgit