提交 641187f1 编写于 作者: G goprife@gmail.com

update bsp/simulator, fix the include path in vs2005.vcproj, clean code in rtconfig.py

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2360 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 20352571
# toolchains options # toolchains options
ARCH='x86' ARCH='sim'
#CPU='posix' CPU='win32' #CPU='posix'
CPU='win32'
CROSS_TOOL='msvc' #win32 CROSS_TOOL='msvc' #win32
# lcd panel options # lcd panel options
...@@ -14,11 +13,6 @@ if CROSS_TOOL == 'gcc': ...@@ -14,11 +13,6 @@ if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc' PLATFORM = 'gcc'
EXEC_PATH = '/usr/bin/gcc' EXEC_PATH = '/usr/bin/gcc'
if CROSS_TOOL == '':
PLATFORM = 'gcc'
EXEC_PATH = '/usr/bin/gcc'
if CROSS_TOOL == 'msvc': if CROSS_TOOL == 'msvc':
PLATFORM = 'cl' PLATFORM = 'cl'
EXEC_PATH = '' EXEC_PATH = ''
......
...@@ -292,11 +292,11 @@ ...@@ -292,11 +292,11 @@
Name="libcpu" Name="libcpu"
> >
<File <File
RelativePath="..\..\libcpu\x86\win32\cpu_port.c" RelativePath="..\..\libcpu\sim\win32\cpu_port.c"
> >
</File> </File>
<File <File
RelativePath="..\..\libcpu\x86\win32\cpu_port.h" RelativePath="..\..\libcpu\sim\win32\cpu_port.h"
> >
</File> </File>
</Filter> </Filter>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册