blob: 8f9d46840b8ec9052a29cb297d8f409500bd246e [file] [log] [blame]
Georg Brandl08a90122012-09-29 09:34:13 +02001$(OutDir)python3.dll: python3.def $(OutDir)python34stub.lib
2 cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python34stub.lib
Antoine Pitrou71219da2011-02-25 14:31:09 +00003
Georg Brandl08a90122012-09-29 09:34:13 +02004$(OutDir)python34stub.lib: python34stub.def
5 lib /def:python34stub.def /out:$(OutDir)python34stub.lib /MACHINE:$(MACHINE)
Antoine Pitrou71219da2011-02-25 14:31:09 +00006
7clean:
Georg Brandl08a90122012-09-29 09:34:13 +02008 del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python34stub.lib $(OutDir)python3.exp $(OutDir)python34stub.exp
Antoine Pitrou71219da2011-02-25 14:31:09 +00009
Martin v. Löwis7349eb22012-06-23 19:36:08 +020010rebuild: clean $(OutDir)python3.dll