mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
The build target of this makefile is python3.dll, not python32.dll.
This commit is contained in:
parent
99cc629969
commit
7349eb27d7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$(OutDir)python32.dll: python3.def $(OutDir)python32stub.lib
|
||||
$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python32stub.lib
|
||||
|
||||
$(OutDir)python32stub.lib: python32stub.def
|
||||
|
@ -7,4 +7,4 @@ $(OutDir)python32stub.lib: python32stub.def
|
|||
clean:
|
||||
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python32stub.lib $(OutDir)python3.exp $(OutDir)python32stub.exp
|
||||
|
||||
rebuild: clean $(OutDir)python32.dll
|
||||
rebuild: clean $(OutDir)python3.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue