One of those silly typo's again

This commit is contained in:
rdb 2009-12-12 14:05:16 +00:00
parent 81cc08c096
commit 220818c1b2

View File

@ -3531,7 +3531,7 @@ if (RTDIST):
TargetAdd('p3dembed.exe', input='libp3dtool.dll') TargetAdd('p3dembed.exe', input='libp3dtool.dll')
TargetAdd('p3dembed.exe', input='libp3pystub.dll') TargetAdd('p3dembed.exe', input='libp3pystub.dll')
if (sys.platform == "darwin"): if (sys.platform == "darwin"):
TargetAdd('p3dembed.cxx', input='libsubprocbuffer.ilb') TargetAdd('p3dembed.exe', input='libsubprocbuffer.ilb')
TargetAdd('p3dembed.exe', opts=['NOSTRIP', 'WINGDI', 'WINSOCK2', 'ZLIB', 'WINUSER', 'OPENSSL', 'JPEG', 'WINOLE', 'CARBON', 'MSIMG', 'WINCOMCTL', 'TINYXML', 'ADVAPI', 'WINSHELL', 'X11', 'PNG']) TargetAdd('p3dembed.exe', opts=['NOSTRIP', 'WINGDI', 'WINSOCK2', 'ZLIB', 'WINUSER', 'OPENSSL', 'JPEG', 'WINOLE', 'CARBON', 'MSIMG', 'WINCOMCTL', 'TINYXML', 'ADVAPI', 'WINSHELL', 'X11', 'PNG'])
# #