merge bsp/simlinux into bsp/simulator

This commit is contained in:
prife
2013-01-22 16:57:47 +08:00
parent 29d63fe2bc
commit fbbc4c8d18
12 changed files with 201 additions and 70 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
from building import *
cwd = GetCurrentDir()
cwd = GetCurrentDir()
src = Glob('*.c')
# remove no need file.
if GetDepend('RT_USING_DFS_WINSHAREDIR') == False:
SrcRemove(src, 'dfs_win32.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)