]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Add PowerShell build scripts, version.vcxproj
authorOwen Smith <owen.smith@citrix.com>
Fri, 14 Jun 2019 16:16:20 +0000 (17:16 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 14 Jun 2019 16:16:20 +0000 (17:16 +0100)
commit3cccd5f4256b69b49a9b5cdc640dee3bf17ebfb6
tree197967b5c8b3a8ac23cf13e12778c3bf497d9062
parent7a72f10f2bd029a2a89b9963e11dc85646adb1d4
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 xenvif.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>
18 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/xenvif.inf
symstore.ps1 [new file with mode: 0644]
vs2015/package/package.vcxproj
vs2015/version/version.vcxproj [new file with mode: 0644]
vs2015/xenvif.sln
vs2015/xenvif/xenvif.vcxproj
vs2015/xenvif_coinst/xenvif_coinst.vcxproj
vs2017/package/package.vcxproj
vs2017/version/.revision [new file with mode: 0644]
vs2017/version/version.vcxproj [new file with mode: 0644]
vs2017/xenvif.sln
vs2017/xenvif/xenvif.vcxproj
vs2017/xenvif_coinst/xenvif_coinst.vcxproj