app module support for simlator, first version

This commit is contained in:
prife
2013-02-27 00:37:57 +08:00
parent 242574a36f
commit a64ec10e68
7 changed files with 64 additions and 5 deletions
+2
View File
@@ -6,6 +6,8 @@ src = Glob('*.c')
# remove no need file.
if GetDepend('RT_USING_DFS_WINSHAREDIR') == False:
SrcRemove(src, 'dfs_win32.c')
if GetDepend('RT_USING_MODULE') == False:
SrcRemove(src, ['module_win32.c'])
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)