Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2004-03-29 02:36:28 +0400
committerChris Want <cwant@ualberta.ca>2004-03-29 02:36:28 +0400
commit8476097a01d919f5b53ee3a47828d606e5ce06cb (patch)
treeb0c91777374246f6f449c433be32deabf0366947 /source/nan_definitions.mk
parent07067e1a95265862a7a8f4e75325f50744ae3ca6 (diff)
Disable compilation of the game engine for irix.
I don't want to do this, but the new Open GL extension stuff won't compile under Irix, and the glext.h from sgi only works under linux/windows (Kester: can you look into a work around for this?)
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index aa6dbadf983..a9161f3f633 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -219,6 +219,7 @@ endif
export ID = $(shell whoami)
export HOST = $(shell /usr/bsd/hostname -s)
+ export NAN_NO_KETSJI=true
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 2.2
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)