blob: f7b34fb548d1950910d14de3d3c84c1773e03ac3 [file] [log] [blame]
Georg Brandlfa2c61a2011-02-20 10:41:31 +00001$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
2 cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
Martin v. Löwisd53ee5d2010-12-05 23:07:58 +00003
Georg Brandlfa2c61a2011-02-20 10:41:31 +00004$(OutDir)python33stub.lib: python33stub.def
5 lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
Martin v. Löwisd53ee5d2010-12-05 23:07:58 +00006
7clean:
Georg Brandlfa2c61a2011-02-20 10:41:31 +00008 del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
Martin v. Löwisd53ee5d2010-12-05 23:07:58 +00009
Georg Brandlfa2c61a2011-02-20 10:41:31 +000010rebuild: clean $(OutDir)python33.dll