From 2d53eaf62b773e28f031c545f650ab47d535a52a Mon Sep 17 00:00:00 2001 From: Dmitry Kuzkin Date: Tue, 10 Jul 2012 14:35:42 +0000 Subject: 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 --- tools/checksum/make.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/checksum/make.bat (limited to 'tools/checksum/make.bat') 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 -- cgit v1.2.3