]> granicus.if.org Git - python/commitdiff
The build target of this makefile is python3.dll, not python32.dll.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 23 Jun 2012 17:36:08 +0000 (19:36 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 23 Jun 2012 17:36:08 +0000 (19:36 +0200)
PC/python3.mak

index 256167f6ce5e6c56d973fd6bef090ebddfa824f7..a7f01cbd9e4016cc089360ebb3e6cf39d1409786 100644 (file)
@@ -1,4 +1,4 @@
-$(OutDir)python32.dll: python3.def $(OutDir)python32stub.lib
+$(OutDir)python3.dll:  python3.def $(OutDir)python32stub.lib
        cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python32stub.lib
 
 $(OutDir)python32stub.lib:     python32stub.def
@@ -7,4 +7,4 @@ $(OutDir)python32stub.lib:      python32stub.def
 clean:
        del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python32stub.lib $(OutDir)python3.exp $(OutDir)python32stub.exp
 
-rebuild: clean $(OutDir)python32.dll
+rebuild: clean $(OutDir)python3.dll