mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merge with 3.2
This commit is contained in:
commit
2c30ee1bd8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
|
||||
$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
|
||||
|
||||
$(OutDir)python33stub.lib: python33stub.def
|
||||
|
|
@ -7,4 +7,4 @@ $(OutDir)python33stub.lib: python33stub.def
|
|||
clean:
|
||||
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
|
||||
|
||||
rebuild: clean $(OutDir)python33.dll
|
||||
rebuild: clean $(OutDir)python3.dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue