summaryrefslogtreecommitdiffstats
path: root/PC/python3.mak
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 07:34:13 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-29 07:34:13 (GMT)
commit08a9012352933e09b4e5338adbe802b814183758 (patch)
treed48730b0107a85b9f44a685bb9a9d7aea323f833 /PC/python3.mak
parentc7d7136c695fd31d29a83fa2de5823c9202d9392 (diff)
downloadcpython-08a9012352933e09b4e5338adbe802b814183758.zip
cpython-08a9012352933e09b4e5338adbe802b814183758.tar.gz
cpython-08a9012352933e09b4e5338adbe802b814183758.tar.bz2
Bump version to 3.4.0 alpha 0.
Diffstat (limited to 'PC/python3.mak')
-rw-r--r--PC/python3.mak10
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/python3.mak b/PC/python3.mak
index 2ec9185..8f9d468 100644
--- a/PC/python3.mak
+++ b/PC/python3.mak
@@ -1,10 +1,10 @@
-$(OutDir)python3.dll: python3.def $(OutDir)python33stub.lib
- cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
+$(OutDir)python3.dll: python3.def $(OutDir)python34stub.lib
+ cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python34stub.lib
-$(OutDir)python33stub.lib: python33stub.def
- lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
+$(OutDir)python34stub.lib: python34stub.def
+ lib /def:python34stub.def /out:$(OutDir)python34stub.lib /MACHINE:$(MACHINE)
clean:
- del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
+ del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python34stub.lib $(OutDir)python3.exp $(OutDir)python34stub.exp
rebuild: clean $(OutDir)python3.dll