[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41796] trunk/blender/build_files/scons/ config: Scons_buildsystem: add WITH_BF_OCEANSIM = True to all configs

jens verwiebe info at jensverwiebe.de
Sun Nov 13 16:10:55 CET 2011


Revision: 41796
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41796
Author:   jensverwiebe
Date:     2011-11-13 15:10:54 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
Scons_buildsystem: add WITH_BF_OCEANSIM = True to all configs

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/darwin-config.py
    trunk/blender/build_files/scons/config/freebsd7-config.py
    trunk/blender/build_files/scons/config/freebsd8-config.py
    trunk/blender/build_files/scons/config/freebsd9-config.py
    trunk/blender/build_files/scons/config/linux-config.py
    trunk/blender/build_files/scons/config/linuxcross-config.py
    trunk/blender/build_files/scons/config/win32-mingw-config.py
    trunk/blender/build_files/scons/config/win32-vc-config.py
    trunk/blender/build_files/scons/config/win64-vc-config.py

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -217,6 +217,7 @@
 
 WITH_BF_GAMEENGINE = True
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/freebsd7-config.py
===================================================================
--- trunk/blender/build_files/scons/config/freebsd7-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/freebsd7-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -84,6 +84,7 @@
 
 WITH_BF_GAMEENGINE = False
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/freebsd8-config.py
===================================================================
--- trunk/blender/build_files/scons/config/freebsd8-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/freebsd8-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -84,6 +84,7 @@
 
 WITH_BF_GAMEENGINE = False
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/freebsd9-config.py
===================================================================
--- trunk/blender/build_files/scons/config/freebsd9-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/freebsd9-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -84,6 +84,7 @@
 
 WITH_BF_GAMEENGINE = False
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/linux-config.py
===================================================================
--- trunk/blender/build_files/scons/config/linux-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/linux-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -94,6 +94,7 @@
 
 WITH_BF_GAMEENGINE = True
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/linuxcross-config.py
===================================================================
--- trunk/blender/build_files/scons/config/linuxcross-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/linuxcross-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -90,6 +90,7 @@
 
 WITH_BF_GAMEENGINE = True
 WITH_BF_PLAYER = False
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/win32-mingw-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win32-mingw-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/win32-mingw-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -102,6 +102,7 @@
 
 WITH_BF_GAMEENGINE = True
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/win32-vc-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win32-vc-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/win32-vc-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -96,6 +96,7 @@
 
 WITH_BF_GAMEENGINE = True
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: trunk/blender/build_files/scons/config/win64-vc-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win64-vc-config.py	2011-11-13 14:54:11 UTC (rev 41795)
+++ trunk/blender/build_files/scons/config/win64-vc-config.py	2011-11-13 15:10:54 UTC (rev 41796)
@@ -100,6 +100,7 @@
 
 WITH_BF_GAMEENGINE = True
 WITH_BF_PLAYER = True
+WITH_BF_OCEANSIM = True
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'




More information about the Bf-blender-cvs mailing list