diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-26 13:41:06 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-26 13:41:06 (GMT) |
commit | 4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f (patch) | |
tree | 06e19685ad77879ee4df995bf669235489786995 /PCbuild | |
parent | 4eb5940a4d350d250ab4af08a8b5b6e553e1814d (diff) | |
download | cpython-4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f.zip cpython-4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f.tar.gz cpython-4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f.tar.bz2 |
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 448ae88..0ebcd8f 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -926,9 +926,9 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\PC\config.h - Destination=%MAINDIR%\include\config.h - Description=Header files (config.h) + Source=%_SRC_%\PC\pyconfig.h + Destination=%MAINDIR%\include\pyconfig.h + Description=Header files (pyconfig.h) Flags=0000000000000010 end item: Install File |