Follow the steps below to build the libraries in the xAF repository for the 64 bit Windows Application.
- Open the command window with administrative privileges and navigate to base directory in the xAF repository.
- To build the xAF libraries and external audio objects libraries:
- Debug mode: python build.py –platform=WinPc –target=Win64 –profile=debug –program=allExtObjects
- Release mode: python build.py –platform=WinPc –target=Win64 –profile=release –program=allExtObjects
- Debug mode: python build.py –platform=WinPc –target=Win64 –profile=debug –program=allExtObjects
The above command will generate the following xAF libraries and libraries for each of the external objects enabled in the public/lib/win64/Release|Debug folder:
- xaf.lib
- xAFBasicOps.lib
- xAFInterface.lib
- xAFMasterModule.lib
- xAFUtil.lib
- xAFMemRecs.lib
- xAFToolbox.lib
- extAudioObject.lib
- aat_utils_xaf_Release|Debug.lib