From 53e1b83f1eab487b9af88e41f4fc8cab20f87120 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 8 Jun 2004 15:47:19 +0000 Subject: 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 --- source/nan_definitions.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source') 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 -- cgit v1.2.3