summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-06-23 17:36:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-06-23 17:36:08 (GMT)
commit7349eb27d73b1a64be472f7c555c3d5602d7e982 (patch)
tree2270cbc80a45a0fa64d947400bb9728a9d819403 /PC
parent99cc629969cd008272c471a0f7bdd2de04cf67fa (diff)
downloadcpython-7349eb27d73b1a64be472f7c555c3d5602d7e982.zip
cpython-7349eb27d73b1a64be472f7c555c3d5602d7e982.tar.gz
cpython-7349eb27d73b1a64be472f7c555c3d5602d7e982.tar.bz2
The build target of this makefile is python3.dll, not python32.dll.
Diffstat (limited to 'PC')
-rw-r--r--PC/python3.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python3.mak b/PC/python3.mak
index 256167f..a7f01cb 100644
--- a/PC/python3.mak
+++ b/PC/python3.mak
@@ -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