Skip to content

Commit a6f5233

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/export/uvision/uvision.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
<NotGenerated>0</NotGenerated>
4747
<InvalidFlash>1</InvalidFlash>
4848
</TargetStatus>
49-
<OutputDirectory>.\.build\uvision5\</OutputDirectory>
49+
<OutputDirectory>.\BUILD\</OutputDirectory>
5050
<OutputName>{{name}}</OutputName>
5151
<CreateExecutable>1</CreateExecutable>
5252
<CreateLib>0</CreateLib>
5353
<CreateHexFile>0</CreateHexFile>
5454
<DebugInformation>1</DebugInformation>
5555
<BrowseInformation>1</BrowseInformation>
56-
<ListingPath>.\.build\uvision5\</ListingPath>
56+
<ListingPath>.\BUILD\</ListingPath>
5757
<HexFormatSelection>1</HexFormatSelection>
5858
<Merge32K>0</Merge32K>
5959
<CreateBatchFile>0</CreateBatchFile>

0 commit comments

Comments
 (0)