add stdout display in building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1095 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
b7e611c0a5
commit
bc6e8c544a
|
@ -228,6 +228,10 @@ class Win32Spawn:
|
||||||
print "====="
|
print "====="
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
|
if data:
|
||||||
|
print data
|
||||||
|
return 0
|
||||||
|
|
||||||
def PrepareBuilding(env, root_directory):
|
def PrepareBuilding(env, root_directory):
|
||||||
import SCons.cpp
|
import SCons.cpp
|
||||||
import rtconfig
|
import rtconfig
|
||||||
|
|
Loading…
Reference in New Issue