Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: export/simplicityv3_slsproj.tmpl
- Revision:
- 32:8ea194f6145b
- Parent:
- 13:ab47a20b66f0
--- a/export/simplicityv3_slsproj.tmpl Mon Aug 29 11:56:59 2016 +0100 +++ b/export/simplicityv3_slsproj.tmpl Wed Jan 04 11:58:24 2017 -0600 @@ -18,6 +18,9 @@ {%- for file in main_files -%} <file name = "{{ file }}" uri = "file:./{{ file }}" partCompatibility = ""/> {%- endfor %} + {%- if include_root %} + <file name = "mbed_config.h" uri = "file:./mbed_config.h" partCompatibility = ""/> + {%- endif %} <sourceFolder></sourceFolder> <model:property key="cppProjectCommon.languageId" value="org.eclipse.cdt.core.g++"/> @@ -25,6 +28,9 @@ <configuration name="com.silabs.ide.si32.gcc.debug#com.silabs.ide.si32.gcc:4.8.3.20131129" label="GNU ARM v4.8.3 - Debug" stockConfigCompatibility="com.silabs.ide.toolchain.core.debug"> <model:description></model:description> {# Add all include paths to the managed build compiler, paths relative to project #} + {%- if include_root %} + <includePath languageCompatibility="c cpp" uri="."/> + {%- endif %} {%- for path in include_paths %} <includePath languageCompatibility="c cpp" uri="studio:/project/{{ path }}/"/> {%- endfor %} @@ -83,6 +89,9 @@ <configuration name="com.silabs.ide.si32.gcc.release#com.silabs.ide.si32.gcc:4.8.3.20131129" label="GNU ARM v4.8.3 - Release" stockConfigCompatibility="com.silabs.ide.toolchain.core.release"> <model:description></model:description> {# Add all include paths to the managed build compiler, paths relative to project #} + {%- if include_root %} + <includePath languageCompatibility="c cpp" uri="."/> + {%- endif %} {%- for path in include_paths %} <includePath languageCompatibility="c cpp" uri="studio:/project/{{ path }}/"/> {%- endfor %}