diff options
author | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-11 10:10:55 +0000 |
---|---|---|
committer | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-11 10:10:55 +0000 |
commit | 6e4a285f3b2d6a4f8a29ac0004e31e5b22993001 (patch) | |
tree | 9106e58f4164fee0feff548e7e10a131e3431305 /tools/checksum/checksum_10.vcxproj | |
parent | db3992b55d0616896da4f616dfd09fac6642b292 (diff) |
version 2.0
+ exclude from calculation debug information and timestamps in debug and export entries
+ print to stdout only filename+hash
+ support for wildcards and stdin input
+ remove mir_core.dll dependency
git-svn-id: http://svn.miranda-ng.org/main/trunk@898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/checksum/checksum_10.vcxproj')
-rw-r--r-- | tools/checksum/checksum_10.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checksum/checksum_10.vcxproj b/tools/checksum/checksum_10.vcxproj index 2a46c76f84..45e051e7b0 100644 --- a/tools/checksum/checksum_10.vcxproj +++ b/tools/checksum/checksum_10.vcxproj @@ -20,6 +20,10 @@ </ItemGroup>
<ItemGroup>
<ClCompile Include="checksum.cpp" />
+ <ClCompile Include="md5.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="commonheaders.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>CheckSum</ProjectName>
|