
Example 11: FASTBuild

This example demonstrates that Live++ supports other build systems such as FASTBuild.

The example code is compiled and linked using a Custom Build Step in the Visual Studio project, invoking
a simple .bat file (11_fastbuild.bat). The paths to your Visual Studio installation and Windows SDK are
specified in the 11_fastbuild.bff file and likely have to be replaced.

Of course, all available features demonstrated in the other examples work with code built by other build
systems as well.
Additionally, the provided batch files 11_fastbuild_unity.bat and 11_fastbuild_distributed.bat can be used to
try out unity and distributed/remote builds with FASTBuild, respectively.

Interesting things to look at and try out have been marked with "Live++" in the source code.
