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 'source/creator/SConscript')
-rw-r--r--source/creator/SConscript11
1 files changed, 3 insertions, 8 deletions
diff --git a/source/creator/SConscript b/source/creator/SConscript
index 6210f578af2..749fb6b75e2 100644
--- a/source/creator/SConscript
+++ b/source/creator/SConscript
@@ -1,12 +1,7 @@
-creator_env = Environment ()
-
-Import ('cflags')
-Import ('cxxflags')
-Import ('defines')
Import ('user_options_dict')
-creator_env.Append (CCFLAGS = cflags)
-creator_env.Append (CXXFLAGS = cxxflags)
-creator_env.Append (CPPDEFINES = defines)
+Import ('library_env')
+
+creator_env = library_env.Copy ()
source_files = ['creator.c']