]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Add BUILD.md and fix final package location
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 18 May 2017 11:05:54 +0000 (12:05 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 18 May 2017 11:05:54 +0000 (12:05 +0100)
commite7a75ba3d58f40605b1e5efd9137a58b0a2257a2
tree75fd5abfe04645e44aaef291f2e48030b321000d
parent9ec21b3cf69209696f450376f6ce4af16bb7bcbc
Add BUILD.md and fix final package location

Microsoft helpfully removed the PackageDir property from package projects
in VS2015 so, as an interim fix, OutDir was used. This unfortunately means
that package output ends up in xencons/<arch>/package rather than just
xencons/<arch>.

This patch fixes the final package location by using python to do the
final copy (replacing what older VS used to do) and also adds a BUILD.md,
which was missing.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
BUILD.md [new file with mode: 0644]
build.py
vs2015/package/package.vcxproj