From d21ecb370638239c7e35c3dd8148379856443e41 Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 1 Nov 2024 00:29:46 +0800 Subject: [PATCH] Add build options --- WeChatFerry/sdk/SDK.vcxproj | 2 ++ WeChatFerry/spy/Spy.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WeChatFerry/sdk/SDK.vcxproj b/WeChatFerry/sdk/SDK.vcxproj index a796526..5c5c18a 100644 --- a/WeChatFerry/sdk/SDK.vcxproj +++ b/WeChatFerry/sdk/SDK.vcxproj @@ -77,6 +77,7 @@ true Use pch.h + /utf-8 %(AdditionalOptions) Windows @@ -93,6 +94,7 @@ true Use pch.h + /utf-8 %(AdditionalOptions) Windows diff --git a/WeChatFerry/spy/Spy.vcxproj b/WeChatFerry/spy/Spy.vcxproj index 02a49a0..14d2b71 100644 --- a/WeChatFerry/spy/Spy.vcxproj +++ b/WeChatFerry/spy/Spy.vcxproj @@ -96,7 +96,7 @@ true 4251;4731;4819 - /EHa %(AdditionalOptions) + /EHa /utf-8 %(AdditionalOptions) Windows @@ -145,7 +145,7 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry 4251;4731;4819 - /EHa %(AdditionalOptions) + /EHa /utf-8 %(AdditionalOptions) Windows