]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Add PowerShell build scripts, version.vcxproj
authorOwen Smith <owen.smith@citrix.com>
Fri, 14 Jun 2019 15:42:49 +0000 (16:42 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 14 Jun 2019 15:42:49 +0000 (16:42 +0100)
commitad8cd8bd4771829008a8736a8dbbbe1dfd344b3d
tree538f2ad6d4b8895394bd925bef8b11e9870cc850
parentb7001c2a86c5702db9274d20496aa9f6fe7bd3df
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 xenvbd.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>
21 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/xenvbd.inf
symstore.ps1 [new file with mode: 0644]
vs2015/package/package.vcxproj
vs2015/version/version.vcxproj [new file with mode: 0644]
vs2015/xencrsh/xencrsh.vcxproj
vs2015/xendisk/xendisk.vcxproj
vs2015/xenvbd.sln
vs2015/xenvbd/xenvbd.vcxproj
vs2015/xenvbd_coinst/xenvbd_coinst.vcxproj
vs2017/package/package.vcxproj
vs2017/version/version.vcxproj [new file with mode: 0644]
vs2017/xencrsh/xencrsh.vcxproj
vs2017/xendisk/xendisk.vcxproj
vs2017/xenvbd.sln
vs2017/xenvbd/xenvbd.vcxproj
vs2017/xenvbd_coinst/xenvbd_coinst.vcxproj