BUILD_* to PROJ_*
authorReid Spencer <rspencer@reidspencer.com>
Sun, 16 Jan 2005 02:35:47 +0000 (02:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 16 Jan 2005 02:35:47 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19598 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Projects.html

index da1bc2ebe3009483260bf8b7c2a1ded9383ca4c2..e9f872ad0603b50ca3a2a4a8161758335969cc36 100644 (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>