John Walton's changes for Irix mips3 (NaN makefiles build)

This commit is contained in:
Hans Lambermont
2003-01-06 23:01:28 +00:00
parent 13c8ae5708
commit 3a0c7e4a8a
2 changed files with 2 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ endif
include nan_definitions.mk
DIRS = creator blender kernel gameengine
ifneq ($(OS),$(findstring $(OS), "darwin freebsd"))
ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix"))
DIRS += ode
endif

View File

@@ -148,15 +148,11 @@ all debug::
ifeq ($(OS),irix)
export ID = $(shell whoami)
export HOST = $(shell /usr/bsd/hostname -s)
export NAN_PYTHON = /usr/freeware/include/python
export NAN_PYTHON_VERSION = 2.1
export NAN_PYTHON_BINARY =
export NAN_MXTEXTTOOLS =
export NAN_JPEG = /usr/freeware
export NAN_PNG = /usr/freeware
export NAN_OPENSSL = /usr/freeware
export NAN_ZLIB = /usr/freeware
export NAN_NSPR = /usr/local/apps/openblender/nspr/target
export NAN_NSPR = /usr/local/apps/openblender/nspr/target/dist
endif
ifeq ($(OS),linux)