summaryrefslogtreecommitdiff
path: root/tools/checksum/make.bat
diff options
context:
space:
mode:
authorDmitry Kuzkin <bio@ktaspb.ru>2012-07-10 14:35:42 +0000
committerDmitry Kuzkin <bio@ktaspb.ru>2012-07-10 14:35:42 +0000
commit2d53eaf62b773e28f031c545f650ab47d535a52a (patch)
tree0bc97237e6357d7a50d3fd29680d87614384bc06 /tools/checksum/make.bat
parent976b14c4417a7003cfb4b0832e19804fd03d427e (diff)
Checksum tool - calculates MD5 of all PE sections in file
git-svn-id: http://svn.miranda-ng.org/main/trunk@888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/checksum/make.bat')
-rw-r--r--tools/checksum/make.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checksum/make.bat b/tools/checksum/make.bat
new file mode 100644
index 0000000000..ade2bb93d8
--- /dev/null
+++ b/tools/checksum/make.bat
@@ -0,0 +1 @@
+@cl /MD /Fe../../bin10/Release/checksum.exe checksum.cpp ../../bin10/lib/mir_core.lib /link /filealign:512 \ No newline at end of file