diff options
author | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-13 18:53:40 +0000 |
---|---|---|
committer | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-13 18:53:40 +0000 |
commit | bc5de7df3d29bc8afd8f757cccd0719f37aa4933 (patch) | |
tree | b84d5c94751cfb1275429de3185a5cf1192b8e4c /tools/checksum/make.bat | |
parent | f888115632a98c68d859be34395a572ac81b3d09 (diff) |
- relocation tables processing for compatibility with rebaser
(only for x86 builds)
git-svn-id: http://svn.miranda-ng.org/main/trunk@953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/checksum/make.bat')
-rw-r--r-- | tools/checksum/make.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/checksum/make.bat b/tools/checksum/make.bat index 07e3402278..d4da86645f 100644 --- a/tools/checksum/make.bat +++ b/tools/checksum/make.bat @@ -1 +1,2 @@ -@cl /MD /O2 /GL /Fe../../bin10/checksum.exe md5.cpp checksum.cpp /link /filealign:512
+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 |