mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
add template.vcproj for bsp/simulator; modify SConstruct for auto-generation
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2396 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -35,10 +35,18 @@ uuid
|
||||
odbc32
|
||||
odbccp32
|
||||
''')
|
||||
definitions = Split('''
|
||||
WIN32
|
||||
_DEBUG
|
||||
_CONSOLE
|
||||
MSVC
|
||||
_TIME_T_DEFINED
|
||||
''')
|
||||
|
||||
env.Append(CCFLAGS=rtconfig.CFLAGS)
|
||||
env.Append(LINKFLAGS=rtconfig.LFLAGS)
|
||||
env['LIBS']=libs
|
||||
env['CPPDEFINES']=definitions
|
||||
|
||||
objs = PrepareBuilding(env, RTT_ROOT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user