summaryrefslogtreecommitdiff
path: root/tools/checksum/make.bat
diff options
context:
space:
mode:
authorDmitry Kuzkin <bio@ktaspb.ru>2012-07-14 07:52:28 +0000
committerDmitry Kuzkin <bio@ktaspb.ru>2012-07-14 07:52:28 +0000
commit23adda0ebd850cefadb1a18792f0ff7686368bbb (patch)
treeca33a5886c75c40cd61e5715931526513e18a4b8 /tools/checksum/make.bat
parent215deece7634e7b6c0b4ff0003a307a8287cea34 (diff)
v3.1
- added /stdin and /debug switches - code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/checksum/make.bat')
-rw-r--r--tools/checksum/make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checksum/make.bat b/tools/checksum/make.bat
index d4da86645f..f121106a9c 100644
--- a/tools/checksum/make.bat
+++ b/tools/checksum/make.bat
@@ -1,2 +1,2 @@
-rem @cl /MT /O2 /GL /Fe../../bin10/checksum.exe md5.cpp checksum.cpp /link /filealign:512
-@cl /MT /O2 /GL /Fe./checksum.exe md5.cpp checksum.cpp /link /filealign:512 \ No newline at end of file
+@cl /MT /O2 /GL /Fe../../bin10/checksum.exe md5.cpp checksum.cpp /link /filealign:512
+@rem cl /MT /O2 /GL /Fe./checksum.exe md5.cpp checksum.cpp /link /filealign:512 \ No newline at end of file