adjust the yasm.targets file so that it works in both VS2015 and VS2017
This commit is contained in:
parent
3f4308b73b
commit
0450806525
@ -34,7 +34,7 @@
|
||||
Condition="'%(YASM.ObjectFile)' != '' and '%(YASM.ExcludedFromBuild)' != 'true'">
|
||||
</_YASMReadTlog>
|
||||
<_YASMWriteTlog
|
||||
Include="^%(YASM.FullPath);$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '%(YASM.ObjectFile)%(YASM.FileName).obj'))"
|
||||
Include="^%(YASM.FullPath);'$(MSBuildProjectDirectory)\%(YASM.ObjectFile)%(YASM.FileName).obj'"
|
||||
Condition="'%(YASM.ObjectFile)' != '' and '%(YASM.ExcludedFromBuild)' != 'true'">
|
||||
</_YASMWriteTlog>
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user