[llvm-commits] CVS: llvm/docs/Projects.html
Reid Spencer
reid at x10sys.com
Sat Jan 15 18:38:17 PST 2005
Changes in directory llvm/docs:
Projects.html updated: 1.15 -> 1.16
---
Log message:
Fix locations of libraries and executables to match makefiles.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.15 llvm/docs/Projects.html:1.16
--- llvm/docs/Projects.html:1.15 Sat Jan 15 20:35:47 2005
+++ llvm/docs/Projects.html Sat Jan 15 20:38:06 2005
@@ -398,13 +398,13 @@
<dt>Libraries
<dd>
All libraries (static and dynamic) will be stored in
- <tt>PROJ_OBJ_ROOT/lib/<type></tt>, where type is <tt>Debug</tt>,
+ <tt>PROJ_OBJ_ROOT/<type>/lib</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>PROJ_OBJ_ROOT/tools/<type></tt>, where type is <tt>Debug</tt>,
+ <tt>PROJ_OBJ_ROOT/<type>/bin</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:35:47 $
+ Last modified: $Date: 2005/01/16 02:38:06 $
</address>
</body>
More information about the llvm-commits
mailing list