We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__guard_memcpy_fptr
1 parent 59a7059 commit 2fe6d90Copy full SHA for 2fe6d90
Tools/VCRuntime/arm64/LibInfo.props
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+
3
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
+ <ItemGroup>
5
+ <ExtractItem Include="\objr\arm64\softmemtag.obj">
6
+ <LibFile>$(VCToolsInstallDir)lib\$(PlatformShortName)\libvcruntime.lib</LibFile>
7
+ <OutDir>$(IntDir)objr\libvcruntime\</OutDir>
8
+ </ExtractItem>
9
+ </ItemGroup>
10
+</Project>
Tools/VCRuntime/x64/LibInfo.props
@@ -13,4 +13,10 @@
13
<OutDir>$(IntDir)objr\libvcruntime\</OutDir>
14
</ExtractItem>
15
</ItemGroup>
16
17
+ <ExtractItem Include="\objr\amd64\softmemtag.obj">
18
19
20
21
22
</Project>
0 commit comments