BuildXL/Examples/HelloWorld
Serge Mera 69e6aca98b Merged PR 558490: Remove implicit project reference semantics field on module configuration files
It's been the default for a long time
2020-06-15 18:46:10 +00:00
..
.gitignore Initial sync 2019-03-28 15:35:49 -07:00
Hello.World.Project.dsc Initial sync 2019-03-28 15:35:49 -07:00
README.md Initial sync 2019-03-28 15:35:49 -07:00
config.dsc Initial sync 2019-03-28 15:35:49 -07:00
module.config.dsc Merged PR 558490: Remove implicit project reference semantics field on module configuration files 2020-06-15 18:46:10 +00:00

README.md

The HelloWorld example defines a build that prints "Hello World" to a file.

To execute the example:

  1. cd Example\HelloWorld
  2. Set the environment variable "BUILDXL_BIN" to the the directory where BuildXL binaries and "bxl.exe" can be found
  3. 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)