mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Make file names consistent.
This commit is contained in:
parent
4985ff2e61
commit
fc9794a8fc
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ Embedding the Python interpreter in a Windows app can be summarized as follows:
|
|||
You can link to Python in two different ways. Load-time linking means
|
||||
linking against :file:`python{NN}.lib`, while run-time linking means linking
|
||||
against :file:`python{NN}.dll`. (General note: :file:`python{NN}.lib` is the
|
||||
so-called "import lib" corresponding to :file:`python.dll`. It merely
|
||||
so-called "import lib" corresponding to :file:`python{NN}.dll`. It merely
|
||||
defines symbols for the linker.)
|
||||
|
||||
Run-time linking greatly simplifies link options; everything happens at run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue