]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Add PowerShell build scripts, version.vcxproj
authorOwen Smith <owen.smith@citrix.com>
Fri, 14 Jun 2019 16:32:33 +0000 (17:32 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 14 Jun 2019 16:33:23 +0000 (17:33 +0100)
commit7f7a859052e6ed458a24236b0de54647f7a43db6
tree86c1e974cf5a979ab428b19a2d537de6568ede6c
parentff205056ff874b38d4ea093fa2fff41b02d6a501
Add PowerShell build scripts, version.vcxproj

Based on the sequence of commits to xenbus, add powershell scripts to
build the solution using the EWDK
version.vcxproj generates versioned files (version.h and xennet.inf) using
scripts/genfiles.ps1
Strips duplicated functionality from build.py to produce consistant
builds between python and powershell.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
17 files changed:
build.ps1 [new file with mode: 0644]
build.py
include/version.tmpl [new file with mode: 0644]
msbuild.ps1 [new file with mode: 0644]
scripts/genfiles.ps1 [new file with mode: 0644]
src/xennet.inf
symstore.ps1 [new file with mode: 0644]
vs2015/package/package.vcxproj
vs2015/version/version.vcxproj [new file with mode: 0644]
vs2015/xennet.sln
vs2015/xennet/xennet.vcxproj
vs2015/xennet_coinst/xennet_coinst.vcxproj
vs2017/package/package.vcxproj
vs2017/version/version.vcxproj [new file with mode: 0644]
vs2017/xennet.sln
vs2017/xennet/xennet.vcxproj
vs2017/xennet_coinst/xennet_coinst.vcxproj