You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
431 B

15 years ago
15 years ago
15 years ago
  1. $(OutDir)python3.dll: python3.def $(OutDir)python34stub.lib
  2. cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python34stub.lib
  3. $(OutDir)python34stub.lib: python34stub.def
  4. lib /def:python34stub.def /out:$(OutDir)python34stub.lib /MACHINE:$(MACHINE)
  5. clean:
  6. del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python34stub.lib $(OutDir)python3.exp $(OutDir)python34stub.exp
  7. rebuild: clean $(OutDir)python3.dll