mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
More automated version replacement.
This commit is contained in:
parent
3ebb6b3615
commit
fa2c61a222
21 changed files with 864 additions and 864 deletions
|
|
@ -1,10 +1,10 @@
|
|||
$(OutDir)python32.dll: python3.def $(OutDir)python32stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python32stub.lib
|
||||
$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
|
||||
|
||||
$(OutDir)python32stub.lib: python32stub.def
|
||||
lib /def:python32stub.def /out:$(OutDir)python32stub.lib /MACHINE:$(MACHINE)
|
||||
$(OutDir)python33stub.lib: python33stub.def
|
||||
lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
|
||||
|
||||
clean:
|
||||
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python32stub.lib $(OutDir)python3.exp $(OutDir)python32stub.exp
|
||||
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
|
||||
|
||||
rebuild: clean $(OutDir)python32.dll
|
||||
rebuild: clean $(OutDir)python33.dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue