msvc: Update aarch64 project files

Amends project files to include the recently-added pauth_helper.c file.
This commit is contained in:
Lioncash 2019-01-28 08:58:43 -05:00
parent 54c93c5198
commit fd019b5bfd
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
4 changed files with 8 additions and 0 deletions

View file

@ -70,6 +70,7 @@
<ClCompile Include="..\..\..\qemu\target\arm\iwmmxt_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\neon_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\psci.c" />
<ClCompile Include="..\..\..\qemu\target\arm\translate-a64.c" />
<ClCompile Include="..\..\..\qemu\target\arm\translate.c" />

View file

@ -125,6 +125,9 @@
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c">
<Filter>target\arm</Filter>
</ClCompile>
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c">
<Filter>target\arm</Filter>
</ClCompile>
<ClCompile Include="..\..\..\qemu\target\arm\psci.c">
<Filter>target\arm</Filter>
</ClCompile>

View file

@ -70,6 +70,7 @@
<ClCompile Include="..\..\..\qemu\target\arm\iwmmxt_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\neon_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c" />
<ClCompile Include="..\..\..\qemu\target\arm\psci.c" />
<ClCompile Include="..\..\..\qemu\target\arm\translate-a64.c" />
<ClCompile Include="..\..\..\qemu\target\arm\translate.c" />

View file

@ -125,6 +125,9 @@
<ClCompile Include="..\..\..\qemu\target\arm\op_helper.c">
<Filter>target\arm</Filter>
</ClCompile>
<ClCompile Include="..\..\..\qemu\target\arm\pauth_helper.c">
<Filter>target\arm</Filter>
</ClCompile>
<ClCompile Include="..\..\..\qemu\target\arm\psci.c">
<Filter>target\arm</Filter>
</ClCompile>