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:
-rw-r--r--SConstruct6
1 files changed, 0 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct
index afc7171b539..03e61cd06b6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -142,12 +142,6 @@ if not env:
print "Could not create a build environment"
Exit()
-
-env.Append(RCFLAGS="TEST=\"test it\"")
-print env['RCFLAGS']
-Exit()
-
-
cc = B.arguments.get('CC', None)
cxx = B.arguments.get('CXX', None)
if cc: