From 64cee423c33724a468d87e4a368b6f8f945ae04b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 16 Jan 2005 02:38:06 +0000 Subject: Fix locations of libraries and executables to match makefiles. llvm-svn: 19599 --- llvm/docs/Projects.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/Projects.html') 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.

Libraries
All libraries (static and dynamic) will be stored in - PROJ_OBJ_ROOT/lib/<type>, where type is Debug, + PROJ_OBJ_ROOT/<type>/lib, where type is Debug, Release, or Profile for a debug, optimized, or profiled build, respectively.

Executables
All executables will be stored in - PROJ_OBJ_ROOT/tools/<type>, where type is Debug, + PROJ_OBJ_ROOT/<type>/bin, where type is Debug, Release, or Profile for a debug, optimized, or profiled build, respectively. -- cgit v1.2.3