Skip to content

Commit 7297fdf

Browse files
committed
[exporters] update iar teamplates so build artifacts end up in BUILD directory, not .build
1 parent 2fe28f0 commit 7297fdf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tools/export/iar/ewp.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
</option>
2121
<option>
2222
<name>ExePath</name>
23-
<state>$PROJ_DIR$\.build\Exe</state>
23+
<state>$PROJ_DIR$\BUILD\Exe</state>
2424
</option>
2525
<option>
2626
<name>ObjPath</name>
27-
<state>$PROJ_DIR$\.build\Obj</state>
27+
<state>$PROJ_DIR$\BUILD\Obj</state>
2828
</option>
2929
<option>
3030
<name>ListPath</name>
31-
<state>$PROJ_DIR$\.build\List</state>
31+
<state>$PROJ_DIR$\BUILD\List</state>
3232
</option>
3333
<option>
3434
<name>Variant</name>

tools/export/iar/iar_nucleo_f746zg.ewp.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<wantNonLocal>1</wantNonLocal>
1717
<debug>1</debug>
1818
<option>
19-
<state>$PROJ_DIR$\.build\iar_arm\Exe</state>
19+
<state>$PROJ_DIR$\BUILD\Exe</state>
2020
<name>ExePath</name>
2121
</option>
2222
<option>
23-
<state>$PROJ_DIR$\.build\iar_arm\Obj</state>
23+
<state>$PROJ_DIR$\BUILD\Obj</state>
2424
<name>ObjPath</name>
2525
</option>
2626
<option>
27-
<state>$PROJ_DIR$\.build\iar_arm\List</state>
27+
<state>$PROJ_DIR$\BUILD\List</state>
2828
<name>ListPath</name>
2929
</option>
3030
<option>

tools/export/iar/iar_rz_a1h.ewp.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<wantNonLocal>1</wantNonLocal>
1717
<debug>1</debug>
1818
<option>
19-
<state>$PROJ_DIR$\.build\iar_arm\Exe</state>
19+
<state>$PROJ_DIR$\BUILD\Exe</state>
2020
<name>ExePath</name>
2121
</option>
2222
<option>
23-
<state>$PROJ_DIR$\.build\iar_arm\Obj</state>
23+
<state>$PROJ_DIR$\BUILD\Obj</state>
2424
<name>ObjPath</name>
2525
</option>
2626
<option>
27-
<state>$PROJ_DIR$\.build\iar_arm\List</state>
27+
<state>$PROJ_DIR$\BUILD\List</state>
2828
<name>ListPath</name>
2929
</option>
3030
<option>

0 commit comments

Comments
 (0)