4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 14:43:31 +08:00

remove mdk import.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1137 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2010-11-29 11:31:37 +00:00
parent c6a2715902
commit a7bf529851

View File

@ -4,7 +4,7 @@ import rtconfig
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
import mdk
import building
target = RTT_ROOT + '/bsp/mini2440/rtthread-mini2440'
projects = []