1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Fix italicized text.

llvm-svn: 158714
This commit is contained in:
Bill Wendling 2012-06-19 09:27:54 +00:00
parent 3338d431ac
commit df8991b124

View File

@ -310,14 +310,14 @@ you do a ``Debug``, ``Release``, or ``Profile`` build.
Libraries
All libraries (static and dynamic) will be stored in
``PROJ_OBJ_ROOT/<type>/lib``, where *``type``* is ``Debug``, ``Release``, or
``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/<type>/bin``, where
*``type``* is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized,
or profiled build, respectively.
All executables will be stored in ``PROJ_OBJ_ROOT/<type>/bin``, where *type*
is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized, or
profiled build, respectively.
Further Help
============