mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
Remove bad HTML tags. Add missing :.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158726 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -273,14 +273,14 @@ Variables for Building Programs
|
|||||||
|
|
||||||
``LIBS``
|
``LIBS``
|
||||||
|
|
||||||
To link dynamic libraries, add <tt>-l<library base name></tt> to the
|
To link dynamic libraries, add ``-l<library base name>`` to the ``LIBS``
|
||||||
``LIBS`` variable. The LLVM build system will look in the same places for
|
variable. The LLVM build system will look in the same places for dynamic
|
||||||
dynamic libraries as it does for static libraries.
|
libraries as it does for static libraries.
|
||||||
|
|
||||||
For example, to link ``libsample.so``, you would have the following line in
|
For example, to link ``libsample.so``, you would have the following line in
|
||||||
your ``Makefile``:
|
your ``Makefile``:
|
||||||
|
|
||||||
.. code-block: Makefile
|
.. code-block:: Makefile
|
||||||
|
|
||||||
LIBS += -lsample
|
LIBS += -lsample
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user