diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-16 02:38:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-16 02:38:06 +0000 |
commit | d967c80d642af0e2e1679df88ce8d93cc982b298 (patch) | |
tree | c9d4621c25aaa25eadd048736b18579e52a6d51b /docs/Projects.html | |
parent | 728ae5e73d424c772709867ea571f42029ef399b (diff) | |
download | external_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.html | 4 |
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/<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> |