From c5bc97b0bc856baf48321e7e5e9ab1c38cb4bf57 Mon Sep 17 00:00:00 2001 From: Changhua Date: Mon, 28 Apr 2025 00:38:21 +0800 Subject: [PATCH] chore: remove sdk.def --- WeChatFerry/sdk/SDK.vcxproj | 12 ++++++------ WeChatFerry/sdk/SDK.vcxproj.filters | 5 ----- WeChatFerry/sdk/sdk.def | 3 --- 3 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 WeChatFerry/sdk/sdk.def diff --git a/WeChatFerry/sdk/SDK.vcxproj b/WeChatFerry/sdk/SDK.vcxproj index 0246e85..054ecc1 100644 --- a/WeChatFerry/sdk/SDK.vcxproj +++ b/WeChatFerry/sdk/SDK.vcxproj @@ -86,7 +86,8 @@ Windows true false - sdk.def + + @@ -103,7 +104,8 @@ Windows true false - sdk.def + + @@ -130,7 +132,8 @@ true false false - sdk.def + + xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out @@ -152,9 +155,6 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry - - - diff --git a/WeChatFerry/sdk/SDK.vcxproj.filters b/WeChatFerry/sdk/SDK.vcxproj.filters index ccdeccf..9c2e881 100644 --- a/WeChatFerry/sdk/SDK.vcxproj.filters +++ b/WeChatFerry/sdk/SDK.vcxproj.filters @@ -42,9 +42,4 @@ 源文件 - - - 源文件 - - \ No newline at end of file diff --git a/WeChatFerry/sdk/sdk.def b/WeChatFerry/sdk/sdk.def deleted file mode 100644 index a5c9746..0000000 --- a/WeChatFerry/sdk/sdk.def +++ /dev/null @@ -1,3 +0,0 @@ -EXPORTS - WxInitSDK - WxDestroySDK