mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
More eol-style's
This commit is contained in:
parent
7f1e174c7a
commit
71219dad3e
5 changed files with 1420 additions and 1421 deletions
|
|
@ -1,10 +1,10 @@
|
|||
$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
|
||||
|
||||
$(OutDir)python33stub.lib: python33stub.def
|
||||
lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
|
||||
|
||||
clean:
|
||||
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
|
||||
|
||||
rebuild: clean $(OutDir)python33.dll
|
||||
$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
|
||||
|
||||
$(OutDir)python33stub.lib: python33stub.def
|
||||
lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
|
||||
|
||||
clean:
|
||||
del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
|
||||
|
||||
rebuild: clean $(OutDir)python33.dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue