mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Windows: 2.1a1 changes so Python runs again. Note that the python20
subproject is gone, replaced by the new pythoncore subproject.
This commit is contained in:
parent
6425efe9ae
commit
97c9640cc9
9 changed files with 1757 additions and 1757 deletions
|
|
@ -144,11 +144,11 @@ in the "Additional library path:" box.
|
|||
Now you need to add some mode-specific settings:
|
||||
|
||||
Select "Win32 Release" in the "Settings for:" dropdown list. Click the
|
||||
"Link" tab, choose the "Input" Category, and append "python20.lib" to the
|
||||
"Link" tab, choose the "Input" Category, and append "python21.lib" to the
|
||||
list in the "Object/library modules:" box.
|
||||
|
||||
Select "Win32 Debug" in the "Settings for:" dropdown list, and append
|
||||
"python20_d.lib" to the list in the "Object/library modules:" box. Then
|
||||
"python21_d.lib" to the list in the "Object/library modules:" box. Then
|
||||
click on the C/C++ tab, select "Code Generation" from the "Category:"
|
||||
dropdown list, and select "Debug Multithreaded DLL" from the "Use run-time
|
||||
library:" dropdown list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue