Build the xAF Libraries for the WinPc

Follow the steps below to build the libraries in the xAF repository for the 64 bit Windows Application.

  1. Open the command window with administrative privileges and navigate to base directory in the xAF repository.
  1. To build the xAF libraries and external audio objects libraries:
    1. Debug mode: python build.py –platform=WinPc –target=Win64 –profile=debug –program=allExtObjects
    2. Release mode: python build.py –platform=WinPc –target=Win64 –profile=release –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

_________________

Rate this post!