[llvm-commits] CVS: llvm/docs/Projects.html

Reid Spencer reid at x10sys.com
Sat Jan 15 18:35:57 PST 2005



Changes in directory llvm/docs:

Projects.html updated: 1.14 -> 1.15
---
Log message:

BUILD_* to PROJ_*


---
Diffs of the changes:  (+3 -3)

Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.14 llvm/docs/Projects.html:1.15
--- llvm/docs/Projects.html:1.14	Sat Jan 15 20:21:18 2005
+++ llvm/docs/Projects.html	Sat Jan 15 20:35:47 2005
@@ -398,13 +398,13 @@
   <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>
@@ -438,7 +438,7 @@
   <a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2005/01/16 02:21:18 $
+  Last modified: $Date: 2005/01/16 02:35:47 $
 </address>
 
 </body>






More information about the llvm-commits mailing list