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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-05-07 17:50:22 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-05-07 17:50:22 +0400
commitd835cc8f1656df8ac3bab150fcf02490d184e10a (patch)
tree91a97e1f1f4013b465d2d186633163855571aaea /SConstruct
parent934bdb5ee91271f6b508949fca77175c40a6ffd7 (diff)
* bump VERSION to 2.33
* change python2.2 in python2.3 for win32
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 3 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 3bd6a0a6b8f..de6b485412c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -19,7 +19,7 @@ if os.path.isdir (root_build_dir) == 0:
config_file = ARGUMENTS.get('CONFIG', 'config.opts')
# Blender version.
-version='2.32'
+version='2.33'
sdl_env = Environment ()
freetype_env = Environment ()
@@ -353,9 +353,9 @@ elif sys.platform == 'win32':
ode_libpath = ['#../lib/windows/ode/lib']
ode_include = ['#../lib/windows/ode/include']
# Python lib name
- python_include = ['#../lib/windows/python/include/python2.2']
+ python_include = ['#../lib/windows/python/include/python2.3']
python_libpath = ['#../lib/windows/python/lib']
- python_lib = ['python22']
+ python_lib = ['python23']
python_linkflags = []
# International stuff
ftgl_lib = ['ftgl_static_ST']