From 728ae5e73d424c772709867ea571f42029ef399b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 16 Jan 2005 02:35:47 +0000 Subject: BUILD_* to PROJ_* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19598 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Projects.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Projects.html b/docs/Projects.html index da1bc2ebe3..e9f872ad06 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 - BUILD_OBJ_ROOT/lib/<type>, where type is Debug, + PROJ_OBJ_ROOT/lib/<type>, where type is Debug, Release, or Profile for a debug, optimized, or profiled build, respectively.

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