diff --git a/docs/Projects.html b/docs/Projects.html index da1bc2ebe30..e9f872ad060 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -398,13 +398,13 @@ whether you do a Debug, Release, or Profile build.

Libraries
All libraries (static and dynamic) will be stored in - BUILD_OBJ_ROOT/lib/<type>, where type is Debug, + PROJ_OBJ_ROOT/lib/<type>, where type is Debug, Release, or Profile for a debug, optimized, or profiled build, respectively.

Executables
All executables will be stored in - BUILD_OBJ_ROOT/tools/<type>, where type is Debug, + PROJ_OBJ_ROOT/tools/<type>, where type is Debug, Release, or Profile for a debug, optimized, or profiled build, respectively.