From 4be5a11d0b125c1444400cf348613eb54ac4df28 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Oct 2022 17:15:47 +0300 Subject: WhatsApp added to mir_full solutions --- protocols/WhatsAppWeb/WhatsAppWeb.vcxproj | 8 ++++---- protocols/WhatsAppWeb/src/stdafx.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'protocols/WhatsAppWeb') diff --git a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj index da5fc7e34f..4929d9f266 100644 --- a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj +++ b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj @@ -37,13 +37,13 @@ WhatsAppWeb - true - x86-windows-static-md + false + x86-windows $(Configuration) - true - x64-windows-static-md + false + x64-windows $(Configuration) diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h index 3daa665b0f..c0e160cc2d 100644 --- a/protocols/WhatsAppWeb/src/stdafx.h +++ b/protocols/WhatsAppWeb/src/stdafx.h @@ -64,9 +64,9 @@ Copyright © 2019-22 George Hazan // - install vcpkg (https://github.com/microsoft/vcpkg); // - integrage vcpkg into Visual Studio: // >vcpkg.exe integrate install -// - install static libraries of protobuf: -// >vcpkg.exe install protobuf:x86-windows-static-md -// >vcpkg.exe install protobuf:x64-windows-static-md +// - install dynamic libraries of protobuf: +// >vcpkg.exe install protobuf:x86-windows +// >vcpkg.exe install protobuf:x64-windows #include "google/protobuf/message.h" #include "pmsg.pb.h" -- cgit v1.2.3