diff options
-rw-r--r-- | docs/Projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index e9f872a..db1838d 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -398,13 +398,13 @@ whether you do a Debug, Release, or Profile build.</p> <dt>Libraries <dd> All libraries (static and dynamic) will be stored in - <tt>PROJ_OBJ_ROOT/lib/<type></tt>, where type is <tt>Debug</tt>, + <tt>PROJ_OBJ_ROOT/<type>/lib</tt>, where type is <tt>Debug</tt>, <tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled build, respectively.<p> <dt>Executables <dd>All executables will be stored in - <tt>PROJ_OBJ_ROOT/tools/<type></tt>, where type is <tt>Debug</tt>, + <tt>PROJ_OBJ_ROOT/<type>/bin</tt>, where type is <tt>Debug</tt>, <tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled build, respectively. </dl> |