diff options
author | Thomas Heller <theller@ctypes.org> | 2008-01-11 08:04:03 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-01-11 08:04:03 (GMT) |
commit | d17315f1c2e1960221996f1ffed1d12f9d05e4b5 (patch) | |
tree | ed2010db76d1de930a2cde9f30804aed0209edbe /PCbuild | |
parent | 0ff4dafee0025f5565cbd0ef151d385fc33d7936 (diff) | |
download | cpython-d17315f1c2e1960221996f1ffed1d12f9d05e4b5.zip cpython-d17315f1c2e1960221996f1ffed1d12f9d05e4b5.tar.gz cpython-d17315f1c2e1960221996f1ffed1d12f9d05e4b5.tar.bz2 |
Add an important missing blank.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/build_tkinter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build_tkinter.py b/PCbuild/build_tkinter.py index a7205d0..574d768 100644 --- a/PCbuild/build_tkinter.py +++ b/PCbuild/build_tkinter.py @@ -25,7 +25,7 @@ ROOT = os.path.abspath(os.path.join(here, par, par)) # Windows 2000 compatibility: WINVER 0x0500 # http://msdn2.microsoft.com/en-us/library/aa383745.aspx NMAKE = ('nmake /nologo /f %s ' - 'COMPILERFLAGS=\"-DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=NTDDI_WIN2KSP4\"' + 'COMPILERFLAGS=\"-DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=NTDDI_WIN2KSP4\" ' '%s %s') def nmake(makefile, command="", **kw): |