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, 0 insertions, 16 deletions
diff --git a/tools/scons/bs/bs_globals.py b/tools/scons/bs/bs_globals.py
deleted file mode 100644
index abe03d45649..00000000000
--- a/tools/scons/bs/bs_globals.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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