diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-29 14:31:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-29 14:31:54 +0300 |
commit | 86733ecb57c0709873e1c4612306cfcf006858a4 (patch) | |
tree | bb79cdd716e77e0334c1857e49e2ac83cdcb3ade /tools/build_scripts/z1_ReBuild_Full.bat | |
parent | 5709b0dfa9523055ec423e48d411f098ba6882eb (diff) |
runtime dlls exluded from build & hashes.txt
Diffstat (limited to 'tools/build_scripts/z1_ReBuild_Full.bat')
-rw-r--r-- | tools/build_scripts/z1_ReBuild_Full.bat | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat index 32442ac988..97377e94af 100644 --- a/tools/build_scripts/z1_ReBuild_Full.bat +++ b/tools/build_scripts/z1_ReBuild_Full.bat @@ -48,8 +48,8 @@ if "%comp%" == "bin10" ( ) call pascal%tp%.bat -pushd ..\plugins\NotifyAnything\SendLog "%comp%" -call compile%tp%.bat +pushd ..\plugins\NotifyAnything\SendLog +call compile%tp%.bat "%comp%" popd if exist Release ren Release Release32 @@ -112,12 +112,9 @@ xcopy /S /V /Y "..\pre-build\%tp%" "Release%tp%" cd "Release%tp%" dir /B /S *.dll | %SourceDir%\tools\rebaser\rebaser.exe /BASE:13000000 dir /B /S *.mir | %SourceDir%\tools\rebaser\rebaser.exe /BASE:12000000 -copy /V /Y ..\..\redist\x%tp%\msvc*.dll set hashes=%cd%\hashes.txt %SourceDir%\tools\checksum\checksum.exe Miranda%tp%.exe > %hashes% -%SourceDir%\tools\checksum\checksum.exe msvcp100.dll >> %hashes% -%SourceDir%\tools\checksum\checksum.exe msvcr100.dll >> %hashes% for /f "tokens=1,2 delims= " %%i in ('%SourceDir%\tools\md5.exe Languages\lang*.txt') do echo %%j %%i >> %hashes% rem get checksum for folder(first param) and ext (second param) |