diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 17:51:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 17:51:48 (GMT) |
commit | 2c30ee1bd8029182f10b05799814251ccf5b93c9 (patch) | |
tree | 023596945b97d4bd67fb82f9dfa0cbbfaf2f43f2 /PC | |
parent | 37459a0c3acfa37bee88600eeb487c01421f257f (diff) | |
parent | 7349eb27d73b1a64be472f7c555c3d5602d7e982 (diff) | |
download | cpython-2c30ee1bd8029182f10b05799814251ccf5b93c9.zip cpython-2c30ee1bd8029182f10b05799814251ccf5b93c9.tar.gz cpython-2c30ee1bd8029182f10b05799814251ccf5b93c9.tar.bz2 |
Merge with 3.2
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python3.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python3.mak b/PC/python3.mak index ce65fba..aa5bd02 100644 --- a/PC/python3.mak +++ b/PC/python3.mak @@ -1,4 +1,4 @@ -$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib +$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib $(OutDir)python33stub.lib: python33stub.def @@ -7,4 +7,4 @@ $(OutDir)python33stub.lib: python33stub.def clean: del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp -rebuild: clean $(OutDir)python33.dll +rebuild: clean $(OutDir)python3.dll |