Skip to content

Commit

Permalink
Create tlog location if required
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 22, 2018
1 parent 742c7bf commit 5fa6014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IceBuilder/Resources/IceBuilder.Cpp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
</Slice2CppTask>

<!-- Write TLog files -->
<MakeDir Directories="$(TLogLocation)" Condition="!Exists($(TLogLocation))"/>
<WriteLinesToFile File = "$(TLogLocation)\slice2cpp.write.1u.tlog"
Encoding = "Unicode"
Lines = "^%(__IceBuilder.FullPath);%(__IceBuilder.Outputs)"
Expand Down

0 comments on commit 5fa6014

Please sign in to comment.