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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-01-27 22:49:43 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-01-27 22:49:43 +0300
commit7c31042c6e2f76cc70fe43d56166a21bcdcf8eba (patch)
tree8aca9351ffdd9abb15e786f95191495464445fb6 /SConstruct
parent71cb7459413160b47a47bbf0d45171ff0905a6c3 (diff)
And on your left you can see something much nicer (while I fix this here on your right).
Diffstat (limited to 'SConstruct')
-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: