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
path: root/source
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-06-08 19:47:19 +0400
committerKent Mein <mein@cs.umn.edu>2004-06-08 19:47:19 +0400
commit53e1b83f1eab487b9af88e41f4fc8cab20f87120 (patch)
tree73bbf221dac884904eb6ade63a8a2dc056f13140 /source
parent21580bf21c033c58477924df2c9852c16e107b68 (diff)
updated NAN_PYTHON_VERSION to 2.3 for all platforms...
Solaris and a bunch of the others were out of date.... I guess we should change them back for platforms that don't work out with 2.3 but I'm guessing that things will get updated better this way then asking everyone to update their own platforms. Kent
Diffstat (limited to 'source')
-rw-r--r--source/nan_definitions.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 56434b97ba1..6156203d87b 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -94,7 +94,7 @@ endif
export ID = $(USER)
export HOST = $(HOSTNAME)
export NAN_PYTHON ?= $(LCGDIR)/python
- export NAN_PYTHON_VERSION ?= 2.0
+ export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= $(LCGDIR)/openal
export NAN_FMOD ?= $(LCGDIR)/fmod
@@ -263,7 +263,7 @@ endif
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
export NAN_PYTHON ?= /usr
- export NAN_PYTHON_VERSION ?= 2.2
+ export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= /usr
export NAN_FMOD ?= $(LCGDIR)/fmod
@@ -305,7 +305,7 @@ endif
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
export NAN_PYTHON ?= $(LCGDIR)/python
- export NAN_PYTHON_VERSION ?= 2.0
+ export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= $(LCGDIR)/openal
export NAN_FMOD ?= $(LCGDIR)/fmod
@@ -346,7 +346,7 @@ endif
export ID = $(shell /usr/ucb/whoami)
export HOST = $(shell hostname)
export NAN_PYTHON ?= /usr/local
- export NAN_PYTHON_VERSION ?= 2.2
+ export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= /usr/local
export NAN_FMOD ?= $(LCGDIR)/fmod
@@ -387,7 +387,7 @@ endif
export ID = $(LOGNAME)
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_ICONV ?= $(LCGDIR)/iconv
- export NAN_PYTHON_VERSION ?= 2.2
+ export NAN_PYTHON_VERSION ?= 2.3
ifeq ($(FREE_WINDOWS), true)
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_FREETYPE ?= $(LCGDIR)/gcc/freetype
@@ -439,7 +439,7 @@ endif
else # Platform not listed above
export NAN_PYTHON ?= $(LCGDIR)/python
- export NAN_PYTHON_VERSION ?= 2.0
+ export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= python
export NAN_OPENAL ?= $(LCGDIR)/openal
export NAN_FMOD ?= $(LCGDIR)/fmod