Add GlobSubDir() function in building.py; Fix the import issue in wizard.py.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2320 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2012-10-06 00:12:38 +00:00
parent 10770dfe0d
commit 7cc241301a
2 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Return('group')
SConscript_bridge = '''# RT-Thread building script for bridge
import os
from building import *
cwd = GetCurrentDir()
objs = []