update files

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2440 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
goprife@gmail.com
2012-11-23 14:05:39 +00:00
parent 5057b28523
commit 67e2506750
3 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ if os.getenv('RTT_RTGUI'):
else:
# set the rtgui root directory by hand
# empty string means use the RTGUI in svn
# RTT_RTGUI = os.path.normpath('F:/Project/git/rt-gui')
# RTT_RTGUI = os.path.normpath(r'F:\Project\git\rt-gui\components\rtgui')
RTT_RTGUI =''
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]