]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Add PowerShell build scripts, version.vcxproj
authorOwen Smith <owen.smith@citrix.com>
Fri, 14 Jun 2019 16:01:11 +0000 (17:01 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 14 Jun 2019 16:01:11 +0000 (17:01 +0100)
commite4bd75b28512208869e6fce71af8ad5f8ba9fe64
tree28a610783f94fc7c8be2b7b921ed4c72afcf3b8c
parent89738f52e66e6d1a486d7599cb74dd02de41919e
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 xencons.inf) 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>
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/xencons.inf
symstore.ps1 [new file with mode: 0644]
vs2015/package/package.vcxproj
vs2015/version/version.vcxproj [new file with mode: 0644]
vs2015/xencons.sln
vs2015/xencons/xencons.vcxproj
vs2015/xencons_coinst/xencons_coinst.vcxproj
vs2015/xencons_monitor/xencons_monitor.vcxproj
vs2015/xencons_tty/xencons_tty.vcxproj
vs2017/package/package.vcxproj
vs2017/version/version.vcxproj [new file with mode: 0644]
vs2017/xencons.sln
vs2017/xencons/xencons.vcxproj
vs2017/xencons_coinst/xencons_coinst.vcxproj
vs2017/xencons_monitor/xencons_monitor.vcxproj
vs2017/xencons_tty/xencons_tty.vcxproj