From 44764d6406050789fb8441e2348c0ce6f5492b50 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 16 Jan 2005 02:35:47 +0000 Subject: BUILD_* to PROJ_* llvm-svn: 19598 --- 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 da1bc2ebe30..e9f872ad060 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 - 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