Commit 2c30ee1b authored by Martin v. Löwis's avatar Martin v. Löwis

Merge with 3.2

parents 37459a0c 7349eb27
$(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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment