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-03 10:11:58 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-05-03 10:11:58 +0400
commitbac4439d6a33cbaa962ae9dcad0aafaa3a578fca (patch)
treec99898041b533a222a1e0ad536a8cad196ec76d8 /SConstruct
parente5c4bd63493a2d23bf33cdbec41751d08c819e6a (diff)
bumped VERSION to 2.33-cvs and enable gameengine+solid per default for Linux
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 3 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 78a068d7ae4..3bd6a0a6b8f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -27,11 +27,11 @@ env = Environment ()
if sys.platform == 'linux2' or sys.platform == 'linux-i386':
use_international = 'false'
- use_gameengine = 'false'
+ use_gameengine = 'true'
use_openal = 'false'
use_fmod = 'false'
use_quicktime = 'false'
- use_sumo = 'false'
+ use_sumo = 'true'
use_ode = 'false'
use_buildinfo = 'false'
build_blender_dynamic = 'true'
@@ -638,7 +638,7 @@ else:
env_dict = env.Dictionary()
config=open (config_file, 'w')
config.write ("# Configuration file containing user definable options.\n")
- config.write ("VERSION = '2.32-cvs'\n")
+ config.write ("VERSION = '2.33-cvs'\n")
config.write ("BUILD_BINARY = 'release'\n")
config.write ("USE_BUILDINFO = %r\n"%(use_buildinfo))
config.write ("BUILD_BLENDER_DYNAMIC = %r\n"%(build_blender_dynamic))