浏览代码

add stdout display in building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1095 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 14 年之前
父节点
当前提交
bc6e8c544a
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      tools/building.py

+ 5 - 1
tools/building.py

@@ -226,7 +226,11 @@ class Win32Spawn:
             print "====="
             print err
             print "====="
-        return rv
+            return rv
+           
+        if data:
+            print data
+        return 0
 
 def PrepareBuilding(env, root_directory):
     import SCons.cpp