gh-134830: Fix reference in Doc/extending/windows.rst
(GH-134831)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
parent
df98a47a61
commit
0ac9e17fb4
@ -51,6 +51,7 @@ It is generally intended for specialized, low-level tools like debuggers.
|
|||||||
Projects that use this API are expected to follow
|
Projects that use this API are expected to follow
|
||||||
CPython development and spend extra effort adjusting to changes.
|
CPython development and spend extra effort adjusting to changes.
|
||||||
|
|
||||||
|
.. _stable-application-binary-interface:
|
||||||
|
|
||||||
Stable Application Binary Interface
|
Stable Application Binary Interface
|
||||||
===================================
|
===================================
|
||||||
|
@ -121,7 +121,7 @@ When creating DLLs in Windows, you can use the CPython library in two ways:
|
|||||||
:file:`Python.h` triggers an implicit, configure-aware link with the
|
:file:`Python.h` triggers an implicit, configure-aware link with the
|
||||||
library. The header file chooses :file:`pythonXY_d.lib` for Debug,
|
library. The header file chooses :file:`pythonXY_d.lib` for Debug,
|
||||||
:file:`pythonXY.lib` for Release, and :file:`pythonX.lib` for Release with
|
:file:`pythonXY.lib` for Release, and :file:`pythonX.lib` for Release with
|
||||||
the `Limited API <stable-application-binary-interface>`_ enabled.
|
the :ref:`Limited API <stable-application-binary-interface>` enabled.
|
||||||
|
|
||||||
To build two DLLs, spam and ni (which uses C functions found in spam), you
|
To build two DLLs, spam and ni (which uses C functions found in spam), you
|
||||||
could use these commands::
|
could use these commands::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user