Skip to content

Commit bb57d35

Browse files
committed
remove old code
1 parent 8227eed commit bb57d35

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

nasm.targets

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,10 @@
6464
<ItemGroup Condition="'@(SelectedFiles)' != ''">
6565
<NASM Remove="@(NASM)" Condition="'%(Identity)' != '@(SelectedFiles)'" />
6666
</ItemGroup>
67-
<ItemGroup>
68-
<NASM_tlog Include="%(NASM.ObjectFileName)" Condition="'%(NASM.ObjectFileName)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'">
69-
<Source>@(NASM, '|')</Source>
70-
</NASM_tlog>
71-
</ItemGroup>
7267
<Message
7368
Condition="'@(NASM)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'"
7469
Importance="High"
7570
Text="%(NASM.ExecutionDescription)" />
76-
<WriteLinesToFile
77-
Condition="'@(NASM_tlog)' != '' and '%(NASM_tlog.ExcludedFromBuild)' != 'true'"
78-
File="$(IntDir)$(ProjectName).write.1.tlog"
79-
Lines="^%(NASM_tlog.Source);@(NASM_tlog-&gt;'%(Fullpath)')"/>
8071
<NASM
8172
Condition="'@(NASM)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'"
8273
Inputs="%(NASM.Inputs)"

0 commit comments

Comments
 (0)