mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Add an important missing blank.
This commit is contained in:
parent
0ff4dafee0
commit
d17315f1c2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue