mirror of https://github.com/ARMmbed/mbed-os.git
Exporters - if source, generate to projectfiles/{{ide}}
This allows to use multiple tools within a project, they don't affect each other. An example: projectfiles/gcc_arm projectfiles/uvision projectfiles/iar
parent
647cf23cf1
commit
80cecbfcfb
|
@ -148,7 +148,7 @@ if __name__ == '__main__':
|
||||||
# --source is used to generate IDE files to toolchain directly in the source tree and doesn't generate zip file
|
# --source is used to generate IDE files to toolchain directly in the source tree and doesn't generate zip file
|
||||||
project_dir = options.source_dir
|
project_dir = options.source_dir
|
||||||
project_name = basename(project_dir)
|
project_name = basename(project_dir)
|
||||||
project_temp = options.source_dir
|
project_temp = path.join(options.source_dir, 'projectfiles', ide)
|
||||||
mkdir(project_temp)
|
mkdir(project_temp)
|
||||||
lib_symbols = []
|
lib_symbols = []
|
||||||
if options.macros:
|
if options.macros:
|
||||||
|
|
Loading…
Reference in New Issue