mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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
This commit is contained in:
parent
728ae5e73d
commit
d967c80d64
@ -398,13 +398,13 @@ whether you do a Debug, Release, or Profile build.</p>
|
|||||||
<dt>Libraries
|
<dt>Libraries
|
||||||
<dd>
|
<dd>
|
||||||
All libraries (static and dynamic) will be stored in
|
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
|
<tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or
|
||||||
profiled build, respectively.<p>
|
profiled build, respectively.<p>
|
||||||
|
|
||||||
<dt>Executables
|
<dt>Executables
|
||||||
<dd>All executables will be stored in
|
<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
|
<tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled
|
||||||
build, respectively.
|
build, respectively.
|
||||||
</dl>
|
</dl>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user