diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 17:56:19 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 17:56:19 (GMT) |
commit | 1641cea02b036b0a43b68f85bafa5b7e5a4ab97b (patch) | |
tree | 39c853059b0ceb97d5f7625d72db61ca97eaabb7 /PC/python3.mak | |
parent | 2c30ee1bd8029182f10b05799814251ccf5b93c9 (diff) | |
download | cpython-1641cea02b036b0a43b68f85bafa5b7e5a4ab97b.zip cpython-1641cea02b036b0a43b68f85bafa5b7e5a4ab97b.tar.gz cpython-1641cea02b036b0a43b68f85bafa5b7e5a4ab97b.tar.bz2 |
Issue #15150: regenerate python3stub.def.
Diffstat (limited to 'PC/python3.mak')
-rw-r--r-- | PC/python3.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python3.mak b/PC/python3.mak index aa5bd02..2ec9185 100644 --- a/PC/python3.mak +++ b/PC/python3.mak @@ -1,4 +1,4 @@ -$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib +$(OutDir)python3.dll: python3.def $(OutDir)python33stub.lib cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib $(OutDir)python33stub.lib: python33stub.def |