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 | 44764d6406050789fb8441e2348c0ce6f5492b50 (patch) | |
tree | d26484a9781a29bb99a0103e3716d5a3247fa009 /llvm/docs/Projects.html | |
parent | 73b6977700ad71087992dff667860f4c50beb5ab (diff) | |
download | bcm5719-llvm-44764d6406050789fb8441e2348c0ce6f5492b50.tar.gz bcm5719-llvm-44764d6406050789fb8441e2348c0ce6f5492b50.zip |
BUILD_* to PROJ_*
llvm-svn: 19598
Diffstat (limited to 'llvm/docs/Projects.html')
-rw-r--r-- | llvm/docs/Projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index da1bc2ebe30..e9f872ad060 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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> |