зеркало из https://github.com/microsoft/BuildXL.git
642 B
642 B
This example demonstrates how to build a simple Hello World VCX project using MSBuild frontend.
Instructions
- Open a CMD console.
- Set the environment variable
BUILDXL_BIN
to the BuildXL binary folder containingbxl.exe
. For example, if your BuildXL repo is inD:\BuildXL
, then building BuildXL itself usingbxl.cmd -Minimal
will put thebxl.exe
inD:\BuildXL\Out\Bin\debug\win-x64
. - Run
build.cmd
.
The build outputs will be located in the Debug
folder. For further configuration options, see MsBuildResolver interface definition.