Fix line endings (CRLF and extra space).

This commit is contained in:
Bart House
2017-09-04 12:56:20 +03:00
committed by Pasi Kallinen
parent 5b08481637
commit 3614059379
30 changed files with 44 additions and 44 deletions
+3 -3
View File
@@ -75,7 +75,7 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Choose>
<When Condition=" '$(YACC)'!='' ">
<When Condition=" '$(YACC)'!='' ">
<PropertyGroup>
<BuildDependsOn>
Lex;
@@ -93,7 +93,7 @@
</BuildDependsOn>
</PropertyGroup>
</Otherwise>
</Choose>
</Choose>
<Target Name="Yacc" Inputs="$(UtilDir)dgn_comp.y" Outputs="$(UtilDir)dgn_yacc.c;$(IncDir)dgn_comp.h">
<Message Text="Running Yacc" Importance="high" />
<Exec Command="$(YACC) -d dgn_comp.y" WorkingDirectory="$(UtilDir)" />
@@ -122,4 +122,4 @@
<Target Name="AfterRebuild">
<MSBuild Projects="afterdgncomp.proj" Targets="Build" Properties="Configuration=$(Configuration)" />
</Target>
</Project>
</Project>