зеркало из https://github.com/microsoft/BuildXL.git
69e6aca98b
It's been the default for a long time |
||
---|---|---|
.. | ||
.gitignore | ||
Hello.World.Project.dsc | ||
README.md | ||
config.dsc | ||
module.config.dsc |
README.md
The HelloWorld example defines a build that prints "Hello World" to a file.
To execute the example:
- cd Example\HelloWorld
- Set the environment variable "BUILDXL_BIN" to the the directory where BuildXL binaries and "bxl.exe" can be found
- Execute "\bxl.exe /c:config.dsc"
This will produce an output file underneath "Out\Bin\file.out"
Build organization: Configuration ("config.dsc") └───'HelloWorld' Module ("module.config.dsc") └───Project ("Hello.World.Project.dsc") └───'Sdk.Transformers' Module (defined by SDK)