projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71cb745
)
And on your left you can see something much nicer (while I fix this here on your...
author
Nathan Letwory <nathan@letworyinteractive.com>
Thu, 27 Jan 2011 19:49:43 +0000
(19:49 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Thu, 27 Jan 2011 19:49:43 +0000
(19:49 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index afc7171b539a36a1abbd512f3a8078d6a3e289a3..03e61cd06b66297f0761f5f7e1dc3f2715c5abec 100644
(file)
--- 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: