mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 20:14:55 +08:00
support header files addition for vs script
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2461 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -308,7 +308,7 @@ def EndBuilding(target, program = None):
|
||||
IARProject('project.ewp', Projects)
|
||||
|
||||
if GetOption('target') == 'vs':
|
||||
VSProject('project.vcproj', Projects)
|
||||
VSProject('project.vcproj', Projects, program)
|
||||
|
||||
if GetOption('copy') and program != None:
|
||||
MakeCopy(program)
|
||||
|
||||
Reference in New Issue
Block a user