Directory Structure Variations
The buildspace directory structure can vary in the following ways:
*The examples directory exists only if you are building examples.
*The contents of the 3rdparty directory depends on the modules you have installed. For example, installing the Internationalization Module creates a 3rdparty directory that contains third-party components such as ICU library files.
In addition, an export buildspace directory structure can vary in the following ways:
*The docs directory does not exist for an export buildspace.
*The 3rdparty directory also does not exist because an exported build references the directory in the original install location.
*The source directory of an export buildspace contains the configuration directories where products are built, but does not contain source files unless the copy source and headers option was selected.
*The records directory of an exported buildspace does not contain the libraries subdirectory.
Chapter 4 explains how to work with buildspaces.