PathEngine home previous: Preprocessor Definesnext: Building for Maximum Speed
Contents, Programmers Guide, Building the Source Code, Include Directories

Include Directories

(When building with supplied build setup, i.e. in Visual Studio, or with the python build scripts, you don't need to know details about the exact include directory search order, and can skip this page.)

When setting up a custom build, the include files should be set up as follows:

It is important for the platform specific code directorty to appear first, and what this does it then to effectively enable headers in the platform specific code directory to override 'default' versions of the same headers in the main code directory.

The platform specific code directory name is based on the PathEngine 'platform code' for the platform on which the code is being built (see Source Code Packages).


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Building for Maximum Speed