mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-09 17:12:39 +00:00
[tools] update eclipse project after dist.
This commit is contained in:
@@ -176,7 +176,8 @@ def bs_update_ide_project(bsp_root, rtt_root, rttide = None):
|
|||||||
'iar':('iar', 'iar'),
|
'iar':('iar', 'iar'),
|
||||||
'vs':('msvc', 'cl'),
|
'vs':('msvc', 'cl'),
|
||||||
'vs2012':('msvc', 'cl'),
|
'vs2012':('msvc', 'cl'),
|
||||||
'cdk':('gcc', 'gcc')}
|
'cdk':('gcc', 'gcc'),
|
||||||
|
'eclipse':('eclipse', 'gcc')}
|
||||||
else:
|
else:
|
||||||
item = 'eclipse --project-name=' + rttide['project_name']
|
item = 'eclipse --project-name=' + rttide['project_name']
|
||||||
tgt_dict = {item:('gcc', 'gcc')}
|
tgt_dict = {item:('gcc', 'gcc')}
|
||||||
|
|||||||
Reference in New Issue
Block a user