Skip to content

Commit

Permalink
vcxproj fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Mar 10, 2016
1 parent 83128a8 commit edeb146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/far.vcxproj
Expand Up @@ -562,7 +562,7 @@ cl /nologo /c /Fo"$(IntDir)%(Filename)_c++.testobj" /TP api_test.c
<CustomBuild Include="File_id.diz.m4">
<FileType>Document</FileType>
<Message>Compiling %(Identity)...</Message>
<Command>tools\m4 -P -DFARBIT=32 %(Identity) &gt; $(OutDir)%(FileName)</Command>
<Command>tools\m4 -P -DFARBIT=$(FarBit) %(Identity) &gt; $(OutDir)%(FileName)</Command>
<AdditionalInputs>farversion.m4;vbuild.m4;%(AdditionalInputs)</AdditionalInputs>
<Outputs>$(OutDir)%(FileName);%(Outputs)</Outputs>
</CustomBuild>
Expand Down

0 comments on commit edeb146

Please sign in to comment.