From 641187f1322b03db9994c557de88f79026810a88 Mon Sep 17 00:00:00 2001 From: "goprife@gmail.com" Date: Sun, 21 Oct 2012 04:50:50 +0000 Subject: [PATCH] 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 --- bsp/simulator/rtconfig.py | 10 ++-------- bsp/simulator/vs2005.vcproj | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/bsp/simulator/rtconfig.py b/bsp/simulator/rtconfig.py index 057332b705..6993c4fd0d 100644 --- a/bsp/simulator/rtconfig.py +++ b/bsp/simulator/rtconfig.py @@ -1,7 +1,6 @@ # toolchains options -ARCH='x86' -#CPU='posix' -CPU='win32' +ARCH='sim' +CPU='win32' #CPU='posix' CROSS_TOOL='msvc' #win32 # lcd panel options @@ -14,11 +13,6 @@ if CROSS_TOOL == 'gcc': PLATFORM = 'gcc' EXEC_PATH = '/usr/bin/gcc' - -if CROSS_TOOL == '': - PLATFORM = 'gcc' - EXEC_PATH = '/usr/bin/gcc' - if CROSS_TOOL == 'msvc': PLATFORM = 'cl' EXEC_PATH = '' diff --git a/bsp/simulator/vs2005.vcproj b/bsp/simulator/vs2005.vcproj index f716ebc87d..7ae6740d4d 100644 --- a/bsp/simulator/vs2005.vcproj +++ b/bsp/simulator/vs2005.vcproj @@ -292,11 +292,11 @@ Name="libcpu" > -- GitLab