]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Add PowerShell build scripts, version.vcxproj
authorOwen Smith <owen.smith@citrix.com>
Fri, 14 Jun 2019 14:32:57 +0000 (15:32 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 14 Jun 2019 14:50:10 +0000 (15:50 +0100)
commit25d23876b8367d31713f14034e8255b0c167eb7d
tree5f223e48421c3d2943ef19cdaf1b5d59989496bc
parentd63137b2ea8dfb6c038667af37cfa36d56a4b206
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, xeniface.inf and
wmi.mof) using scripts/genfiles.ps1
Strips duplicated functionality from build.py toproduce consistant
builds between python and powershell.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
19 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/xeniface.inf
symstore.ps1 [new file with mode: 0644]
vs2015/package/package.vcxproj
vs2015/version/version.vcxproj [new file with mode: 0644]
vs2015/xenagent/xenagent.vcxproj
vs2015/xeniface.sln
vs2015/xeniface/xeniface.vcxproj
vs2015/xeniface_coinst/xeniface_coinst.vcxproj
vs2017/package/package.vcxproj
vs2017/version/version.vcxproj [new file with mode: 0644]
vs2017/xenagent/xenagent.vcxproj
vs2017/xeniface.sln
vs2017/xeniface/xeniface.vcxproj
vs2017/xeniface_coinst/xeniface_coinst.vcxproj