]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Add build options for EWDK 22621
authorPaul Durrant <pdurrant@amazon.com>
Mon, 31 Oct 2022 13:17:15 +0000 (13:17 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 31 Oct 2022 13:17:15 +0000 (13:17 +0000)
commitabda1748253006327ac15273e0630c68637f1978
tree44277cbb0b1d73bc1c7bae82887091376bf7e800
parent94823cfd04fe430ee47a1fb1eb8b63d37d7ac21e
Add build options for EWDK 22621

VisualStudioVersion = 17.0 maps to Visual Studio 2022
 * Adds project files for vs2022
 * Adds mapping from VisualStudioVersion 17.0 to "vs2022" project folder
 * Adds mapping from VisualStudioVersion 17.0 to "Windows 10" build target
 * Adds guard to build.ps1 - EWDK 22621 does not build x86 binaries
 * Adds include directive where compiler intrinsics are used
   (and removes re-definition of 'offsetof')

Suggested-by: Owen Smith <owen.smith@citrix.com>
Signed-off-by: Paul Durrant <pdurrant@amazon.com>
13 files changed:
build.ps1
include/xen-types.h
src/xennet/util.h
vs2022/configs.props [new file with mode: 0644]
vs2022/package/package.vcxproj [new file with mode: 0644]
vs2022/package/package.vcxproj.user [new file with mode: 0644]
vs2022/targets.props [new file with mode: 0644]
vs2022/version/version.vcxproj [new file with mode: 0644]
vs2022/xennet.sln [new file with mode: 0644]
vs2022/xennet/xennet.vcxproj [new file with mode: 0644]
vs2022/xennet/xennet.vcxproj.user [new file with mode: 0644]
vs2022/xennet_coinst/xennet_coinst.vcxproj [new file with mode: 0644]
vs2022/xennet_coinst/xennet_coinst.vcxproj.user [new file with mode: 0644]