diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-01 17:15:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-01 17:15:47 +0300 |
commit | 4be5a11d0b125c1444400cf348613eb54ac4df28 (patch) | |
tree | f82cb5a92bbee02294d3f3ef36f3b33410a91bb8 /protocols/WhatsAppWeb/src | |
parent | dbb1f345ffde5dd13046fbfc5b2fa7643029a5c8 (diff) |
WhatsApp added to mir_full solutions
Diffstat (limited to 'protocols/WhatsAppWeb/src')
-rw-r--r-- | protocols/WhatsAppWeb/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
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" |