mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
fixes :
This commit is contained in:
parent
74a94a465f
commit
a8b0abade8
@ -19,18 +19,18 @@
|
|||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\linecount_static\linecount_static.vcxproj">
|
<ClCompile Include="..\..\src\main.cpp" />
|
||||||
<Project>{c6e64e54-0635-4a2b-b404-145ea82a761f}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\src\main.cpp" />
|
<ProjectReference Include="..\turbo_linecount_static\turbo_linecount_static.vcxproj">
|
||||||
|
<Project>{c6e64e54-0635-4a2b-b404-145ea82a761f}</Project>
|
||||||
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{E5D80D5A-FDE6-44FE-9E97-DF3D470DD5E9}</ProjectGuid>
|
<ProjectGuid>{E5D80D5A-FDE6-44FE-9E97-DF3D470DD5E9}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>linecount</RootNamespace>
|
<RootNamespace>linecount</RootNamespace>
|
||||||
<ProjectName>lc</ProjectName>
|
<ProjectName>tlc</ProjectName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
@ -182,7 +182,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Display output
|
// Display output
|
||||||
_tprintf(_T(TLC_LINECOUNT_FMT "\n"), count);
|
_tprintf(_T(TLC_LINECOUNT_FMT) _T("\n"), count);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user