diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-16 02:35:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-16 02:35:47 +0000 |
commit | 728ae5e73d424c772709867ea571f42029ef399b (patch) | |
tree | 6cfa057898b2ca998a79295dd8ebf92550f78fcf /docs/Projects.html | |
parent | 9467497ae2aef3534623ca20d01f49f3441ea154 (diff) | |
download | external_llvm-728ae5e73d424c772709867ea571f42029ef399b.zip external_llvm-728ae5e73d424c772709867ea571f42029ef399b.tar.gz external_llvm-728ae5e73d424c772709867ea571f42029ef399b.tar.bz2 |
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.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index da1bc2e..e9f872a 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/<type></tt>, where type is <tt>Debug</tt>, + <tt>PROJ_OBJ_ROOT/lib/<type></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/<type></tt>, where type is <tt>Debug</tt>, + <tt>PROJ_OBJ_ROOT/tools/<type></tt>, where type is <tt>Debug</tt>, <tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled build, respectively. </dl> |