summaryrefslogtreecommitdiff
path: root/tools/checksum/make.bat
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-28 18:29:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-28 18:29:35 +0300
commit53b994d2bb889e844d4eb38f8430e0bf8e09ac50 (patch)
treef6296044551a033f0871303d37cd64f818ca303a /tools/checksum/make.bat
parentac39d62f093a64ba131abdab57765783b449b7b1 (diff)
compilation fix
Diffstat (limited to 'tools/checksum/make.bat')
-rw-r--r--tools/checksum/make.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/checksum/make.bat b/tools/checksum/make.bat
index f121106a9c..efcae4e834 100644
--- a/tools/checksum/make.bat
+++ b/tools/checksum/make.bat
@@ -1,2 +1 @@
-@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
+@cl /MT /O2 /GL /Fechecksum.exe md5.cpp checksum.cpp /link /filealign:512 \ No newline at end of file