From 908b51360152329121b6ef989d4d12c6a3a9f360 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 5 Nov 2019 22:17:13 +0300 Subject: [PATCH] Fix build instructions for Windows (ThirdParty/patches and zlib) --- docs/building-msvc.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index ad4e2b082..215c35901 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -32,7 +32,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** cd ThirdParty git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df4 + git checkout b0ec5df cd ../ git clone https://chromium.googlesource.com/external/gyp cd gyp @@ -95,7 +95,6 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git clone https://github.com/desktop-app/zlib.git cd zlib - git checkout tdesktop cd contrib\vstudio\vc14 msbuild zlibstat.vcxproj /property:Configuration=Debug msbuild zlibstat.vcxproj /property:Configuration=ReleaseWithoutAsm