simulator: update comments,add 'RTT_IN_MODULE' macro in testdll\SConstruct

This commit is contained in:
prife
2013-03-02 18:39:05 +08:00
parent c6ba8eac62
commit 2b0ebebcc2
2 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
# toolchains options
ARCH='sim'
#CROSS_TOOL='msvc' or 'gcc' or 'mingw' (mingw is not supported yet!)
CROSS_TOOL='mingw'
#CROSS_TOOL='msvc' or 'gcc' or 'mingw'
#'msvc' and 'mingw' are both for windows
# 'gcc' is for linux
CROSS_TOOL='msvc'
# cross_tool provides the cross compiler
# EXEC_PATH is the compiler execute path