diff options
author | Tim Angus <tim@ngus.net> | 2006-03-21 22:28:25 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-03-21 22:28:25 +0000 |
commit | 64f805804409732a1dade13a37bd1c8fd6083c7d (patch) | |
tree | 570bec0ce389d740f5054529ce2dc990cb3212a1 /Makefile | |
parent | a8b2fb46cb60994714f8316776a3d12b178a9274 (diff) |
* MinGW fixes merged from ioq3-r652
* Manual updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 = |