aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Projects.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-16 02:38:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-16 02:38:06 +0000
commitd967c80d642af0e2e1679df88ce8d93cc982b298 (patch)
treec9d4621c25aaa25eadd048736b18579e52a6d51b /docs/Projects.html
parent728ae5e73d424c772709867ea571f42029ef399b (diff)
downloadexternal_llvm-d967c80d642af0e2e1679df88ce8d93cc982b298.zip
external_llvm-d967c80d642af0e2e1679df88ce8d93cc982b298.tar.gz
external_llvm-d967c80d642af0e2e1679df88ce8d93cc982b298.tar.bz2
Fix locations of libraries and executables to match makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r--docs/Projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Projects.html b/docs/Projects.html
index e9f872a..db1838d 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>PROJ_OBJ_ROOT/lib/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
+ <tt>PROJ_OBJ_ROOT/&lt;type&gt;/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/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
+ <tt>PROJ_OBJ_ROOT/&lt;type&gt;/bin</tt>, where type is <tt>Debug</tt>,
<tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled
build, respectively.
</dl>