PathEngine home previous: Preprocessor Definesnext: Customising Memory Management
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:

The platform specific code directory name is based on the PathEngine 'platform code' for the platform on which the code is being built.
(See Platform Specific Source Code Archives.)

Note that the order in which the include directories are specified is important, as files in the platform specific code directory need to be chosen over files in 'platform_default'.


Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: Customising Memory Management