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 | 64cee423c33724a468d87e4a368b6f8f945ae04b (patch) | |
| tree | eaedf3b3466b235907c1e18c86cdc4eef7a2d939 /llvm/docs/Projects.html | |
| parent | 44764d6406050789fb8441e2348c0ce6f5492b50 (diff) | |
| download | bcm5719-llvm-64cee423c33724a468d87e4a368b6f8f945ae04b.tar.gz bcm5719-llvm-64cee423c33724a468d87e4a368b6f8f945ae04b.zip | |
Fix locations of libraries and executables to match makefiles.
llvm-svn: 19599
Diffstat (limited to 'llvm/docs/Projects.html')
| -rw-r--r-- | llvm/docs/Projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index e9f872ad060..db1838d5c88 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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> |

