[exporters] update uvision teamplates so build artifacts end up in BUILD directory, not .build

pull/3287/head
Sam Grove 2016-11-18 00:02:35 -06:00
parent 7297fdf3f6
commit a6f5233f45
1 changed files with 2 additions and 2 deletions

View File

@ -46,14 +46,14 @@
<NotGenerated>0</NotGenerated> <NotGenerated>0</NotGenerated>
<InvalidFlash>1</InvalidFlash> <InvalidFlash>1</InvalidFlash>
</TargetStatus> </TargetStatus>
<OutputDirectory>.\.build\uvision5\</OutputDirectory> <OutputDirectory>.\BUILD\</OutputDirectory>
<OutputName>{{name}}</OutputName> <OutputName>{{name}}</OutputName>
<CreateExecutable>1</CreateExecutable> <CreateExecutable>1</CreateExecutable>
<CreateLib>0</CreateLib> <CreateLib>0</CreateLib>
<CreateHexFile>0</CreateHexFile> <CreateHexFile>0</CreateHexFile>
<DebugInformation>1</DebugInformation> <DebugInformation>1</DebugInformation>
<BrowseInformation>1</BrowseInformation> <BrowseInformation>1</BrowseInformation>
<ListingPath>.\.build\uvision5\</ListingPath> <ListingPath>.\BUILD\</ListingPath>
<HexFormatSelection>1</HexFormatSelection> <HexFormatSelection>1</HexFormatSelection>
<Merge32K>0</Merge32K> <Merge32K>0</Merge32K>
<CreateBatchFile>0</CreateBatchFile> <CreateBatchFile>0</CreateBatchFile>