summaryrefslogtreecommitdiff
path: root/docs/Projects.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-16 02:35:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-16 02:35:47 +0000
commit728ae5e73d424c772709867ea571f42029ef399b (patch)
tree6cfa057898b2ca998a79295dd8ebf92550f78fcf /docs/Projects.html
parent9467497ae2aef3534623ca20d01f49f3441ea154 (diff)
downloadllvm-728ae5e73d424c772709867ea571f42029ef399b.tar.gz
llvm-728ae5e73d424c772709867ea571f42029ef399b.tar.bz2
llvm-728ae5e73d424c772709867ea571f42029ef399b.tar.xz
BUILD_* to PROJ_*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r--docs/Projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Projects.html b/docs/Projects.html
index da1bc2ebe3..e9f872ad06 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>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>