BUILD_* to PROJ_*

llvm-svn: 19598
This commit is contained in:
Reid Spencer 2005-01-16 02:35:47 +00:00
parent 73b6977700
commit 44764d6406
1 changed files with 2 additions and 2 deletions

View File

@ -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>BUILD_OBJ_ROOT/lib/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
<tt>PROJ_OBJ_ROOT/lib/&lt;type&gt;</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>BUILD_OBJ_ROOT/tools/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
<tt>PROJ_OBJ_ROOT/tools/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
<tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled
build, respectively.
</dl>