]> granicus.if.org Git - python/commitdiff
Add an important missing blank.
authorThomas Heller <theller@ctypes.org>
Fri, 11 Jan 2008 08:04:03 +0000 (08:04 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 11 Jan 2008 08:04:03 +0000 (08:04 +0000)
PCbuild/build_tkinter.py

index a7205d00d33ef257d30e1c008643be6b49dcd0c6..574d76808611f4a305c0a840848d25d32c682d88 100644 (file)
@@ -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):