File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tools/export/gnuarmeclipse Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 182
182
</option >
183
183
<option id =" ilg.gnuarmeclipse.managedbuild.cross.option.assembler.include.files.{{u.id}}" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.assembler.include.files" useByScannerDiscovery =" true" valueType =" includeFiles" >
184
184
{% for file in opts['common']['include_files'] %}
185
- <listOptionValue builtIn =" false" value =" " {{file}}" " />
185
+ <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/ {{file}}" " />
186
186
{% endfor %}
187
187
</option >
188
188
{% if opts['as']['otherwarnings'] != '' %}
212
212
</option >
213
213
<option id =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.files.{{u.id}}" name =" Include files (-include)" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.files" useByScannerDiscovery =" true" valueType =" includeFiles" >
214
214
{% for file in opts['common']['include_files'] %}
215
- <listOptionValue builtIn =" false" value =" " {{file}}" " />
215
+ <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/ {{file}}" " />
216
216
{% endfor %}
217
217
</option >
218
218
{% if opts['c']['compiler.std'] %}
260
260
</option >
261
261
<option id =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.include.files.{{u.id}}" name =" Include files (-include)" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.include.files" useByScannerDiscovery =" true" valueType =" includeFiles" >
262
262
{% for file in opts['common']['include_files'] %}
263
- <listOptionValue builtIn =" false" value =" " {{file}}" " />
263
+ <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/ {{file}}" " />
264
264
{% endfor %}
265
265
</option >
266
266
{% if opts['cpp']['compiler.std'] %}
You can’t perform that action at this time.
0 commit comments