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:
Diffstat (limited to 'tools/scons/bs/bs_globals.py')
-rw-r--r--tools/scons/bs/bs_globals.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/scons/bs/bs_globals.py b/tools/scons/bs/bs_globals.py
new file mode 100644
index 00000000000..abe03d45649
--- /dev/null
+++ b/tools/scons/bs/bs_globals.py
@@ -0,0 +1,16 @@
+# Global variables for the Blender build process
+
+arguments = []
+enable_clean = 0
+config_file = ''
+root_build_dir = ''
+user_options_dict = []
+init_env = []
+version = ''
+shortversion = ''
+appname = ''
+playername = ''
+config_guess = ''
+
+docopy = 0
+copyto = '' \ No newline at end of file