From: Reid Spencer Date: Sun, 16 Jan 2005 02:38:06 +0000 (+0000) Subject: Fix locations of libraries and executables to match makefiles. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d967c80d642af0e2e1679df88ce8d93cc982b298;p=oota-llvm.git 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 --- diff --git a/docs/Projects.html b/docs/Projects.html index e9f872ad060..db1838d5c88 100644 --- a/docs/Projects.html +++ b/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.